aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails.rb
Commit message (Expand)AuthorAgeFilesLines
* reverts changes to Rails.version made in #8501Charlie Somerville2013-03-301-0/+4
* remove references to *::VERSION, replace with *.versionCharlie Somerville2013-03-211-4/+0
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-19/+0
* Revert "Make sure that RAILS_ENV is set when accessing Rails.env"Andy Lindeman2012-12-211-4/+1
* Use Rails to Render Default Index Pageschneems2012-12-101-1/+2
* Use attr_accessor for Rails.{application,cache,logger}Bjørn Arild Mæland2012-12-011-23/+1
* Make sure that RAILS_ENV is set when accessing Rails.envSteve Klabnik2012-10-311-1/+4
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-1/+1
* Make Rails.public_path return a PathnamePrem Sichanugrist2012-10-021-1/+1
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-1/+0
* Removing ==Examples and last blank lines of docs from railtiesFrancesco Rodriguez2012-05-141-3/+0
* Initial queue implementationYehuda Katz2012-04-261-0/+20
* Class variables has been fixed to Singleton instance variables at Rails moduleRoman V. Babenko2012-04-061-7/+7
* Rails.initialized? can be called at any time without raising an exception [Cl...Franck Verrot2012-03-281-5/+1
* Deprecate RAILS_CACHE constant.kennyj2012-01-181-1/+6
* Get rid of more 1.8.x dead codeJosé Valim2011-12-201-12/+3
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-1/+0
* we are *sure* we want to set the encoding, so silence warnings around itAaron Patterson2011-08-241-2/+4
* Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-241-1/+1
* Make Rails.groups accept arrays.José Valim2011-07-101-3/+6
* Add Rails.groups to encapsulate available groups for require.José Valim2011-06-211-0/+23
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-1/+1
* Removed most of deprecated stuff from Application and EnginePiotr Sarnacki2010-09-031-5/+0
* Remove constants deprecation.José Valim2010-08-291-1/+0
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-1/+0
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Single ruby version requirement messageJeremy Kemper2010-06-111-1/+2
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-0/+1
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-1/+0
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-0/+1
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-2/+3
* Adding Rails.env= to railties to allow changing of rails env on the fly for r...Mikel Lindsaar2010-04-081-0/+4
* Autoload Rails::InfoJoshua Peek2010-03-201-0/+3
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-1/+1
* Add active_model/railtie back to generated boot.rb, add models back to paths,...José Valim2010-01-251-0/+1
* Move configuration to subfolders.José Valim2010-01-231-8/+0
* Plugin is now an Engine.José Valim2010-01-231-1/+1
* Ensure user set load paths have higher preference and move Bootstrap inside A...José Valim2010-01-231-1/+0
* Get rid of initializers global and create i18n railtie.José Valim2010-01-231-2/+1
* Massive cleanup in Railties and load stack.José Valim2010-01-211-1/+2
* Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-171-2/+3
* Allow to add subscribers through Railtie.José Valim2010-01-131-0/+1
* As the other constants, RAILS_DEFAULT_LOGGER no more.José Valim2010-01-131-13/+8
* Get everyone running on Rails.env and fix the broken environment settings for...David Heinemeier Hansson2010-01-111-3/+1
* Run railtie and plugin initializers before app specific onesJoshua Peek2010-01-071-0/+2
* Some railties cleanup:Carl Lerche2009-12-311-0/+1
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-14/+104
* Add a /rails.rb for each framework for consistencyCarl Lerche2009-12-311-2/+8
* tests pass with requiring the frameworks in rails.rbCarlhuda2009-12-231-33/+9
* Add the ability for plugins to set default configuration settings.Carl Lerche2009-12-151-2/+3