eac_users_support 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +7 -7
- data/lib/eac_users_support/version.rb +1 -1
- metadata +7 -77
- data/test/dummy/README.rdoc +0 -28
- data/test/dummy/Rakefile +0 -8
- data/test/dummy/app/assets/javascripts/application.js +0 -13
- data/test/dummy/app/assets/stylesheets/application.css +0 -15
- data/test/dummy/app/controllers/application_controller.rb +0 -7
- data/test/dummy/app/helpers/application_helper.rb +0 -4
- data/test/dummy/app/views/layouts/application.html.erb +0 -12
- data/test/dummy/bin/bundle +0 -5
- data/test/dummy/bin/rails +0 -6
- data/test/dummy/bin/rake +0 -6
- data/test/dummy/bin/setup +0 -31
- data/test/dummy/config.ru +0 -6
- data/test/dummy/config/application.rb +0 -27
- data/test/dummy/config/boot.rb +0 -7
- data/test/dummy/config/database.yml +0 -25
- data/test/dummy/config/environment.rb +0 -7
- data/test/dummy/config/environments/development.rb +0 -43
- data/test/dummy/config/environments/production.rb +0 -82
- data/test/dummy/config/environments/test.rb +0 -44
- data/test/dummy/config/initializers/assets.rb +0 -13
- data/test/dummy/config/initializers/backtrace_silencers.rb +0 -11
- data/test/dummy/config/initializers/cookies_serializer.rb +0 -5
- data/test/dummy/config/initializers/filter_parameter_logging.rb +0 -6
- data/test/dummy/config/initializers/inflections.rb +0 -18
- data/test/dummy/config/initializers/mime_types.rb +0 -6
- data/test/dummy/config/initializers/session_store.rb +0 -5
- data/test/dummy/config/initializers/wrap_parameters.rb +0 -16
- data/test/dummy/config/locales/en.yml +0 -23
- data/test/dummy/config/routes.rb +0 -5
- data/test/dummy/config/secrets.yml +0 -22
- data/test/dummy/db/schema.rb +0 -27
- data/test/dummy/public/404.html +0 -67
- data/test/dummy/public/422.html +0 -67
- data/test/dummy/public/500.html +0 -66
- data/test/dummy/public/favicon.ico +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 830fd6b8b52bfd825aeec01b8c196b9ce0a73f3d83fd57c8ae948fee198fc6f4
|
4
|
+
data.tar.gz: bccbdd525d144283ab3b1ba8672fa02e2fded57f8a773c77d1cfa78509de1332
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc267e6154dd4805f107b38bf4e32e9a236280e51cbaefacc59158351f7ff2523f3a2b42ee3d613126bc45fcd26134e11eef5d447e76f6804cbff26c14e76440
|
7
|
+
data.tar.gz: 39a17609407743ab7f96ae5eb89f2b8042a9af29733dbb7cf6d85773c31c511a56d90d0abe40c9340dc56b0fe936e2d0459db7ff743ef6e10815369ee1648058
|
data/Rakefile
CHANGED
@@ -16,20 +16,20 @@ RDoc::Task.new(:rdoc) do |rdoc|
|
|
16
16
|
rdoc.rdoc_files.include('lib/**/*.rb')
|
17
17
|
end
|
18
18
|
|
19
|
-
APP_RAKEFILE = File.expand_path('
|
19
|
+
APP_RAKEFILE = File.expand_path('spec/support/rails_app/Rakefile', __dir__)
|
20
20
|
load 'rails/tasks/engine.rake'
|
21
21
|
|
22
22
|
load 'rails/tasks/statistics.rake'
|
23
23
|
|
24
24
|
Bundler::GemHelper.install_tasks
|
25
25
|
|
26
|
-
require 'rake/testtask'
|
27
26
|
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
27
|
+
begin
|
28
|
+
require 'rspec/core/rake_task'
|
29
|
+
RSpec::Core::RakeTask.new(:spec)
|
30
|
+
task :test => :spec
|
31
|
+
rescue LoadError
|
32
|
+
# no rspec available
|
33
33
|
end
|
34
34
|
|
35
35
|
task default: :test
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eac_users_support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Esquilo Azul Company
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: active_scaffold
|
@@ -90,16 +90,16 @@ dependencies:
|
|
90
90
|
name: sqlite3
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
92
92
|
requirements:
|
93
|
-
- - "
|
93
|
+
- - "~>"
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version:
|
95
|
+
version: 1.3.13
|
96
96
|
type: :development
|
97
97
|
prerelease: false
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
|
-
- - "
|
100
|
+
- - "~>"
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version:
|
102
|
+
version: 1.3.13
|
103
103
|
description:
|
104
104
|
email:
|
105
105
|
executables: []
|
@@ -132,41 +132,6 @@ files:
|
|
132
132
|
- lib/eac_users_support/tasks/password_reset.rb
|
133
133
|
- lib/eac_users_support/version.rb
|
134
134
|
- lib/tasks/eac_users_support.rake
|
135
|
-
- test/dummy/README.rdoc
|
136
|
-
- test/dummy/Rakefile
|
137
|
-
- test/dummy/app/assets/javascripts/application.js
|
138
|
-
- test/dummy/app/assets/stylesheets/application.css
|
139
|
-
- test/dummy/app/controllers/application_controller.rb
|
140
|
-
- test/dummy/app/helpers/application_helper.rb
|
141
|
-
- test/dummy/app/views/layouts/application.html.erb
|
142
|
-
- test/dummy/bin/bundle
|
143
|
-
- test/dummy/bin/rails
|
144
|
-
- test/dummy/bin/rake
|
145
|
-
- test/dummy/bin/setup
|
146
|
-
- test/dummy/config.ru
|
147
|
-
- test/dummy/config/application.rb
|
148
|
-
- test/dummy/config/boot.rb
|
149
|
-
- test/dummy/config/database.yml
|
150
|
-
- test/dummy/config/environment.rb
|
151
|
-
- test/dummy/config/environments/development.rb
|
152
|
-
- test/dummy/config/environments/production.rb
|
153
|
-
- test/dummy/config/environments/test.rb
|
154
|
-
- test/dummy/config/initializers/assets.rb
|
155
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
156
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
157
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
158
|
-
- test/dummy/config/initializers/inflections.rb
|
159
|
-
- test/dummy/config/initializers/mime_types.rb
|
160
|
-
- test/dummy/config/initializers/session_store.rb
|
161
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
162
|
-
- test/dummy/config/locales/en.yml
|
163
|
-
- test/dummy/config/routes.rb
|
164
|
-
- test/dummy/config/secrets.yml
|
165
|
-
- test/dummy/db/schema.rb
|
166
|
-
- test/dummy/public/404.html
|
167
|
-
- test/dummy/public/422.html
|
168
|
-
- test/dummy/public/500.html
|
169
|
-
- test/dummy/public/favicon.ico
|
170
135
|
homepage:
|
171
136
|
licenses:
|
172
137
|
- MIT
|
@@ -191,39 +156,4 @@ rubygems_version: 2.7.7
|
|
191
156
|
signing_key:
|
192
157
|
specification_version: 4
|
193
158
|
summary: Ready-to-use support for users registration, login, logout, etc, for Rails.
|
194
|
-
test_files:
|
195
|
-
- test/dummy/Rakefile
|
196
|
-
- test/dummy/README.rdoc
|
197
|
-
- test/dummy/config.ru
|
198
|
-
- test/dummy/config/boot.rb
|
199
|
-
- test/dummy/config/database.yml
|
200
|
-
- test/dummy/config/secrets.yml
|
201
|
-
- test/dummy/config/locales/en.yml
|
202
|
-
- test/dummy/config/application.rb
|
203
|
-
- test/dummy/config/environments/development.rb
|
204
|
-
- test/dummy/config/environments/test.rb
|
205
|
-
- test/dummy/config/environments/production.rb
|
206
|
-
- test/dummy/config/environment.rb
|
207
|
-
- test/dummy/config/routes.rb
|
208
|
-
- test/dummy/config/initializers/assets.rb
|
209
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
210
|
-
- test/dummy/config/initializers/inflections.rb
|
211
|
-
- test/dummy/config/initializers/session_store.rb
|
212
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
213
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
214
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
215
|
-
- test/dummy/config/initializers/mime_types.rb
|
216
|
-
- test/dummy/db/schema.rb
|
217
|
-
- test/dummy/app/views/layouts/application.html.erb
|
218
|
-
- test/dummy/app/controllers/application_controller.rb
|
219
|
-
- test/dummy/app/helpers/application_helper.rb
|
220
|
-
- test/dummy/app/assets/stylesheets/application.css
|
221
|
-
- test/dummy/app/assets/javascripts/application.js
|
222
|
-
- test/dummy/public/422.html
|
223
|
-
- test/dummy/public/404.html
|
224
|
-
- test/dummy/public/favicon.ico
|
225
|
-
- test/dummy/public/500.html
|
226
|
-
- test/dummy/bin/bundle
|
227
|
-
- test/dummy/bin/setup
|
228
|
-
- test/dummy/bin/rails
|
229
|
-
- test/dummy/bin/rake
|
159
|
+
test_files: []
|
data/test/dummy/README.rdoc
DELETED
@@ -1,28 +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
|
-
* ...
|
25
|
-
|
26
|
-
|
27
|
-
Please feel free to use a different markup language if you do not plan to run
|
28
|
-
<tt>rake doc:app</tt>.
|
data/test/dummy/Rakefile
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
4
|
-
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
5
|
-
|
6
|
-
require File.expand_path('config/application', __dir__)
|
7
|
-
|
8
|
-
Rails.application.load_tasks
|
@@ -1,13 +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, vendor/assets/javascripts,
|
5
|
-
// or any plugin's 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.
|
9
|
-
//
|
10
|
-
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
11
|
-
// about supported directives.
|
12
|
-
//
|
13
|
-
//= require_tree .
|
@@ -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, vendor/assets/stylesheets,
|
6
|
-
* or any plugin's 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 styles
|
10
|
-
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
|
11
|
-
* file per style scope.
|
12
|
-
*
|
13
|
-
*= require_tree .
|
14
|
-
*= require_self
|
15
|
-
*/
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Dummy</title>
|
5
|
-
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
6
|
-
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
7
|
-
<%= csrf_meta_tags %>
|
8
|
-
</head>
|
9
|
-
<body>
|
10
|
-
<%= yield %>
|
11
|
-
</body>
|
12
|
-
</html>
|
data/test/dummy/bin/bundle
DELETED
data/test/dummy/bin/rails
DELETED
data/test/dummy/bin/rake
DELETED
data/test/dummy/bin/setup
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
require 'pathname'
|
5
|
-
|
6
|
-
# path to your application root.
|
7
|
-
APP_ROOT = Pathname.new File.expand_path('..', __dir__)
|
8
|
-
|
9
|
-
Dir.chdir APP_ROOT do
|
10
|
-
# This script is a starting point to setup your application.
|
11
|
-
# Add necessary setup steps to this file:
|
12
|
-
|
13
|
-
puts '== Installing dependencies =='
|
14
|
-
system 'gem install bundler --conservative'
|
15
|
-
system 'bundle check || bundle install'
|
16
|
-
|
17
|
-
# puts "\n== Copying sample files =="
|
18
|
-
# unless File.exist?("config/database.yml")
|
19
|
-
# system "cp config/database.yml.sample config/database.yml"
|
20
|
-
# end
|
21
|
-
|
22
|
-
puts "\n== Preparing database =="
|
23
|
-
system 'bin/rake db:setup'
|
24
|
-
|
25
|
-
puts "\n== Removing old logs and tempfiles =="
|
26
|
-
system 'rm -f log/*'
|
27
|
-
system 'rm -rf tmp/cache'
|
28
|
-
|
29
|
-
puts "\n== Restarting application server =="
|
30
|
-
system 'touch tmp/restart.txt'
|
31
|
-
end
|
data/test/dummy/config.ru
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require File.expand_path('boot', __dir__)
|
4
|
-
|
5
|
-
require 'rails/all'
|
6
|
-
|
7
|
-
Bundler.require(*Rails.groups)
|
8
|
-
require 'eac_users_support'
|
9
|
-
|
10
|
-
module Dummy
|
11
|
-
class Application < Rails::Application
|
12
|
-
# Settings in config/environments/* take precedence over those specified here.
|
13
|
-
# Application configuration should go into files in config/initializers
|
14
|
-
# -- all .rb files in that directory are automatically loaded.
|
15
|
-
|
16
|
-
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
|
17
|
-
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
|
18
|
-
# config.time_zone = 'Central Time (US & Canada)'
|
19
|
-
|
20
|
-
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
21
|
-
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
22
|
-
# config.i18n.default_locale = :de
|
23
|
-
|
24
|
-
# Do not swallow errors in after_commit/after_rollback callbacks.
|
25
|
-
config.active_record.raise_in_transactional_callbacks = true
|
26
|
-
end
|
27
|
-
end
|
data/test/dummy/config/boot.rb
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
# Set up gems listed in the Gemfile.
|
4
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../Gemfile', __dir__)
|
5
|
-
|
6
|
-
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
|
7
|
-
$LOAD_PATH.unshift File.expand_path('../../../lib', __dir__)
|
@@ -1,25 +0,0 @@
|
|
1
|
-
# SQLite version 3.x
|
2
|
-
# gem install sqlite3
|
3
|
-
#
|
4
|
-
# Ensure the SQLite 3 gem is defined in your Gemfile
|
5
|
-
# gem 'sqlite3'
|
6
|
-
#
|
7
|
-
default: &default
|
8
|
-
adapter: sqlite3
|
9
|
-
pool: 5
|
10
|
-
timeout: 5000
|
11
|
-
|
12
|
-
development:
|
13
|
-
<<: *default
|
14
|
-
database: db/development.sqlite3
|
15
|
-
|
16
|
-
# Warning: The database defined as "test" will be erased and
|
17
|
-
# re-generated from your development database when you run "rake".
|
18
|
-
# Do not set this db to the same as development or production.
|
19
|
-
test:
|
20
|
-
<<: *default
|
21
|
-
database: db/test.sqlite3
|
22
|
-
|
23
|
-
production:
|
24
|
-
<<: *default
|
25
|
-
database: db/production.sqlite3
|
@@ -1,43 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
Rails.application.configure do
|
4
|
-
# Settings specified here will take precedence over those in config/application.rb.
|
5
|
-
|
6
|
-
# In the development environment your application's code is reloaded on
|
7
|
-
# every request. This slows down response time but is perfect for development
|
8
|
-
# since you don't have to restart the web server when you make code changes.
|
9
|
-
config.cache_classes = false
|
10
|
-
|
11
|
-
# Do not eager load code on boot.
|
12
|
-
config.eager_load = false
|
13
|
-
|
14
|
-
# Show full error reports and disable caching.
|
15
|
-
config.consider_all_requests_local = true
|
16
|
-
config.action_controller.perform_caching = false
|
17
|
-
|
18
|
-
# Don't care if the mailer can't send.
|
19
|
-
config.action_mailer.raise_delivery_errors = false
|
20
|
-
|
21
|
-
# Print deprecation notices to the Rails logger.
|
22
|
-
config.active_support.deprecation = :log
|
23
|
-
|
24
|
-
# Raise an error on page load if there are pending migrations.
|
25
|
-
config.active_record.migration_error = :page_load
|
26
|
-
|
27
|
-
# Debug mode disables concatenation and preprocessing of assets.
|
28
|
-
# This option may cause significant delays in view rendering with a large
|
29
|
-
# number of complex assets.
|
30
|
-
config.assets.debug = true
|
31
|
-
|
32
|
-
# Asset digests allow you to set far-future HTTP expiration dates on all assets,
|
33
|
-
# yet still be able to expire them through the digest params.
|
34
|
-
config.assets.digest = true
|
35
|
-
|
36
|
-
# Adds additional error checking when serving assets at runtime.
|
37
|
-
# Checks for improperly declared sprockets dependencies.
|
38
|
-
# Raises helpful error messages.
|
39
|
-
config.assets.raise_runtime_errors = true
|
40
|
-
|
41
|
-
# Raises error for missing translations
|
42
|
-
# config.action_view.raise_on_missing_translations = true
|
43
|
-
end
|
@@ -1,82 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
Rails.application.configure do
|
4
|
-
# Settings specified here will take precedence over those in config/application.rb.
|
5
|
-
|
6
|
-
# Code is not reloaded between requests.
|
7
|
-
config.cache_classes = true
|
8
|
-
|
9
|
-
# Eager load code on boot. This eager loads most of Rails and
|
10
|
-
# your application in memory, allowing both threaded web servers
|
11
|
-
# and those relying on copy on write to perform better.
|
12
|
-
# Rake tasks automatically ignore this option for performance.
|
13
|
-
config.eager_load = true
|
14
|
-
|
15
|
-
# Full error reports are disabled and caching is turned on.
|
16
|
-
config.consider_all_requests_local = false
|
17
|
-
config.action_controller.perform_caching = true
|
18
|
-
|
19
|
-
# Enable Rack::Cache to put a simple HTTP cache in front of your application
|
20
|
-
# Add `rack-cache` to your Gemfile before enabling this.
|
21
|
-
# For large-scale production use, consider using a caching reverse proxy like
|
22
|
-
# NGINX, varnish or squid.
|
23
|
-
# config.action_dispatch.rack_cache = true
|
24
|
-
|
25
|
-
# Disable serving static files from the `/public` folder by default since
|
26
|
-
# Apache or NGINX already handles this.
|
27
|
-
config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present?
|
28
|
-
|
29
|
-
# Compress JavaScripts and CSS.
|
30
|
-
config.assets.js_compressor = :uglifier
|
31
|
-
# config.assets.css_compressor = :sass
|
32
|
-
|
33
|
-
# Do not fallback to assets pipeline if a precompiled asset is missed.
|
34
|
-
config.assets.compile = false
|
35
|
-
|
36
|
-
# Asset digests allow you to set far-future HTTP expiration dates on all assets,
|
37
|
-
# yet still be able to expire them through the digest params.
|
38
|
-
config.assets.digest = true
|
39
|
-
|
40
|
-
# `config.assets.precompile` and `config.assets.version` have moved to
|
41
|
-
# config/initializers/assets.rb
|
42
|
-
|
43
|
-
# Specifies the header that your server uses for sending files.
|
44
|
-
# config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
|
45
|
-
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
|
46
|
-
|
47
|
-
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
48
|
-
# config.force_ssl = true
|
49
|
-
|
50
|
-
# Use the lowest log level to ensure availability of diagnostic information
|
51
|
-
# when problems arise.
|
52
|
-
config.log_level = :debug
|
53
|
-
|
54
|
-
# Prepend all log lines with the following tags.
|
55
|
-
# config.log_tags = [ :subdomain, :uuid ]
|
56
|
-
|
57
|
-
# Use a different logger for distributed setups.
|
58
|
-
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
|
59
|
-
|
60
|
-
# Use a different cache store in production.
|
61
|
-
# config.cache_store = :mem_cache_store
|
62
|
-
|
63
|
-
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
|
64
|
-
# config.action_controller.asset_host = 'http://assets.example.com'
|
65
|
-
|
66
|
-
# Ignore bad email addresses and do not raise email delivery errors.
|
67
|
-
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
|
68
|
-
# config.action_mailer.raise_delivery_errors = false
|
69
|
-
|
70
|
-
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
|
71
|
-
# the I18n.default_locale when a translation cannot be found).
|
72
|
-
config.i18n.fallbacks = true
|
73
|
-
|
74
|
-
# Send deprecation notices to registered listeners.
|
75
|
-
config.active_support.deprecation = :notify
|
76
|
-
|
77
|
-
# Use default logging formatter so that PID and timestamp are not suppressed.
|
78
|
-
config.log_formatter = ::Logger::Formatter.new
|
79
|
-
|
80
|
-
# Do not dump schema after migrations.
|
81
|
-
config.active_record.dump_schema_after_migration = false
|
82
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
Rails.application.configure do
|
4
|
-
# Settings specified here will take precedence over those in config/application.rb.
|
5
|
-
|
6
|
-
# The test environment is used exclusively to run your application's
|
7
|
-
# test suite. You never need to work with it otherwise. Remember that
|
8
|
-
# your test database is "scratch space" for the test suite and is wiped
|
9
|
-
# and recreated between test runs. Don't rely on the data there!
|
10
|
-
config.cache_classes = true
|
11
|
-
|
12
|
-
# Do not eager load code on boot. This avoids loading your whole application
|
13
|
-
# just for the purpose of running a single test. If you are using a tool that
|
14
|
-
# preloads Rails for running tests, you may have to set it to true.
|
15
|
-
config.eager_load = false
|
16
|
-
|
17
|
-
# Configure static file server for tests with Cache-Control for performance.
|
18
|
-
config.serve_static_files = true
|
19
|
-
config.static_cache_control = 'public, max-age=3600'
|
20
|
-
|
21
|
-
# Show full error reports and disable caching.
|
22
|
-
config.consider_all_requests_local = true
|
23
|
-
config.action_controller.perform_caching = false
|
24
|
-
|
25
|
-
# Raise exceptions instead of rendering exception templates.
|
26
|
-
config.action_dispatch.show_exceptions = false
|
27
|
-
|
28
|
-
# Disable request forgery protection in test environment.
|
29
|
-
config.action_controller.allow_forgery_protection = false
|
30
|
-
|
31
|
-
# Tell Action Mailer not to deliver emails to the real world.
|
32
|
-
# The :test delivery method accumulates sent emails in the
|
33
|
-
# ActionMailer::Base.deliveries array.
|
34
|
-
config.action_mailer.delivery_method = :test
|
35
|
-
|
36
|
-
# Randomize the order test cases are executed.
|
37
|
-
config.active_support.test_order = :random
|
38
|
-
|
39
|
-
# Print deprecation notices to the stderr.
|
40
|
-
config.active_support.deprecation = :stderr
|
41
|
-
|
42
|
-
# Raises error for missing translations
|
43
|
-
# config.action_view.raise_on_missing_translations = true
|
44
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
# Be sure to restart your server when you modify this file.
|
4
|
-
|
5
|
-
# Version of your assets, change this if you want to expire all your assets.
|
6
|
-
Rails.application.config.assets.version = '1.0'
|
7
|
-
|
8
|
-
# Add additional assets to the asset load path
|
9
|
-
# Rails.application.config.assets.paths << Emoji.images_path
|
10
|
-
|
11
|
-
# Precompile additional assets.
|
12
|
-
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
13
|
-
# Rails.application.config.assets.precompile += %w( search.js )
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
# Be sure to restart your server when you modify this file.
|
4
|
-
|
5
|
-
# You can add backtrace silencers for libraries that you're using but don't wish to see in your
|
6
|
-
# backtraces.
|
7
|
-
# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
|
8
|
-
|
9
|
-
# You can also remove all the silencers if you're trying to debug a problem that might stem from
|
10
|
-
# framework code.
|
11
|
-
# Rails.backtrace_cleaner.remove_silencers!
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
# Be sure to restart your server when you modify this file.
|
4
|
-
|
5
|
-
# Add new inflection rules using the following format. Inflections
|
6
|
-
# are locale specific, and you may define rules for as many different
|
7
|
-
# locales as you wish. All of these examples are active by default:
|
8
|
-
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
9
|
-
# inflect.plural /^(ox)$/i, '\1en'
|
10
|
-
# inflect.singular /^(ox)en/i, '\1'
|
11
|
-
# inflect.irregular 'person', 'people'
|
12
|
-
# inflect.uncountable %w( fish sheep )
|
13
|
-
# end
|
14
|
-
|
15
|
-
# These inflection rules are supported but not enabled by default:
|
16
|
-
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
17
|
-
# inflect.acronym 'RESTful'
|
18
|
-
# end
|
@@ -1,16 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
# Be sure to restart your server when you modify this file.
|
4
|
-
|
5
|
-
# This file contains settings for ActionController::ParamsWrapper which
|
6
|
-
# is enabled by default.
|
7
|
-
|
8
|
-
# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
|
9
|
-
ActiveSupport.on_load(:action_controller) do
|
10
|
-
wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
|
11
|
-
end
|
12
|
-
|
13
|
-
# To enable root element in JSON for ActiveRecord objects.
|
14
|
-
# ActiveSupport.on_load(:active_record) do
|
15
|
-
# self.include_root_in_json = true
|
16
|
-
# end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# Files in the config/locales directory are used for internationalization
|
2
|
-
# and are automatically loaded by Rails. If you want to use locales other
|
3
|
-
# than English, add the necessary files in this directory.
|
4
|
-
#
|
5
|
-
# To use the locales, use `I18n.t`:
|
6
|
-
#
|
7
|
-
# I18n.t 'hello'
|
8
|
-
#
|
9
|
-
# In views, this is aliased to just `t`:
|
10
|
-
#
|
11
|
-
# <%= t('hello') %>
|
12
|
-
#
|
13
|
-
# To use a different locale, set it with `I18n.locale`:
|
14
|
-
#
|
15
|
-
# I18n.locale = :es
|
16
|
-
#
|
17
|
-
# This would use the information in config/locales/es.yml.
|
18
|
-
#
|
19
|
-
# To learn more, please read the Rails Internationalization guide
|
20
|
-
# available at http://guides.rubyonrails.org/i18n.html.
|
21
|
-
|
22
|
-
en:
|
23
|
-
hello: "Hello world"
|
data/test/dummy/config/routes.rb
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Your secret key is used for verifying the integrity of signed cookies.
|
4
|
-
# If you change this key, all old signed cookies will become invalid!
|
5
|
-
|
6
|
-
# Make sure the secret is at least 30 characters and all random,
|
7
|
-
# no regular words or you'll be exposed to dictionary attacks.
|
8
|
-
# You can use `rake secret` to generate a secure secret key.
|
9
|
-
|
10
|
-
# Make sure the secrets in this file are kept private
|
11
|
-
# if you're sharing your code publicly.
|
12
|
-
|
13
|
-
development:
|
14
|
-
secret_key_base: 4398a6347e08491d4f83fe27b842d46c35ba678a62f1dfaebd698a61dde17f28b9b4818bf4784470582e0a6339213fb2dde90593223fd1ca08260e04fb8afcf3
|
15
|
-
|
16
|
-
test:
|
17
|
-
secret_key_base: b57444b8e0331aefbdb5ff83306ea04e6a7008ee56596ea3c2f02b30438ef77671d05b3877198c19bb1715aecac8631ce1ea6224930b17369701d5e57e477d83
|
18
|
-
|
19
|
-
# Do not keep production secrets in the repository,
|
20
|
-
# instead read values from the environment.
|
21
|
-
production:
|
22
|
-
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|
data/test/dummy/db/schema.rb
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
# encoding: UTF-8
|
2
|
-
# This file is auto-generated from the current state of the database. Instead
|
3
|
-
# of editing this file, please use the migrations feature of Active Record to
|
4
|
-
# incrementally modify your database, and then regenerate this schema definition.
|
5
|
-
#
|
6
|
-
# Note that this schema.rb definition is the authoritative source for your
|
7
|
-
# database schema. If you need to create the application database on another
|
8
|
-
# system, you should be using db:schema:load, not running all the migrations
|
9
|
-
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
|
10
|
-
# you'll amass, the slower it'll run and the greater likelihood for issues).
|
11
|
-
#
|
12
|
-
# It's strongly recommended that you check this file into your version control system.
|
13
|
-
|
14
|
-
ActiveRecord::Schema.define(version: 20180318181324) do
|
15
|
-
|
16
|
-
create_table "eac_users_support_users", force: :cascade do |t|
|
17
|
-
t.string "email", default: "", null: false
|
18
|
-
t.datetime "created_at", null: false
|
19
|
-
t.datetime "updated_at", null: false
|
20
|
-
t.string "encrypted_password", default: "", null: false
|
21
|
-
t.datetime "remember_created_at"
|
22
|
-
t.boolean "administrator", default: false, null: false
|
23
|
-
end
|
24
|
-
|
25
|
-
add_index "eac_users_support_users", ["email"], name: "index_eac_users_support_users_on_email", unique: true
|
26
|
-
|
27
|
-
end
|
data/test/dummy/public/404.html
DELETED
@@ -1,67 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>The page you were looking for doesn't exist (404)</title>
|
5
|
-
<meta name="viewport" content="width=device-width,initial-scale=1">
|
6
|
-
<style>
|
7
|
-
body {
|
8
|
-
background-color: #EFEFEF;
|
9
|
-
color: #2E2F30;
|
10
|
-
text-align: center;
|
11
|
-
font-family: arial, sans-serif;
|
12
|
-
margin: 0;
|
13
|
-
}
|
14
|
-
|
15
|
-
div.dialog {
|
16
|
-
width: 95%;
|
17
|
-
max-width: 33em;
|
18
|
-
margin: 4em auto 0;
|
19
|
-
}
|
20
|
-
|
21
|
-
div.dialog > div {
|
22
|
-
border: 1px solid #CCC;
|
23
|
-
border-right-color: #999;
|
24
|
-
border-left-color: #999;
|
25
|
-
border-bottom-color: #BBB;
|
26
|
-
border-top: #B00100 solid 4px;
|
27
|
-
border-top-left-radius: 9px;
|
28
|
-
border-top-right-radius: 9px;
|
29
|
-
background-color: white;
|
30
|
-
padding: 7px 12% 0;
|
31
|
-
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
32
|
-
}
|
33
|
-
|
34
|
-
h1 {
|
35
|
-
font-size: 100%;
|
36
|
-
color: #730E15;
|
37
|
-
line-height: 1.5em;
|
38
|
-
}
|
39
|
-
|
40
|
-
div.dialog > p {
|
41
|
-
margin: 0 0 1em;
|
42
|
-
padding: 1em;
|
43
|
-
background-color: #F7F7F7;
|
44
|
-
border: 1px solid #CCC;
|
45
|
-
border-right-color: #999;
|
46
|
-
border-left-color: #999;
|
47
|
-
border-bottom-color: #999;
|
48
|
-
border-bottom-left-radius: 4px;
|
49
|
-
border-bottom-right-radius: 4px;
|
50
|
-
border-top-color: #DADADA;
|
51
|
-
color: #666;
|
52
|
-
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
53
|
-
}
|
54
|
-
</style>
|
55
|
-
</head>
|
56
|
-
|
57
|
-
<body>
|
58
|
-
<!-- This file lives in public/404.html -->
|
59
|
-
<div class="dialog">
|
60
|
-
<div>
|
61
|
-
<h1>The page you were looking for doesn't exist.</h1>
|
62
|
-
<p>You may have mistyped the address or the page may have moved.</p>
|
63
|
-
</div>
|
64
|
-
<p>If you are the application owner check the logs for more information.</p>
|
65
|
-
</div>
|
66
|
-
</body>
|
67
|
-
</html>
|
data/test/dummy/public/422.html
DELETED
@@ -1,67 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>The change you wanted was rejected (422)</title>
|
5
|
-
<meta name="viewport" content="width=device-width,initial-scale=1">
|
6
|
-
<style>
|
7
|
-
body {
|
8
|
-
background-color: #EFEFEF;
|
9
|
-
color: #2E2F30;
|
10
|
-
text-align: center;
|
11
|
-
font-family: arial, sans-serif;
|
12
|
-
margin: 0;
|
13
|
-
}
|
14
|
-
|
15
|
-
div.dialog {
|
16
|
-
width: 95%;
|
17
|
-
max-width: 33em;
|
18
|
-
margin: 4em auto 0;
|
19
|
-
}
|
20
|
-
|
21
|
-
div.dialog > div {
|
22
|
-
border: 1px solid #CCC;
|
23
|
-
border-right-color: #999;
|
24
|
-
border-left-color: #999;
|
25
|
-
border-bottom-color: #BBB;
|
26
|
-
border-top: #B00100 solid 4px;
|
27
|
-
border-top-left-radius: 9px;
|
28
|
-
border-top-right-radius: 9px;
|
29
|
-
background-color: white;
|
30
|
-
padding: 7px 12% 0;
|
31
|
-
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
32
|
-
}
|
33
|
-
|
34
|
-
h1 {
|
35
|
-
font-size: 100%;
|
36
|
-
color: #730E15;
|
37
|
-
line-height: 1.5em;
|
38
|
-
}
|
39
|
-
|
40
|
-
div.dialog > p {
|
41
|
-
margin: 0 0 1em;
|
42
|
-
padding: 1em;
|
43
|
-
background-color: #F7F7F7;
|
44
|
-
border: 1px solid #CCC;
|
45
|
-
border-right-color: #999;
|
46
|
-
border-left-color: #999;
|
47
|
-
border-bottom-color: #999;
|
48
|
-
border-bottom-left-radius: 4px;
|
49
|
-
border-bottom-right-radius: 4px;
|
50
|
-
border-top-color: #DADADA;
|
51
|
-
color: #666;
|
52
|
-
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
53
|
-
}
|
54
|
-
</style>
|
55
|
-
</head>
|
56
|
-
|
57
|
-
<body>
|
58
|
-
<!-- This file lives in public/422.html -->
|
59
|
-
<div class="dialog">
|
60
|
-
<div>
|
61
|
-
<h1>The change you wanted was rejected.</h1>
|
62
|
-
<p>Maybe you tried to change something you didn't have access to.</p>
|
63
|
-
</div>
|
64
|
-
<p>If you are the application owner check the logs for more information.</p>
|
65
|
-
</div>
|
66
|
-
</body>
|
67
|
-
</html>
|
data/test/dummy/public/500.html
DELETED
@@ -1,66 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>We're sorry, but something went wrong (500)</title>
|
5
|
-
<meta name="viewport" content="width=device-width,initial-scale=1">
|
6
|
-
<style>
|
7
|
-
body {
|
8
|
-
background-color: #EFEFEF;
|
9
|
-
color: #2E2F30;
|
10
|
-
text-align: center;
|
11
|
-
font-family: arial, sans-serif;
|
12
|
-
margin: 0;
|
13
|
-
}
|
14
|
-
|
15
|
-
div.dialog {
|
16
|
-
width: 95%;
|
17
|
-
max-width: 33em;
|
18
|
-
margin: 4em auto 0;
|
19
|
-
}
|
20
|
-
|
21
|
-
div.dialog > div {
|
22
|
-
border: 1px solid #CCC;
|
23
|
-
border-right-color: #999;
|
24
|
-
border-left-color: #999;
|
25
|
-
border-bottom-color: #BBB;
|
26
|
-
border-top: #B00100 solid 4px;
|
27
|
-
border-top-left-radius: 9px;
|
28
|
-
border-top-right-radius: 9px;
|
29
|
-
background-color: white;
|
30
|
-
padding: 7px 12% 0;
|
31
|
-
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
32
|
-
}
|
33
|
-
|
34
|
-
h1 {
|
35
|
-
font-size: 100%;
|
36
|
-
color: #730E15;
|
37
|
-
line-height: 1.5em;
|
38
|
-
}
|
39
|
-
|
40
|
-
div.dialog > p {
|
41
|
-
margin: 0 0 1em;
|
42
|
-
padding: 1em;
|
43
|
-
background-color: #F7F7F7;
|
44
|
-
border: 1px solid #CCC;
|
45
|
-
border-right-color: #999;
|
46
|
-
border-left-color: #999;
|
47
|
-
border-bottom-color: #999;
|
48
|
-
border-bottom-left-radius: 4px;
|
49
|
-
border-bottom-right-radius: 4px;
|
50
|
-
border-top-color: #DADADA;
|
51
|
-
color: #666;
|
52
|
-
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
53
|
-
}
|
54
|
-
</style>
|
55
|
-
</head>
|
56
|
-
|
57
|
-
<body>
|
58
|
-
<!-- This file lives in public/500.html -->
|
59
|
-
<div class="dialog">
|
60
|
-
<div>
|
61
|
-
<h1>We're sorry, but something went wrong.</h1>
|
62
|
-
</div>
|
63
|
-
<p>If you are the application owner check the logs for more information.</p>
|
64
|
-
</div>
|
65
|
-
</body>
|
66
|
-
</html>
|
File without changes
|