| Commit message (Expand) | Author | Age | Files | Lines |
* | Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665. | Yves Senn | 2014-01-13 | 1 | -1/+5 |
* | Rails.logger should have level specified by config.log_level. | Max Shytikov | 2013-07-30 | 1 | -1/+2 |
* | Revert "make new rails apps log to STDOUT" | Steve Klabnik | 2013-03-15 | 1 | -1/+5 |
* | make new rails apps log to STDOUT | Terence Lee | 2013-03-15 | 1 | -5/+1 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -7/+7 |
* | Get rid of config.preload_frameworks in favor of config.eager_load_namespaces | José Valim | 2012-08-21 | 1 | -8/+1 |
* | Allow users to choose when to eager_load the application or not. | José Valim | 2012-08-21 | 1 | -1/+14 |
* | Move AS set configs to AS Raitie | Santiago Pastorino | 2012-05-12 | 1 | -11/+1 |
* | Update railties/lib/rails/application/bootstrap.rb | Egor Homakov | 2012-05-11 | 1 | -1/+11 |
* | use AS::Logger so we are consistent | Aaron Patterson | 2012-03-12 | 1 | -1/+1 |
* | allow people to specify custom formatters, use the default formatter in produ... | Aaron Patterson | 2012-03-12 | 1 | -3/+3 |
* | Make log autoflushing configurable | Felix Bünemann | 2012-02-23 | 1 | -1/+1 |
* | always flush all logs. fixes #4277 | Aaron Patterson | 2012-02-07 | 1 | -1/+1 |
* | Deprecate RAILS_CACHE constant. | kennyj | 2012-01-18 | 1 | -4/+4 |
* | do not rewrite log during application bootstrap | Sergey Nartimov | 2012-01-03 | 1 | -1/+1 |
* | * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger | Aaron Patterson | 2011-12-19 | 1 | -4/+4 |
* | Improve docs for Rails::Application and add routes_reloader_hook and app_relo... | José Valim | 2011-12-12 | 1 | -7/+0 |
* | * ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelch | Aaron Patterson | 2011-12-09 | 1 | -3/+11 |
* | Added X-Request-Id tracking and TaggedLogging to easily log that and other pr... | David Heinemeier Hansson | 2011-10-19 | 1 | -2/+2 |
* | `rake assets:precompile` loads the application but does not initialize it. | José Valim | 2011-09-24 | 1 | -8/+8 |
* | dealing with some -w warnings on startup | Aaron Patterson | 2011-08-24 | 1 | -1/+1 |
* | ADdd missing requires (thanks to @arunagw) | José Valim | 2011-05-07 | 1 | -1/+1 |
* | Always flush logger at exit | Jason Rudolph | 2011-05-06 | 1 | -0/+1 |
* | Use AD::Reloader.to_cleanup for reloading [#2873 state:resolved] | John Firebaugh | 2010-12-20 | 1 | -5/+3 |
* | Provide a cleaner syntax for paths configuration that does not rely on method... | José Valim | 2010-10-06 | 1 | -1/+1 |
* | Allow Engines loading its own environment file from config/environments | Piotr Sarnacki | 2010-09-03 | 1 | -5/+2 |
* | Clear DescendantsTracker on each request. | José Valim | 2010-06-19 | 1 | -0/+2 |
* | Remove the laziness from the middleware stack. | José Valim | 2010-05-29 | 1 | -1/+1 |
* | Reorganized initializers a bit to enable better hooks for common cases withou... | wycats | 2010-05-15 | 1 | -4/+4 |
* | The rake task :environment now loads config/environment.rb instead of initial... | José Valim | 2010-04-29 | 1 | -1/+2 |
* | Moved initializers for ActionMailer and ActionController into their own railties | Carlhuda | 2010-03-02 | 1 | -14/+2 |
* | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -4/+4 |
* | Ensure all initializers are collections. | José Valim | 2010-01-26 | 1 | -21/+21 |
* | As first step setup the load path and lazy compare middlewares. | José Valim | 2010-01-25 | 1 | -0/+4 |
* | Ensure environment config has higher priority than application ones. | José Valim | 2010-01-24 | 1 | -0/+4 |
* | Break application.rb file in smaller chunks. | José Valim | 2010-01-23 | 1 | -0/+77 |