Depreciation 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -120
  3. data/.gitignore +0 -23
  4. data/Gemfile +0 -54
  5. data/Gemfile.lock +0 -237
  6. data/README.md +0 -24
  7. data/Rakefile +0 -6
  8. data/app/assets/config/manifest.js +0 -3
  9. data/app/assets/images/.keep +0 -0
  10. data/app/assets/javascripts/application.js +0 -17
  11. data/app/assets/javascripts/brands.coffee +0 -3
  12. data/app/assets/javascripts/cable.js +0 -13
  13. data/app/assets/javascripts/channels/.keep +0 -0
  14. data/app/assets/stylesheets/application.css.scss +0 -17
  15. data/app/assets/stylesheets/brands.scss +0 -3
  16. data/app/channels/application_cable/channel.rb +0 -4
  17. data/app/channels/application_cable/connection.rb +0 -4
  18. data/app/controllers/application_controller.rb +0 -3
  19. data/app/controllers/brands_controller.rb +0 -43
  20. data/app/controllers/concerns/.keep +0 -0
  21. data/app/helpers/application_helper.rb +0 -2
  22. data/app/helpers/brands_helper.rb +0 -2
  23. data/app/jobs/application_job.rb +0 -2
  24. data/app/mailers/application_mailer.rb +0 -4
  25. data/app/models/application_record.rb +0 -3
  26. data/app/models/brand.rb +0 -5
  27. data/app/models/concerns/.keep +0 -0
  28. data/app/models/user.rb +0 -6
  29. data/app/models/variant.rb +0 -3
  30. data/app/views/brands/_form.html.erb +0 -4
  31. data/app/views/brands/edit.html.erb +0 -3
  32. data/app/views/brands/index.html.erb +0 -5
  33. data/app/views/brands/new.html.erb +0 -2
  34. data/app/views/brands/show.html.erb +0 -36
  35. data/app/views/devise/confirmations/new.html.erb +0 -16
  36. data/app/views/devise/mailer/confirmation_instructions.html.erb +0 -5
  37. data/app/views/devise/mailer/email_changed.html.erb +0 -7
  38. data/app/views/devise/mailer/password_change.html.erb +0 -3
  39. data/app/views/devise/mailer/reset_password_instructions.html.erb +0 -8
  40. data/app/views/devise/mailer/unlock_instructions.html.erb +0 -7
  41. data/app/views/devise/passwords/edit.html.erb +0 -19
  42. data/app/views/devise/passwords/new.html.erb +0 -15
  43. data/app/views/devise/registrations/edit.html.erb +0 -27
  44. data/app/views/devise/registrations/new.html.erb +0 -78
  45. data/app/views/devise/sessions/new.html.erb +0 -36
  46. data/app/views/devise/shared/_links.html.erb +0 -25
  47. data/app/views/devise/unlocks/new.html.erb +0 -16
  48. data/app/views/layouts/application.html.erb +0 -34
  49. data/app/views/layouts/mailer.html.erb +0 -13
  50. data/app/views/layouts/mailer.text.erb +0 -1
  51. data/bin/bundle +0 -3
  52. data/bin/rails +0 -4
  53. data/bin/rake +0 -4
  54. data/bin/setup +0 -38
  55. data/bin/update +0 -29
  56. data/bin/yarn +0 -11
  57. data/config.ru +0 -5
  58. data/config/application.rb +0 -18
  59. data/config/boot.rb +0 -3
  60. data/config/cable.yml +0 -10
  61. data/config/database.yml +0 -25
  62. data/config/environment.rb +0 -5
  63. data/config/environments/development.rb +0 -56
  64. data/config/environments/production.rb +0 -91
  65. data/config/environments/test.rb +0 -42
  66. data/config/initializers/application_controller_renderer.rb +0 -8
  67. data/config/initializers/assets.rb +0 -14
  68. data/config/initializers/backtrace_silencers.rb +0 -7
  69. data/config/initializers/cookies_serializer.rb +0 -5
  70. data/config/initializers/devise.rb +0 -283
  71. data/config/initializers/filter_parameter_logging.rb +0 -4
  72. data/config/initializers/inflections.rb +0 -16
  73. data/config/initializers/mime_types.rb +0 -4
  74. data/config/initializers/simple_form.rb +0 -170
  75. data/config/initializers/simple_form_bootstrap.rb +0 -155
  76. data/config/initializers/wrap_parameters.rb +0 -14
  77. data/config/locales/devise.en.yml +0 -64
  78. data/config/locales/en.yml +0 -33
  79. data/config/locales/simple_form.en.yml +0 -31
  80. data/config/puma.rb +0 -56
  81. data/config/routes.rb +0 -8
  82. data/config/secrets.yml +0 -32
  83. data/db/migrate/20180405123506_create_brands.rb +0 -9
  84. data/db/migrate/20180405124007_create_variants.rb +0 -18
  85. data/db/migrate/20180405142003_devise_create_users.rb +0 -44
  86. data/db/schema.rb +0 -83
  87. data/db/seeds.rb +0 -22
  88. data/lib/assets/.keep +0 -0
  89. data/lib/tasks/.keep +0 -0
  90. data/lib/templates/erb/scaffold/_form.html.erb +0 -14
  91. data/log/.keep +0 -0
  92. data/package.json +0 -7
  93. data/public/404.html +0 -67
  94. data/public/422.html +0 -67
  95. data/public/500.html +0 -66
  96. data/public/apple-touch-icon-precomposed.png +0 -0
  97. data/public/apple-touch-icon.png +0 -0
  98. data/public/favicon.ico +0 -0
  99. data/public/robots.txt +0 -1
  100. data/test/application_system_test_case.rb +0 -5
  101. data/test/controllers/.keep +0 -0
  102. data/test/controllers/brands_controller_test.rb +0 -7
  103. data/test/fixtures/.keep +0 -0
  104. data/test/fixtures/brands.yml +0 -7
  105. data/test/fixtures/files/.keep +0 -0
  106. data/test/fixtures/users.yml +0 -11
  107. data/test/fixtures/variants.yml +0 -23
  108. data/test/helpers/.keep +0 -0
  109. data/test/integration/.keep +0 -0
  110. data/test/mailers/.keep +0 -0
  111. data/test/models/.keep +0 -0
  112. data/test/models/brand_test.rb +0 -7
  113. data/test/models/user_test.rb +0 -7
  114. data/test/models/variant_test.rb +0 -7
  115. data/test/system/.keep +0 -0
  116. data/test/test_helper.rb +0 -10
  117. data/tmp/.keep +0 -0
  118. data/vendor/.keep +0 -0
