| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some comments about Ruby 1.9 behaviors | Rafael Mendonça França | 2015-01-04 | 1 | -1/+1 |
* | Add docs for `Rails.env` and `Rails.env=` | claudiob | 2014-12-22 | 1 | -0/+8 |
* | lazily instantiate application subclasses | Aaron Patterson | 2014-08-06 | 1 | -1/+7 |
* | Introduce `Rails.gem_version` | Prem Sichanugrist | 2014-03-05 | 1 | -4/+0 |
* | Add mailer previews feature based on mail_view gem | Andrew White | 2013-12-17 | 1 | -0/+1 |
* | Removed unused deprecation requires. | Paul Nikitochkin | 2013-07-03 | 1 | -1/+0 |
* | Refactor of ::Rails module | Genadi Samokovarov | 2013-06-12 | 1 | -12/+10 |
* | reverts changes to Rails.version made in #8501 | Charlie Somerville | 2013-03-30 | 1 | -0/+4 |
* | remove references to *::VERSION, replace with *.version | Charlie Somerville | 2013-03-21 | 1 | -4/+0 |
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit... | Jeremy Kemper | 2012-12-21 | 1 | -19/+0 |
* | Revert "Make sure that RAILS_ENV is set when accessing Rails.env" | Andy Lindeman | 2012-12-21 | 1 | -4/+1 |
* | Use Rails to Render Default Index Page | schneems | 2012-12-10 | 1 | -1/+2 |
* | Use attr_accessor for Rails.{application,cache,logger} | Bjørn Arild Mæland | 2012-12-01 | 1 | -23/+1 |
* | Make sure that RAILS_ENV is set when accessing Rails.env | Steve Klabnik | 2012-10-31 | 1 | -1/+4 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -1/+1 |
* | Make Rails.public_path return a Pathname | Prem Sichanugrist | 2012-10-02 | 1 | -1/+1 |
* | Move queue classes to ActiveSupport | Santiago Pastorino | 2012-09-14 | 1 | -1/+0 |
* | Removing ==Examples and last blank lines of docs from railties | Francesco Rodriguez | 2012-05-14 | 1 | -3/+0 |
* | Initial queue implementation | Yehuda Katz | 2012-04-26 | 1 | -0/+20 |
* | Class variables has been fixed to Singleton instance variables at Rails module | Roman V. Babenko | 2012-04-06 | 1 | -7/+7 |
* | Rails.initialized? can be called at any time without raising an exception [Cl... | Franck Verrot | 2012-03-28 | 1 | -5/+1 |
* | Deprecate RAILS_CACHE constant. | kennyj | 2012-01-18 | 1 | -1/+6 |
* | Get rid of more 1.8.x dead code | José Valim | 2011-12-20 | 1 | -12/+3 |
* | * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger | Aaron Patterson | 2011-12-19 | 1 | -1/+0 |
* | we are *sure* we want to set the encoding, so silence warnings around it | Aaron Patterson | 2011-08-24 | 1 | -2/+4 |
* | Changed a few instances of of words in the API docs written in British Englis... | Oemuer Oezkir | 2011-07-24 | 1 | -1/+1 |
* | Make Rails.groups accept arrays. | José Valim | 2011-07-10 | 1 | -3/+6 |
* | Add Rails.groups to encapsulate available groups for require. | José Valim | 2011-06-21 | 1 | -0/+23 |
* | Provide a cleaner syntax for paths configuration that does not rely on method... | José Valim | 2010-10-06 | 1 | -1/+1 |
* | Removed most of deprecated stuff from Application and Engine | Piotr Sarnacki | 2010-09-03 | 1 | -5/+0 |
* | Remove constants deprecation. | José Valim | 2010-08-29 | 1 | -1/+0 |
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework... | José Valim | 2010-06-24 | 1 | -1/+0 |
* | edit pass: the names of Rails components have a space, ie, "Active Record", n... | Xavier Noria | 2010-06-14 | 1 | -1/+1 |
* | Single ruby version requirement message | Jeremy Kemper | 2010-06-11 | 1 | -1/+2 |
* | Revert "Moved encoding work in progress to a feature branch." | wycats | 2010-05-17 | 1 | -0/+1 |
* | Moved encoding work in progress to a feature branch. | Jeremy Kemper | 2010-05-16 | 1 | -1/+0 |
* | Significantly improved internal encoding heuristics and support. | wycats | 2010-05-16 | 1 | -0/+1 |
* | Fix a bug in ActionDispatch::Static where Rails cannot find assets if started... | José Valim | 2010-04-08 | 1 | -2/+3 |
* | Adding Rails.env= to railties to allow changing of rails env on the fly for r... | Mikel Lindsaar | 2010-04-08 | 1 | -0/+4 |
* | Autoload Rails::Info | Joshua Peek | 2010-03-20 | 1 | -0/+3 |
* | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -1/+1 |
* | Add active_model/railtie back to generated boot.rb, add models back to paths,... | José Valim | 2010-01-25 | 1 | -0/+1 |
* | Move configuration to subfolders. | José Valim | 2010-01-23 | 1 | -8/+0 |
* | Plugin is now an Engine. | José Valim | 2010-01-23 | 1 | -1/+1 |
* | Ensure user set load paths have higher preference and move Bootstrap inside A... | José Valim | 2010-01-23 | 1 | -1/+0 |
* | Get rid of initializers global and create i18n railtie. | José Valim | 2010-01-23 | 1 | -2/+1 |
* | Massive cleanup in Railties and load stack. | José Valim | 2010-01-21 | 1 | -1/+2 |
* | Add ActionDispatch::Railties::Subscriber and finish tidying up the logging. | José Valim | 2010-01-17 | 1 | -2/+3 |
* | Allow to add subscribers through Railtie. | José Valim | 2010-01-13 | 1 | -0/+1 |
* | As the other constants, RAILS_DEFAULT_LOGGER no more. | José Valim | 2010-01-13 | 1 | -13/+8 |