Sha256: 2966ef2f2f81e76e18c909dc4fa1f3c7e132e11dae458bd4a37872ba24f3e21c
Contents?: true
Size: 744 Bytes
Versions: 55
Compression:
Stored size: 744 Bytes
Contents
require "rails" gem 'sqlite3-ruby' # %w( # active_record # action_controller # action_mailer # ).each do |framework| # begin # require "#{framework}/railtie" # rescue LoadError # end # end # # [ # Rack::Sendfile, # ActionDispatch::Flash, # ActionDispatch::Session::CookieStore, # ActionDispatch::Cookies, # ActionDispatch::BestStandardsSupport, # Rack::MethodOverride, # ActionDispatch::ShowExceptions, # ActionDispatch::Static, # ActionDispatch::RemoteIp, # ActionDispatch::ParamsParser, # Rack::Lock, # ActionDispatch::Head # ].each do |klass| # config.middleware.delete klass # end # config/environments/production.rb config.middleware.delete ActiveRecord::ConnectionAdapters::ConnectionManagement
Version data entries
55 entries across 55 versions & 1 rubygems