aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/bootstrap.rb
Commit message (Expand)AuthorAgeFilesLines
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Use the config value directly when call `secrets`yuuji.yaginuma2017-04-161-1/+0
* Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-231-0/+6
* Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-231-6/+0
* Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-231-0/+6
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* applies new string literal convention in railties/libXavier Noria2016-08-061-5/+5
* revises fileutils dependencies in railtiesXavier Noria2016-04-111-3/+4
* Revert "removing Rack::Runtime from the default stack."Aaron Patterson2015-10-031-1/+1
* removing Rack::Runtime from the default stack.Aaron Patterson2015-10-021-1/+1
* Fix deprecation warning in testseileencodes2015-08-081-1/+1
* Remove deprecation warning when log_level is not explicit set on productionRafael Mendonça França2015-01-041-13/+0
* Fix typo.Guo Xiang Tan2014-11-171-1/+1
* Deprecate different default for `log_level` in productionGodfrey Chan2014-11-171-0/+13
* world writable might be a bit too open...Peter Schröder2014-09-051-1/+2
* Revert "Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665."Guillermo Iguaran2014-02-211-5/+1
* Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665.Yves Senn2014-01-131-1/+5
* Rails.logger should have level specified by config.log_level. Max Shytikov2013-07-301-1/+2
* Revert "make new rails apps log to STDOUT"Steve Klabnik2013-03-151-1/+5
* make new rails apps log to STDOUTTerence Lee2013-03-151-5/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-7/+7
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-8/+1
* Allow users to choose when to eager_load the application or not.José Valim2012-08-211-1/+14
* Move AS set configs to AS RaitieSantiago Pastorino2012-05-121-11/+1
* Update railties/lib/rails/application/bootstrap.rbEgor Homakov2012-05-111-1/+11
* use AS::Logger so we are consistentAaron Patterson2012-03-121-1/+1
* allow people to specify custom formatters, use the default formatter in produ...Aaron Patterson2012-03-121-3/+3
* Make log autoflushing configurableFelix Bünemann2012-02-231-1/+1
* always flush all logs. fixes #4277Aaron Patterson2012-02-071-1/+1
* Deprecate RAILS_CACHE constant.kennyj2012-01-181-4/+4
* do not rewrite log during application bootstrapSergey Nartimov2012-01-031-1/+1
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-4/+4
* Improve docs for Rails::Application and add routes_reloader_hook and app_relo...José Valim2011-12-121-7/+0
* * ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelchAaron Patterson2011-12-091-3/+11
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-2/+2
* `rake assets:precompile` loads the application but does not initialize it.José Valim2011-09-241-8/+8
* dealing with some -w warnings on startupAaron Patterson2011-08-241-1/+1
* ADdd missing requires (thanks to @arunagw)José Valim2011-05-071-1/+1
* Always flush logger at exitJason Rudolph2011-05-061-0/+1
* Use AD::Reloader.to_cleanup for reloading [#2873 state:resolved]John Firebaugh2010-12-201-5/+3
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-1/+1
* Allow Engines loading its own environment file from config/environmentsPiotr Sarnacki2010-09-031-5/+2
* Clear DescendantsTracker on each request.José Valim2010-06-191-0/+2
* Remove the laziness from the middleware stack.José Valim2010-05-291-1/+1
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-4/+4
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-1/+2
* Moved initializers for ActionMailer and ActionController into their own railtiesCarlhuda2010-03-021-14/+2
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-4/+4