meroku 2.0.22 → 2.0.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -1
- data/.travis.yml +0 -10
- data/Guardfile +43 -0
- data/LICENSE.txt +1 -1
- data/README.md +29 -89
- data/bin/meroku +5 -3
- data/{frontend → data}/etc_nginx_sites-enabled_template +0 -0
- data/guard +25 -0
- data/lib/meroku.rb +17 -20
- data/lib/meroku/api.rb +15 -3
- data/lib/meroku/aws.rb +69 -6
- data/lib/meroku/cli.rb +23 -91
- data/lib/meroku/error.rb +11 -0
- data/lib/meroku/node.rb +70 -70
- data/lib/meroku/options.rb +79 -0
- data/lib/meroku/secrets.rb +38 -0
- data/lib/meroku/shared.rb +23 -0
- data/lib/meroku/user.rb +25 -0
- data/lib/meroku/version.rb +3 -1
- data/meroku.gemspec +10 -19
- metadata +20 -319
- data/circle.yml +0 -23
- data/frontend/.gitignore +0 -23
- data/frontend/.ruby-version +0 -2
- data/frontend/Gemfile +0 -61
- data/frontend/Gemfile.lock +0 -236
- data/frontend/README.md +0 -24
- data/frontend/Rakefile +0 -6
- data/frontend/app/assets/config/manifest.js +0 -3
- data/frontend/app/assets/images/.keep +0 -0
- data/frontend/app/assets/javascripts/application.js +0 -15
- data/frontend/app/assets/javascripts/apps.coffee +0 -3
- data/frontend/app/assets/javascripts/cable.js +0 -13
- data/frontend/app/assets/javascripts/channels/.keep +0 -0
- data/frontend/app/assets/javascripts/pages.coffee +0 -3
- data/frontend/app/assets/javascripts/publickeys.coffee +0 -3
- data/frontend/app/assets/stylesheets/application.css +0 -15
- data/frontend/app/assets/stylesheets/apps.scss +0 -3
- data/frontend/app/assets/stylesheets/pages.scss +0 -3
- data/frontend/app/assets/stylesheets/publickeys.scss +0 -3
- data/frontend/app/assets/stylesheets/scaffolds.scss +0 -84
- data/frontend/app/channels/application_cable/channel.rb +0 -4
- data/frontend/app/channels/application_cable/connection.rb +0 -4
- data/frontend/app/controllers/application_controller.rb +0 -4
- data/frontend/app/controllers/apps_controller.rb +0 -83
- data/frontend/app/controllers/concerns/.keep +0 -0
- data/frontend/app/controllers/publickeys_controller.rb +0 -82
- data/frontend/app/controllers/users/confirmations_controller.rb +0 -28
- data/frontend/app/controllers/users/omniauth_callbacks_controller.rb +0 -28
- data/frontend/app/controllers/users/passwords_controller.rb +0 -32
- data/frontend/app/controllers/users/registrations_controller.rb +0 -74
- data/frontend/app/controllers/users/sessions_controller.rb +0 -34
- data/frontend/app/controllers/users/unlocks_controller.rb +0 -28
- data/frontend/app/helpers/application_helper.rb +0 -2
- data/frontend/app/helpers/apps_helper.rb +0 -2
- data/frontend/app/helpers/pages_helper.rb +0 -2
- data/frontend/app/helpers/publickeys_helper.rb +0 -2
- data/frontend/app/jobs/application_job.rb +0 -2
- data/frontend/app/lib/cmd.rb +0 -11
- data/frontend/app/mailers/application_mailer.rb +0 -4
- data/frontend/app/models/app.rb +0 -37
- data/frontend/app/models/application_record.rb +0 -3
- data/frontend/app/models/concerns/.keep +0 -0
- data/frontend/app/models/publickey.rb +0 -15
- data/frontend/app/models/user.rb +0 -22
- data/frontend/app/policies/application_policy.rb +0 -53
- data/frontend/app/policies/publickey_policy.rb +0 -7
- data/frontend/app/serializable/serializable_app.rb +0 -6
- data/frontend/app/serializable/serializable_publickey.rb +0 -7
- data/frontend/app/serializable/serializable_user.rb +0 -8
- data/frontend/app/serializers/app_serializer.rb +0 -3
- data/frontend/app/serializers/publickey_serializer.rb +0 -4
- data/frontend/app/views/apps/_app.json.jbuilder +0 -2
- data/frontend/app/views/apps/_form.html.erb +0 -22
- data/frontend/app/views/apps/edit.html.erb +0 -6
- data/frontend/app/views/apps/index.html.erb +0 -27
- data/frontend/app/views/apps/index.json.jbuilder +0 -1
- data/frontend/app/views/apps/new.html.erb +0 -5
- data/frontend/app/views/apps/show.html.erb +0 -9
- data/frontend/app/views/apps/show.json.jbuilder +0 -1
- data/frontend/app/views/devise/confirmations/new.html.erb +0 -16
- data/frontend/app/views/devise/mailer/confirmation_instructions.html.erb +0 -5
- data/frontend/app/views/devise/mailer/email_changed.html.erb +0 -7
- data/frontend/app/views/devise/mailer/password_change.html.erb +0 -3
- data/frontend/app/views/devise/mailer/reset_password_instructions.html.erb +0 -8
- data/frontend/app/views/devise/mailer/unlock_instructions.html.erb +0 -7
- data/frontend/app/views/devise/passwords/edit.html.erb +0 -25
- data/frontend/app/views/devise/passwords/new.html.erb +0 -16
- data/frontend/app/views/devise/registrations/edit.html.erb +0 -43
- data/frontend/app/views/devise/registrations/new.html.erb +0 -29
- data/frontend/app/views/devise/sessions/new.html.erb +0 -26
- data/frontend/app/views/devise/shared/_links.html.erb +0 -25
- data/frontend/app/views/devise/unlocks/new.html.erb +0 -16
- data/frontend/app/views/layouts/application.html.erb +0 -16
- data/frontend/app/views/layouts/mailer.html.erb +0 -13
- data/frontend/app/views/layouts/mailer.text.erb +0 -1
- data/frontend/app/views/publickeys/_form.html.erb +0 -32
- data/frontend/app/views/publickeys/_publickey.json.jbuilder +0 -2
- data/frontend/app/views/publickeys/edit.html.erb +0 -6
- data/frontend/app/views/publickeys/index.html.erb +0 -31
- data/frontend/app/views/publickeys/index.json.jbuilder +0 -1
- data/frontend/app/views/publickeys/new.html.erb +0 -5
- data/frontend/app/views/publickeys/show.html.erb +0 -19
- data/frontend/app/views/publickeys/show.json.jbuilder +0 -1
- data/frontend/bin/bundle +0 -3
- data/frontend/bin/rails +0 -9
- data/frontend/bin/rake +0 -9
- data/frontend/bin/setup +0 -38
- data/frontend/bin/spring +0 -17
- data/frontend/bin/update +0 -29
- data/frontend/bin/yarn +0 -11
- data/frontend/config.ru +0 -5
- data/frontend/config/application.rb +0 -18
- data/frontend/config/boot.rb +0 -3
- data/frontend/config/cable.yml +0 -10
- data/frontend/config/database.yml +0 -87
- data/frontend/config/environment.rb +0 -5
- data/frontend/config/environments/development.rb +0 -56
- data/frontend/config/environments/production.rb +0 -97
- data/frontend/config/environments/test.rb +0 -42
- data/frontend/config/initializers/ams.rb +0 -3
- data/frontend/config/initializers/application_controller_renderer.rb +0 -8
- data/frontend/config/initializers/assets.rb +0 -14
- data/frontend/config/initializers/backtrace_silencers.rb +0 -7
- data/frontend/config/initializers/cookies_serializer.rb +0 -5
- data/frontend/config/initializers/devise.rb +0 -277
- data/frontend/config/initializers/filter_parameter_logging.rb +0 -4
- data/frontend/config/initializers/inflections.rb +0 -16
- data/frontend/config/initializers/mime_types.rb +0 -4
- data/frontend/config/initializers/wrap_parameters.rb +0 -14
- data/frontend/config/locales/devise.en.yml +0 -64
- data/frontend/config/locales/en.yml +0 -33
- data/frontend/config/puma.rb +0 -66
- data/frontend/config/routes.rb +0 -11
- data/frontend/config/secrets.yml +0 -32
- data/frontend/config/spring.rb +0 -6
- data/frontend/db/migrate/20171023223732_devise_create_users.rb +0 -42
- data/frontend/db/migrate/20171025203706_create_apps.rb +0 -9
- data/frontend/db/migrate/20171025223804_add_user_to_apps.rb +0 -5
- data/frontend/db/migrate/20171026071440_create_publickeys.rb +0 -11
- data/frontend/db/migrate/20171028150506_add_apisecret_to_users.rb +0 -6
- data/frontend/db/schema.rb +0 -32
- data/frontend/db/seeds.rb +0 -7
- data/frontend/etc_nginx_sites-enabled_default +0 -29
- data/frontend/lib/assets/.keep +0 -0
- data/frontend/lib/tasks/.keep +0 -0
- data/frontend/log/.keep +0 -0
- data/frontend/package.json +0 -5
- data/frontend/public/404.html +0 -67
- data/frontend/public/422.html +0 -67
- data/frontend/public/500.html +0 -66
- data/frontend/public/Meroku.html +0 -140
- data/frontend/public/Meroku/Api.html +0 -129
- data/frontend/public/Meroku/Api/Request.html +0 -221
- data/frontend/public/Meroku/Aws/Ec2.html +0 -477
- data/frontend/public/Meroku/CLI.html +0 -796
- data/frontend/public/Meroku/CLI/Help.html +0 -224
- data/frontend/public/Meroku/CLI/Secrets.html +0 -191
- data/frontend/public/Meroku/CLI/Session.html +0 -456
- data/frontend/public/Meroku/Extensions.html +0 -405
- data/frontend/public/Meroku/Infrastructure.html +0 -279
- data/frontend/public/Meroku/Infrastructure/Server.html +0 -373
- data/frontend/public/Meroku/Node.html +0 -845
- data/frontend/public/Meroku/Tunnelable.html +0 -247
- data/frontend/public/_index.html +0 -273
- data/frontend/public/apple-touch-icon-precomposed.png +0 -0
- data/frontend/public/apple-touch-icon.png +0 -0
- data/frontend/public/class_list.html +0 -51
- data/frontend/public/css/common.css +0 -1
- data/frontend/public/css/full_list.css +0 -58
- data/frontend/public/css/style.css +0 -492
- data/frontend/public/favicon.ico +0 -0
- data/frontend/public/file.README.html +0 -179
- data/frontend/public/file_list.html +0 -56
- data/frontend/public/frames.html +0 -17
- data/frontend/public/index.html +0 -179
- data/frontend/public/js/app.js +0 -248
- data/frontend/public/js/full_list.js +0 -216
- data/frontend/public/js/jquery.js +0 -4
- data/frontend/public/method_list.html +0 -395
- data/frontend/public/robots.txt +0 -2
- data/frontend/public/top-level-namespace.html +0 -110
- data/frontend/test/application_system_test_case.rb +0 -5
- data/frontend/test/controllers/.keep +0 -0
- data/frontend/test/controllers/apps_controller_test.rb +0 -48
- data/frontend/test/controllers/pages_controller_test.rb +0 -9
- data/frontend/test/controllers/publickeys_controller_test.rb +0 -48
- data/frontend/test/fixtures/.keep +0 -0
- data/frontend/test/fixtures/apps.yml +0 -7
- data/frontend/test/fixtures/files/.keep +0 -0
- data/frontend/test/fixtures/publickeys.yml +0 -11
- data/frontend/test/fixtures/users.yml +0 -11
- data/frontend/test/helpers/.keep +0 -0
- data/frontend/test/integration/.keep +0 -0
- data/frontend/test/mailers/.keep +0 -0
- data/frontend/test/models/.keep +0 -0
- data/frontend/test/models/app_test.rb +0 -7
- data/frontend/test/models/publickey_test.rb +0 -7
- data/frontend/test/models/user_test.rb +0 -7
- data/frontend/test/policies/publickey_policy_test.rb +0 -19
- data/frontend/test/system/.keep +0 -0
- data/frontend/test/system/apps_test.rb +0 -9
- data/frontend/test/system/publickeys_test.rb +0 -9
- data/frontend/test/test_helper.rb +0 -9
- data/frontend/tmp/.keep +0 -0
- data/frontend/vendor/.keep +0 -0
- data/lib/meroku/api/request.rb +0 -17
- data/lib/meroku/aws/ec2.rb +0 -59
- data/lib/meroku/cli/help.rb +0 -27
- data/lib/meroku/cli/secrets.rb +0 -23
- data/lib/meroku/cli/session.rb +0 -46
- data/lib/meroku/extensions.rb +0 -32
- data/lib/meroku/infrastructure.rb +0 -23
- data/lib/meroku/infrastructure/server.rb +0 -20
- data/lib/meroku/tunnelable.rb +0 -35
- data/modified-cedar-14.sh +0 -171
data/circle.yml
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
general:
|
2
|
-
branches:
|
3
|
-
only:
|
4
|
-
- notmaster
|
5
|
-
|
6
|
-
machine:
|
7
|
-
|
8
|
-
timezone:
|
9
|
-
America/Los_Angeles # Set the timezone
|
10
|
-
|
11
|
-
dependencies:
|
12
|
-
override:
|
13
|
-
- echo
|
14
|
-
|
15
|
-
database:
|
16
|
-
override:
|
17
|
-
- echo
|
18
|
-
|
19
|
-
test:
|
20
|
-
override:
|
21
|
-
- ruby --version
|
22
|
-
- gem install meroku
|
23
|
-
- meroku infrastructure despawn && meroku infrastructure spawn
|
data/frontend/.gitignore
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
|
2
|
-
#
|
3
|
-
# If you find yourself ignoring temporary files generated by your text editor
|
4
|
-
# or operating system, you probably want to add a global ignore instead:
|
5
|
-
# git config --global core.excludesfile '~/.gitignore_global'
|
6
|
-
|
7
|
-
# Ignore bundler config.
|
8
|
-
/.bundle
|
9
|
-
|
10
|
-
# Ignore the default SQLite database.
|
11
|
-
/db/*.sqlite3
|
12
|
-
/db/*.sqlite3-journal
|
13
|
-
|
14
|
-
# Ignore all logfiles and tempfiles.
|
15
|
-
/log/*
|
16
|
-
/tmp/*
|
17
|
-
!/log/.keep
|
18
|
-
!/tmp/.keep
|
19
|
-
|
20
|
-
/node_modules
|
21
|
-
/yarn-error.log
|
22
|
-
|
23
|
-
.byebug_history
|
data/frontend/.ruby-version
DELETED
data/frontend/Gemfile
DELETED
@@ -1,61 +0,0 @@
|
|
1
|
-
source 'https://rubygems.org'
|
2
|
-
|
3
|
-
git_source(:github) do |repo_name|
|
4
|
-
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
|
5
|
-
"https://github.com/#{repo_name}.git"
|
6
|
-
end
|
7
|
-
|
8
|
-
|
9
|
-
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
10
|
-
gem 'rails', '~> 5.1.4'
|
11
|
-
# Use sqlite3 as the database for Active Record
|
12
|
-
#gem 'sqlite3'
|
13
|
-
# Use Puma as the app server
|
14
|
-
gem 'puma', '~> 3.7'
|
15
|
-
# Use SCSS for stylesheets
|
16
|
-
gem 'sass-rails', '~> 5.0'
|
17
|
-
# Use Uglifier as compressor for JavaScript assets
|
18
|
-
gem 'uglifier', '>= 1.3.0'
|
19
|
-
# See https://github.com/rails/execjs#readme for more supported runtimes
|
20
|
-
# gem 'therubyracer', platforms: :ruby
|
21
|
-
|
22
|
-
# Use CoffeeScript for .coffee assets and views
|
23
|
-
gem 'coffee-rails', '~> 4.2'
|
24
|
-
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
|
25
|
-
gem 'turbolinks', '~> 5'
|
26
|
-
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
27
|
-
gem 'jbuilder', '~> 2.5'
|
28
|
-
# Use Redis adapter to run Action Cable in production
|
29
|
-
# gem 'redis', '~> 3.0'
|
30
|
-
# Use ActiveModel has_secure_password
|
31
|
-
# gem 'bcrypt', '~> 3.1.7'
|
32
|
-
|
33
|
-
# Use Capistrano for deployment
|
34
|
-
# gem 'capistrano-rails', group: :development
|
35
|
-
|
36
|
-
group :development, :test do
|
37
|
-
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
38
|
-
#gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
|
39
|
-
# Adds support for Capybara system testing and selenium driver
|
40
|
-
gem 'capybara', '~> 2.13'
|
41
|
-
gem 'selenium-webdriver'
|
42
|
-
end
|
43
|
-
|
44
|
-
group :development do
|
45
|
-
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
|
46
|
-
gem 'web-console', '>= 3.3.0'
|
47
|
-
gem 'listen', '>= 3.0.5', '< 3.2'
|
48
|
-
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
49
|
-
gem 'spring'
|
50
|
-
gem 'spring-watcher-listen', '~> 2.0.0'
|
51
|
-
end
|
52
|
-
|
53
|
-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
54
|
-
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
55
|
-
|
56
|
-
gem 'devise'
|
57
|
-
gem 'jsonapi-rails'
|
58
|
-
gem "active_model_serializers"
|
59
|
-
gem "pg"
|
60
|
-
gem "byebug"
|
61
|
-
gem "pundit"
|
data/frontend/Gemfile.lock
DELETED
@@ -1,236 +0,0 @@
|
|
1
|
-
GEM
|
2
|
-
remote: https://rubygems.org/
|
3
|
-
specs:
|
4
|
-
actioncable (5.1.4)
|
5
|
-
actionpack (= 5.1.4)
|
6
|
-
nio4r (~> 2.0)
|
7
|
-
websocket-driver (~> 0.6.1)
|
8
|
-
actionmailer (5.1.4)
|
9
|
-
actionpack (= 5.1.4)
|
10
|
-
actionview (= 5.1.4)
|
11
|
-
activejob (= 5.1.4)
|
12
|
-
mail (~> 2.5, >= 2.5.4)
|
13
|
-
rails-dom-testing (~> 2.0)
|
14
|
-
actionpack (5.1.4)
|
15
|
-
actionview (= 5.1.4)
|
16
|
-
activesupport (= 5.1.4)
|
17
|
-
rack (~> 2.0)
|
18
|
-
rack-test (>= 0.6.3)
|
19
|
-
rails-dom-testing (~> 2.0)
|
20
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
21
|
-
actionview (5.1.4)
|
22
|
-
activesupport (= 5.1.4)
|
23
|
-
builder (~> 3.1)
|
24
|
-
erubi (~> 1.4)
|
25
|
-
rails-dom-testing (~> 2.0)
|
26
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
27
|
-
active_model_serializers (0.10.3)
|
28
|
-
actionpack (>= 4.1, < 6)
|
29
|
-
activemodel (>= 4.1, < 6)
|
30
|
-
jsonapi (= 0.1.1.beta2)
|
31
|
-
activejob (5.1.4)
|
32
|
-
activesupport (= 5.1.4)
|
33
|
-
globalid (>= 0.3.6)
|
34
|
-
activemodel (5.1.4)
|
35
|
-
activesupport (= 5.1.4)
|
36
|
-
activerecord (5.1.4)
|
37
|
-
activemodel (= 5.1.4)
|
38
|
-
activesupport (= 5.1.4)
|
39
|
-
arel (~> 8.0)
|
40
|
-
activesupport (5.1.4)
|
41
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
42
|
-
i18n (~> 0.7)
|
43
|
-
minitest (~> 5.1)
|
44
|
-
tzinfo (~> 1.1)
|
45
|
-
addressable (2.5.2)
|
46
|
-
public_suffix (>= 2.0.2, < 4.0)
|
47
|
-
arel (8.0.0)
|
48
|
-
bcrypt (3.1.11)
|
49
|
-
bindex (0.5.0)
|
50
|
-
builder (3.2.3)
|
51
|
-
byebug (9.1.0)
|
52
|
-
capybara (2.15.4)
|
53
|
-
addressable
|
54
|
-
mini_mime (>= 0.1.3)
|
55
|
-
nokogiri (>= 1.3.3)
|
56
|
-
rack (>= 1.0.0)
|
57
|
-
rack-test (>= 0.5.4)
|
58
|
-
xpath (~> 2.0)
|
59
|
-
childprocess (0.8.0)
|
60
|
-
ffi (~> 1.0, >= 1.0.11)
|
61
|
-
coffee-rails (4.2.2)
|
62
|
-
coffee-script (>= 2.2.0)
|
63
|
-
railties (>= 4.0.0)
|
64
|
-
coffee-script (2.4.1)
|
65
|
-
coffee-script-source
|
66
|
-
execjs
|
67
|
-
coffee-script-source (1.12.2)
|
68
|
-
concurrent-ruby (1.0.5)
|
69
|
-
crass (1.0.2)
|
70
|
-
devise (4.3.0)
|
71
|
-
bcrypt (~> 3.0)
|
72
|
-
orm_adapter (~> 0.1)
|
73
|
-
railties (>= 4.1.0, < 5.2)
|
74
|
-
responders
|
75
|
-
warden (~> 1.2.3)
|
76
|
-
erubi (1.7.0)
|
77
|
-
execjs (2.7.0)
|
78
|
-
ffi (1.9.18)
|
79
|
-
globalid (0.4.0)
|
80
|
-
activesupport (>= 4.2.0)
|
81
|
-
i18n (0.9.0)
|
82
|
-
concurrent-ruby (~> 1.0)
|
83
|
-
jbuilder (2.7.0)
|
84
|
-
activesupport (>= 4.2.0)
|
85
|
-
multi_json (>= 1.2)
|
86
|
-
json (1.8.6)
|
87
|
-
jsonapi (0.1.1.beta2)
|
88
|
-
json (~> 1.8)
|
89
|
-
jsonapi-deserializable (0.2.0)
|
90
|
-
jsonapi-parser (0.1.1)
|
91
|
-
jsonapi-rails (0.3.1)
|
92
|
-
jsonapi-parser (~> 0.1.0)
|
93
|
-
jsonapi-rb (~> 0.5.0)
|
94
|
-
jsonapi-rb (0.5.0)
|
95
|
-
jsonapi-deserializable (~> 0.2.0)
|
96
|
-
jsonapi-serializable (~> 0.3.0)
|
97
|
-
jsonapi-renderer (0.2.0)
|
98
|
-
jsonapi-serializable (0.3.0)
|
99
|
-
jsonapi-renderer (~> 0.2.0)
|
100
|
-
listen (3.1.5)
|
101
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
102
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
103
|
-
ruby_dep (~> 1.2)
|
104
|
-
loofah (2.1.1)
|
105
|
-
crass (~> 1.0.2)
|
106
|
-
nokogiri (>= 1.5.9)
|
107
|
-
mail (2.6.6)
|
108
|
-
mime-types (>= 1.16, < 4)
|
109
|
-
method_source (0.9.0)
|
110
|
-
mime-types (3.1)
|
111
|
-
mime-types-data (~> 3.2015)
|
112
|
-
mime-types-data (3.2016.0521)
|
113
|
-
mini_mime (0.1.4)
|
114
|
-
mini_portile2 (2.3.0)
|
115
|
-
minitest (5.10.3)
|
116
|
-
multi_json (1.12.2)
|
117
|
-
nio4r (2.1.0)
|
118
|
-
nokogiri (1.8.1)
|
119
|
-
mini_portile2 (~> 2.3.0)
|
120
|
-
orm_adapter (0.5.0)
|
121
|
-
pg (0.21.0)
|
122
|
-
public_suffix (3.0.0)
|
123
|
-
puma (3.10.0)
|
124
|
-
pundit (1.1.0)
|
125
|
-
activesupport (>= 3.0.0)
|
126
|
-
rack (2.0.3)
|
127
|
-
rack-test (0.7.0)
|
128
|
-
rack (>= 1.0, < 3)
|
129
|
-
rails (5.1.4)
|
130
|
-
actioncable (= 5.1.4)
|
131
|
-
actionmailer (= 5.1.4)
|
132
|
-
actionpack (= 5.1.4)
|
133
|
-
actionview (= 5.1.4)
|
134
|
-
activejob (= 5.1.4)
|
135
|
-
activemodel (= 5.1.4)
|
136
|
-
activerecord (= 5.1.4)
|
137
|
-
activesupport (= 5.1.4)
|
138
|
-
bundler (>= 1.3.0)
|
139
|
-
railties (= 5.1.4)
|
140
|
-
sprockets-rails (>= 2.0.0)
|
141
|
-
rails-dom-testing (2.0.3)
|
142
|
-
activesupport (>= 4.2.0)
|
143
|
-
nokogiri (>= 1.6)
|
144
|
-
rails-html-sanitizer (1.0.3)
|
145
|
-
loofah (~> 2.0)
|
146
|
-
railties (5.1.4)
|
147
|
-
actionpack (= 5.1.4)
|
148
|
-
activesupport (= 5.1.4)
|
149
|
-
method_source
|
150
|
-
rake (>= 0.8.7)
|
151
|
-
thor (>= 0.18.1, < 2.0)
|
152
|
-
rake (12.1.0)
|
153
|
-
rb-fsevent (0.10.2)
|
154
|
-
rb-inotify (0.9.10)
|
155
|
-
ffi (>= 0.5.0, < 2)
|
156
|
-
responders (2.4.0)
|
157
|
-
actionpack (>= 4.2.0, < 5.3)
|
158
|
-
railties (>= 4.2.0, < 5.3)
|
159
|
-
ruby_dep (1.5.0)
|
160
|
-
rubyzip (1.2.1)
|
161
|
-
sass (3.5.2)
|
162
|
-
sass-listen (~> 4.0.0)
|
163
|
-
sass-listen (4.0.0)
|
164
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
165
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
166
|
-
sass-rails (5.0.6)
|
167
|
-
railties (>= 4.0.0, < 6)
|
168
|
-
sass (~> 3.1)
|
169
|
-
sprockets (>= 2.8, < 4.0)
|
170
|
-
sprockets-rails (>= 2.0, < 4.0)
|
171
|
-
tilt (>= 1.1, < 3)
|
172
|
-
selenium-webdriver (3.6.0)
|
173
|
-
childprocess (~> 0.5)
|
174
|
-
rubyzip (~> 1.0)
|
175
|
-
spring (2.0.2)
|
176
|
-
activesupport (>= 4.2)
|
177
|
-
spring-watcher-listen (2.0.1)
|
178
|
-
listen (>= 2.7, < 4.0)
|
179
|
-
spring (>= 1.2, < 3.0)
|
180
|
-
sprockets (3.7.1)
|
181
|
-
concurrent-ruby (~> 1.0)
|
182
|
-
rack (> 1, < 3)
|
183
|
-
sprockets-rails (3.2.1)
|
184
|
-
actionpack (>= 4.0)
|
185
|
-
activesupport (>= 4.0)
|
186
|
-
sprockets (>= 3.0.0)
|
187
|
-
thor (0.20.0)
|
188
|
-
thread_safe (0.3.6)
|
189
|
-
tilt (2.0.8)
|
190
|
-
turbolinks (5.0.1)
|
191
|
-
turbolinks-source (~> 5)
|
192
|
-
turbolinks-source (5.0.3)
|
193
|
-
tzinfo (1.2.3)
|
194
|
-
thread_safe (~> 0.1)
|
195
|
-
uglifier (3.2.0)
|
196
|
-
execjs (>= 0.3.0, < 3)
|
197
|
-
warden (1.2.7)
|
198
|
-
rack (>= 1.0)
|
199
|
-
web-console (3.5.1)
|
200
|
-
actionview (>= 5.0)
|
201
|
-
activemodel (>= 5.0)
|
202
|
-
bindex (>= 0.4.0)
|
203
|
-
railties (>= 5.0)
|
204
|
-
websocket-driver (0.6.5)
|
205
|
-
websocket-extensions (>= 0.1.0)
|
206
|
-
websocket-extensions (0.1.2)
|
207
|
-
xpath (2.1.0)
|
208
|
-
nokogiri (~> 1.3)
|
209
|
-
|
210
|
-
PLATFORMS
|
211
|
-
ruby
|
212
|
-
|
213
|
-
DEPENDENCIES
|
214
|
-
active_model_serializers
|
215
|
-
byebug
|
216
|
-
capybara (~> 2.13)
|
217
|
-
coffee-rails (~> 4.2)
|
218
|
-
devise
|
219
|
-
jbuilder (~> 2.5)
|
220
|
-
jsonapi-rails
|
221
|
-
listen (>= 3.0.5, < 3.2)
|
222
|
-
pg
|
223
|
-
puma (~> 3.7)
|
224
|
-
pundit
|
225
|
-
rails (~> 5.1.4)
|
226
|
-
sass-rails (~> 5.0)
|
227
|
-
selenium-webdriver
|
228
|
-
spring
|
229
|
-
spring-watcher-listen (~> 2.0.0)
|
230
|
-
turbolinks (~> 5)
|
231
|
-
tzinfo-data
|
232
|
-
uglifier (>= 1.3.0)
|
233
|
-
web-console (>= 3.3.0)
|
234
|
-
|
235
|
-
BUNDLED WITH
|
236
|
-
1.15.4
|
data/frontend/README.md
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
# README
|
2
|
-
|
3
|
-
This README would normally document whatever steps are necessary to get the
|
4
|
-
application up and running.
|
5
|
-
|
6
|
-
Things you may want to cover:
|
7
|
-
|
8
|
-
* Ruby version
|
9
|
-
|
10
|
-
* System dependencies
|
11
|
-
|
12
|
-
* Configuration
|
13
|
-
|
14
|
-
* Database creation
|
15
|
-
|
16
|
-
* Database initialization
|
17
|
-
|
18
|
-
* How to run the test suite
|
19
|
-
|
20
|
-
* Services (job queues, cache servers, search engines, etc.)
|
21
|
-
|
22
|
-
* Deployment instructions
|
23
|
-
|
24
|
-
* ...
|
data/frontend/Rakefile
DELETED
File without changes
|
@@ -1,15 +0,0 @@
|
|
1
|
-
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
2
|
-
// listed below.
|
3
|
-
//
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, or any plugin's
|
5
|
-
// vendor/assets/javascripts directory can be referenced here using a relative path.
|
6
|
-
//
|
7
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
8
|
-
// compiled file. JavaScript code in this file should be added after the last require_* statement.
|
9
|
-
//
|
10
|
-
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
11
|
-
// about supported directives.
|
12
|
-
//
|
13
|
-
//= require rails-ujs
|
14
|
-
//= require turbolinks
|
15
|
-
//= require_tree .
|
@@ -1,13 +0,0 @@
|
|
1
|
-
// Action Cable provides the framework to deal with WebSockets in Rails.
|
2
|
-
// You can generate new channels where WebSocket features live using the `rails generate channel` command.
|
3
|
-
//
|
4
|
-
//= require action_cable
|
5
|
-
//= require_self
|
6
|
-
//= require_tree ./channels
|
7
|
-
|
8
|
-
(function() {
|
9
|
-
this.App || (this.App = {});
|
10
|
-
|
11
|
-
App.cable = ActionCable.createConsumer();
|
12
|
-
|
13
|
-
}).call(this);
|
File without changes
|
@@ -1,15 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
|
6
|
-
* vendor/assets/stylesheets directory can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
10
|
-
* files in this directory. Styles in this file should be added after the last require_* statement.
|
11
|
-
* It is generally better to create a new file per style scope.
|
12
|
-
*
|
13
|
-
*= require_tree .
|
14
|
-
*= require_self
|
15
|
-
*/
|