Models for Aircraft, Engine, Inspection, & Flights

This commit is contained in:
2022-01-14 12:25:33 -05:00
parent c34f53ed01
commit 278c7169d8
2 changed files with 115 additions and 104 deletions

View File

@@ -44,7 +44,7 @@ end
group :development do group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code. # Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'web-console', '>= 3.3.0' gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.2' gem 'listen'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring' gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0' gem 'spring-watcher-listen', '~> 2.0.0'

View File

@@ -1,67 +1,68 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (5.2.3) actioncable (5.2.6)
actionpack (= 5.2.3) actionpack (= 5.2.6)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailer (5.2.3) actionmailer (5.2.6)
actionpack (= 5.2.3) actionpack (= 5.2.6)
actionview (= 5.2.3) actionview (= 5.2.6)
activejob (= 5.2.3) activejob (= 5.2.6)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.2.3) actionpack (5.2.6)
actionview (= 5.2.3) actionview (= 5.2.6)
activesupport (= 5.2.3) activesupport (= 5.2.6)
rack (~> 2.0) rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.3) actionview (5.2.6)
activesupport (= 5.2.3) activesupport (= 5.2.6)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3) rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.3) activejob (5.2.6)
activesupport (= 5.2.3) activesupport (= 5.2.6)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.2.3) activemodel (5.2.6)
activesupport (= 5.2.3) activesupport (= 5.2.6)
activerecord (5.2.3) activerecord (5.2.6)
activemodel (= 5.2.3) activemodel (= 5.2.6)
activesupport (= 5.2.3) activesupport (= 5.2.6)
arel (>= 9.0) arel (>= 9.0)
activestorage (5.2.3) activestorage (5.2.6)
actionpack (= 5.2.3) actionpack (= 5.2.6)
activerecord (= 5.2.3) activerecord (= 5.2.6)
marcel (~> 0.3.1) marcel (~> 1.0.0)
activesupport (5.2.3) activesupport (5.2.6)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.7.0) addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
archive-zip (0.11.0) archive-zip (0.12.0)
io-like (~> 0.3.0) io-like (~> 0.3.0)
arel (9.0.0) arel (9.0.0)
bindex (0.5.0) bindex (0.8.1)
bootsnap (1.4.6) bootsnap (1.9.4)
msgpack (~> 1.0) msgpack (~> 1.0)
builder (3.2.4) builder (3.2.4)
byebug (11.1.1) byebug (11.1.3)
capybara (3.12.0) capybara (3.36.0)
addressable addressable
matrix
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
nokogiri (~> 1.8) nokogiri (~> 1.8)
rack (>= 1.6.0) rack (>= 1.6.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
regexp_parser (~> 1.2) regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2) xpath (~> 3.2)
childprocess (3.0.0) childprocess (4.1.0)
chromedriver-helper (2.1.0) chromedriver-helper (2.1.1)
archive-zip (~> 0.10) archive-zip (~> 0.10)
nokogiri (~> 1.8) nokogiri (~> 1.8)
coffee-rails (4.2.2) coffee-rails (4.2.2)
@@ -71,112 +72,122 @@ GEM
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.12.2) coffee-script-source (1.12.2)
concurrent-ruby (1.1.6) concurrent-ruby (1.1.9)
crass (1.0.2) crass (1.0.6)
erubi (1.9.0) erubi (1.10.0)
execjs (2.6.0) execjs (2.8.1)
ffi (1.12.2) ffi (1.15.5)
globalid (0.3.6) globalid (1.0.0)
activesupport (>= 4.1.0) activesupport (>= 5.0)
i18n (1.8.2) i18n (1.8.11)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
io-like (0.3.0) io-like (0.3.1)
jbuilder (2.7.0) jbuilder (2.11.5)
activesupport (>= 4.2.0) actionview (>= 5.0.0)
multi_json (>= 1.2) activesupport (>= 5.0.0)
json (2.3.0) listen (3.7.1)
listen (3.1.5) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.4.0) loofah (2.13.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
marcel (0.3.2) marcel (1.0.2)
mimemagic (~> 0.3.2) matrix (0.4.2)
method_source (0.9.2) method_source (1.0.0)
mimemagic (0.3.2) mini_mime (1.1.2)
mini_mime (1.0.1) mini_portile2 (2.7.1)
minitest (5.13.0) minitest (5.15.0)
msgpack (1.1.0) msgpack (1.4.2)
multi_json (1.14.1) nio4r (2.5.8)
nio4r (2.3.1) nokogiri (1.13.1)
nokogiri (1.10.7) mini_portile2 (~> 2.7.0)
public_suffix (3.0.3) racc (~> 1.4)
puma (3.12.4) nokogiri (1.13.1-x86_64-linux)
rack (2.0.7) racc (~> 1.4)
rack-test (0.7.0) public_suffix (4.0.6)
puma (3.12.6)
racc (1.6.0)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (5.2.3) rails (5.2.6)
actioncable (= 5.2.3) actioncable (= 5.2.6)
actionmailer (= 5.2.3) actionmailer (= 5.2.6)
actionpack (= 5.2.3) actionpack (= 5.2.6)
actionview (= 5.2.3) actionview (= 5.2.6)
activejob (= 5.2.3) activejob (= 5.2.6)
activemodel (= 5.2.3) activemodel (= 5.2.6)
activerecord (= 5.2.3) activerecord (= 5.2.6)
activestorage (= 5.2.3) activestorage (= 5.2.6)
activesupport (= 5.2.3) activesupport (= 5.2.6)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 5.2.3) railties (= 5.2.6)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0) rails-html-sanitizer (1.4.2)
loofah (~> 2.3) loofah (~> 2.3)
railties (5.2.3) railties (5.2.6)
actionpack (= 5.2.3) actionpack (= 5.2.6)
activesupport (= 5.2.3) activesupport (= 5.2.6)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0) thor (>= 0.19.0, < 2.0)
rake (13.0.1) rake (13.0.6)
rb-inotify (0.9.10) rb-fsevent (0.11.0)
ffi (>= 0.5.0, < 2) rb-inotify (0.10.1)
regexp_parser (1.6.0) ffi (~> 1.0)
rubyzip (2.0.0) regexp_parser (2.2.0)
rexml (3.2.5)
rubyzip (2.3.2)
sass (3.7.4) sass (3.7.4)
sass-rails (5.0.6) sass-listen (~> 4.0.0)
railties (>= 4.0.0, < 6) sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.1.0)
railties (>= 5.2.0)
sass (~> 3.1) sass (~> 3.1)
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0) sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3) tilt (>= 1.1, < 3)
selenium-webdriver (3.142.7) selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 4.0) childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2) rubyzip (>= 1.2.2)
spring (2.1.0) spring (2.1.1)
spring-watcher-listen (2.0.1) spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0) listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0) spring (>= 1.2, < 3.0)
sprockets (3.7.2) sprockets (3.7.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-rails (3.2.1) sprockets-rails (3.4.2)
actionpack (>= 4.0) actionpack (>= 5.2)
activesupport (>= 4.0) activesupport (>= 5.2)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.4.2) sqlite3 (1.4.2)
thor (0.19.4) thor (1.2.1)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.10) tilt (2.0.10)
turbolinks (5.1.1) turbolinks (5.2.1)
turbolinks-source (~> 5.1) turbolinks-source (~> 5.2)
turbolinks-source (5.1.0) turbolinks-source (5.2.0)
tzinfo (1.2.6) tzinfo (1.2.9)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (2.7.2) uglifier (4.2.0)
execjs (>= 0.3.0) execjs (>= 0.3.0, < 3)
json (>= 1.8.0) web-console (3.7.0)
web-console (3.6.2)
actionview (>= 5.0) actionview (>= 5.0)
activemodel (>= 5.0) activemodel (>= 5.0)
bindex (>= 0.4.0) bindex (>= 0.4.0)
railties (>= 5.0) railties (>= 5.0)
websocket-driver (0.6.3) websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2) websocket-extensions (0.1.5)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
@@ -191,7 +202,7 @@ DEPENDENCIES
chromedriver-helper chromedriver-helper
coffee-rails (~> 4.2) coffee-rails (~> 4.2)
jbuilder (~> 2.5) jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2) listen
puma (~> 3.11) puma (~> 3.11)
rails (~> 5.2.3) rails (~> 5.2.3)
sass-rails (~> 5.0) sass-rails (~> 5.0)