@@ -1,36 +0,0 @@
1
-
2
- <div class="ccontainer col-lg-offset-4 col-lg-4">
3
- <div class="panel panel-default">
4
- <div class="panel-heading">
5
- <h2 class="text-center" style="color: #f0ad4e;"> <strong> Login </strong></h2>
6
- </div>
7
- <div class="panel-body">
8
- <%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
9
- <div class="form-group">
10
- <div class="input-group">
11
- <span class="input-group-addon">
12
- <i class="glyphicon glyphicon-user" style="width: auto"></i>
13
- </span>
14
- <%= f.email_field :email, class: "form-control", placeholder: 'Username or Email Id' %>
15
- </div>
16
- </div>
17
- <div class="form-group">
18
- <div class="input-group">
19
- <span class="input-group-addon">
20
- <i class="glyphicon glyphicon-lock" style="width: auto"></i>
21
- </span>
22
- <%= f.password_field :password, class: "form-control", autocomplete: "off" ,placeholder: 'Password' %>
23
- </div>
24
- </div>
25
- <div class="col-xs-12 col-sm-12 col-md-12">
26
- <div class="form-group" style="width: auto">
27
- <%= f.submit "Log In", class: "btn btn-lg btn-block btn-warning" %>
28
- </div>
29
- </div>
30
- <% end %>
31
- </div>
32
- </div>
33
- </div>
34
-
35
-
36
-
@@ -1,25 +0,0 @@
1
- <%- if controller_name != 'sessions' %>
2
- <%= link_to "Log in", new_session_path(resource_name) %><br />
3
- <% end -%>
4
-
5
- <%- if devise_mapping.registerable? && controller_name != 'registrations' %>
6
- <%= link_to "Sign up", new_registration_path(resource_name) %><br />
7
- <% end -%>
8
-
9
- <%- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' %>
10
- <%= link_to "Forgot your password?", new_password_path(resource_name) %><br />
11
- <% end -%>
12
-
13
- <%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
14
- <%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name) %><br />
15
- <% end -%>
16
-
17
- <%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>
18
- <%= link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name) %><br />
19
- <% end -%>
20
-
21
- <%- if devise_mapping.omniauthable? %>
22
- <%- resource_class.omniauth_providers.each do |provider| %>
23
- <%= link_to "Sign in with #{OmniAuth::Utils.camelize(provider)}", omniauth_authorize_path(resource_name, provider) %><br />
24
- <% end -%>
25
- <% end -%>
@@ -1,16 +0,0 @@
1
- <h2>Resend unlock instructions</h2>
2
-
3
- <%= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %>
4
- <%= f.error_notification %>
5
- <%= f.full_error :unlock_token %>
6
-
7
- <div class="form-inputs">
8
- <%= f.input :email, required: true, autofocus: true %>
9
- </div>
10
-
11
- <div class="form-actions">
12
- <%= f.button :submit, "Resend unlock instructions" %>
13
- </div>
14
- <% end %>
15
-
16
- <%= render "devise/shared/links" %>
@@ -1,34 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>CarZone</title>
5
- <%= csrf_meta_tags %>
6
-
7
- <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
8
- <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
9
- </head>
10
- <body>
11
- <nav class="navbar navbar-default">
12
- <div class="container">
13
- <div class="navbar-header">
14
- <%= link_to "Models", root_path, class:"navbar-brand" %>
15
- </div>
16
- <ul class="nav navbar-nav">
17
- <li> <%= link_to "Sign Up", new_user_registration_path %> </li>
18
- <% if user_signed_in? %>
19
- <li> <%= link_to "Sign Out", destroy_user_session_path, method: :delete %></li>
20
- <% else %>
21
- <li> <%= link_to "Sign In", new_user_session_path %></li>
22
- <% end %>
23
- </ul>
24
- </div>
25
- </nav>
26
-
27
- </nav>
28
- <p class="notice"><%= notice %></p>
29
- <p class="alert"><%= alert %></p>
30
-
31
-
32
- <%= yield %>
33
- </body>
34
- </html>
@@ -1,13 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
- <style>
6
- /* Email styles need to be inline */
7
- </style>
8
- </head>
9
-
10
- <body>
11
- <%= yield %>
12
- </body>
13
- </html>
@@ -1 +0,0 @@
1
- <%= yield %>
data/bin/bundle DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby.exe
2
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
3
- load Gem.bin_path('bundler', 'bundle')
data/bin/rails DELETED
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env ruby.exe
2
- APP_PATH = File.expand_path('../config/application', __dir__)
3
- require_relative '../config/boot'
4
- require 'rails/commands'
data/bin/rake DELETED
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env ruby.exe
2
- require_relative '../config/boot'
3
- require 'rake'
4
- Rake.application.run
data/bin/setup DELETED
@@ -1,38 +0,0 @@
1
- #!/usr/bin/env ruby.exe
2
- require 'pathname'
3
- require 'fileutils'
4
- include FileUtils
5
-
6
- # path to your application root.
7
- APP_ROOT = Pathname.new File.expand_path('../../', __FILE__)
8
-
9
- def system!(*args)
10
- system(*args) || abort("\n== Command #{args} failed ==")
11
- end
12
-
13
- chdir APP_ROOT do
14
- # This script is a starting point to setup your application.
15
- # Add necessary setup steps to this file.
16
-
17
- puts '== Installing dependencies =='
18
- system! 'gem install bundler --conservative'
19
- system('bundle check') || system!('bundle install')
20
-
21
- # Install JavaScript dependencies if using Yarn
22
- # system('bin/yarn')
23
-
24
-
25
- # puts "\n== Copying sample files =="
26
- # unless File.exist?('config/database.yml')
27
- # cp 'config/database.yml.sample', 'config/database.yml'
28
- # end
29
-
30
- puts "\n== Preparing database =="
31
- system! 'bin/rails db:setup'
32
-
33
- puts "\n== Removing old logs and tempfiles =="
34
- system! 'bin/rails log:clear tmp:clear'
35
-
36
- puts "\n== Restarting application server =="
37
- system! 'bin/rails restart'
38
- end
data/bin/update DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby.exe
2
- require 'pathname'
3
- require 'fileutils'
4
- include FileUtils
5
-
6
- # path to your application root.
7
- APP_ROOT = Pathname.new File.expand_path('../../', __FILE__)
8
-
9
- def system!(*args)
10
- system(*args) || abort("\n== Command #{args} failed ==")
11
- end
12
-
13
- chdir APP_ROOT do
14
- # This script is a way to update your development environment automatically.
15
- # Add necessary update steps to this file.
16
-
17
- puts '== Installing dependencies =='
18
- system! 'gem install bundler --conservative'
19
- system('bundle check') || system!('bundle install')
20
-
21
- puts "\n== Updating database =="
22
- system! 'bin/rails db:migrate'
23
-
24
- puts "\n== Removing old logs and tempfiles =="
25
- system! 'bin/rails log:clear tmp:clear'
26
-
27
- puts "\n== Restarting application server =="
28
- system! 'bin/rails restart'
29
- end
data/bin/yarn DELETED
@@ -1,11 +0,0 @@
1
- #!/usr/bin/env ruby.exe
2
- VENDOR_PATH = File.expand_path('..', __dir__)
3
- Dir.chdir(VENDOR_PATH) do
4
- begin
5
- exec "yarnpkg #{ARGV.join(" ")}"
6
- rescue Errno::ENOENT
7
- $stderr.puts "Yarn executable was not detected in the system."
8
- $stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install"
9
- exit 1
10
- end
11
- end
data/config.ru DELETED
@@ -1,5 +0,0 @@
1
- # This file is used by Rack-based servers to start the application.
2
-
3
- require_relative 'config/environment'
4
-
5
- run Rails.application
@@ -1,18 +0,0 @@
1
- require_relative 'boot'
2
-
3
- require 'rails/all'
4
-
5
- # Require the gems listed in Gemfile, including any gems
6
- # you've limited to :test, :development, or :production.
7
- Bundler.require(*Rails.groups)
8
-
9
- module CarZone
10
- class Application < Rails::Application
11
- # Initialize configuration defaults for originally generated Rails version.
12
- config.load_defaults 5.1
13
-
14
- # Settings in config/environments/* take precedence over those specified here.
15
- # Application configuration should go into files in config/initializers
16
- # -- all .rb files in that directory are automatically loaded.
17
- end
18
- end
@@ -1,3 +0,0 @@
1
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2
-
3
- require 'bundler/setup' # Set up gems listed in the Gemfile.
@@ -1,10 +0,0 @@
1
- development:
2
- adapter: async
3
-
4
- test:
5
- adapter: async
6
-
7
- production:
8
- adapter: redis
9
- url: redis://localhost:6379/1
10
- channel_prefix: carZone_production
@@ -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: <%= ENV.fetch("RAILS_MAX_THREADS") { 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,5 +0,0 @@
1
- # Load the Rails application.
2
- require_relative 'application'
3
-
4
- # Initialize the Rails application.
5
- Rails.application.initialize!
@@ -1,56 +0,0 @@
1
- Rails.application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb.
3
-
4
- # In the development environment your application's code is reloaded on
5
- # every request. This slows down response time but is perfect for development
6
- # since you don't have to restart the web server when you make code changes.
7
- config.cache_classes = false
8
-
9
- Paperclip.options[:command_path] = 'C:\Program Files (x86)\GnuWin32\bin'
10
-
11
- # Do not eager load code on boot.
12
- config.eager_load = false
13
-
14
- # Show full error reports.
15
- config.consider_all_requests_local = true
16
-
17
- # Enable/disable caching. By default caching is disabled.
18
- if Rails.root.join('tmp/caching-dev.txt').exist?
19
- config.action_controller.perform_caching = true
20
-
21
- config.cache_store = :memory_store
22
- config.public_file_server.headers = {
23
- 'Cache-Control' => "public, max-age=#{2.days.seconds.to_i}"
24
- }
25
- else
26
- config.action_controller.perform_caching = false
27
-
28
- config.cache_store = :null_store
29
- end
30
-
31
- # Don't care if the mailer can't send.
32
- config.action_mailer.raise_delivery_errors = false
33
-
34
- config.action_mailer.perform_caching = false
35
-
36
- # Print deprecation notices to the Rails logger.
37
- config.active_support.deprecation = :log
38
-
39
- # Raise an error on page load if there are pending migrations.
40
- config.active_record.migration_error = :page_load
41
-
42
- # Debug mode disables concatenation and preprocessing of assets.
43
- # This option may cause significant delays in view rendering with a large
44
- # number of complex assets.
45
- config.assets.debug = true
46
-
47
- # Suppress logger output for asset requests.
48
- config.assets.quiet = true
49
-
50
- # Raises error for missing translations
51
- # config.action_view.raise_on_missing_translations = true
52
-
53
- # Use an evented file watcher to asynchronously detect changes in source code,
54
- # routes, locales, etc. This feature depends on the listen gem.
55
- # config.file_watcher = ActiveSupport::EventedFileUpdateChecker
56
- end
@@ -1,91 +0,0 @@
1
- Rails.application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb.
3
-
4
- # Code is not reloaded between requests.
5
- config.cache_classes = true
6
-
7
- # Eager load code on boot. This eager loads most of Rails and
8
- # your application in memory, allowing both threaded web servers
9
- # and those relying on copy on write to perform better.
10
- # Rake tasks automatically ignore this option for performance.
11
- config.eager_load = true
12
-
13
- # Full error reports are disabled and caching is turned on.
14
- config.consider_all_requests_local = false
15
- config.action_controller.perform_caching = true
16
-
17
- # Attempt to read encrypted secrets from `config/secrets.yml.enc`.
18
- # Requires an encryption key in `ENV["RAILS_MASTER_KEY"]` or
19
- # `config/secrets.yml.key`.
20
- config.read_encrypted_secrets = true
21
-
22
- # Disable serving static files from the `/public` folder by default since
23
- # Apache or NGINX already handles this.
24
- config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?
25
-
26
- # Compress JavaScripts and CSS.
27
- config.assets.js_compressor = :uglifier
28
- # config.assets.css_compressor = :sass
29
-
30
- # Do not fallback to assets pipeline if a precompiled asset is missed.
31
- config.assets.compile = false
32
-
33
- # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
34
-
35
- # Enable serving of images, stylesheets, and JavaScripts from an asset server.
36
- # config.action_controller.asset_host = 'http://assets.example.com'
37
-
38
- # Specifies the header that your server uses for sending files.
39
- # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
40
- # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
41
-
42
- # Mount Action Cable outside main process or domain
43
- # config.action_cable.mount_path = nil
44
- # config.action_cable.url = 'wss://example.com/cable'
45
- # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
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 = [ :request_id ]
56
-
57
- # Use a different cache store in production.
58
- # config.cache_store = :mem_cache_store
59
-
60
- # Use a real queuing backend for Active Job (and separate queues per environment)
61
- # config.active_job.queue_adapter = :resque
62
- # config.active_job.queue_name_prefix = "carZone_#{Rails.env}"
63
- config.action_mailer.perform_caching = false
64
-
65
- # Ignore bad email addresses and do not raise email delivery errors.
66
- # Set this to true and configure the email server for immediate delivery to raise delivery errors.
67
- # config.action_mailer.raise_delivery_errors = false
68
-
69
- # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
70
- # the I18n.default_locale when a translation cannot be found).
71
- config.i18n.fallbacks = true
72
-
73
- # Send deprecation notices to registered listeners.
74
- config.active_support.deprecation = :notify
75
-
76
- # Use default logging formatter so that PID and timestamp are not suppressed.
77
- config.log_formatter = ::Logger::Formatter.new
78
-
79
- # Use a different logger for distributed setups.
80
- # require 'syslog/logger'
81
- # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
82
-
83
- if ENV["RAILS_LOG_TO_STDOUT"].present?
84
- logger = ActiveSupport::Logger.new(STDOUT)
85
- logger.formatter = config.log_formatter
86
- config.logger = ActiveSupport::TaggedLogging.new(logger)
87
- end
88
-
89
- # Do not dump schema after migrations.
90
- config.active_record.dump_schema_after_migration = false
91
- end