aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/initializers
Commit message (Expand)AuthorAgeFilesLines
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-067-7/+23
* framework_test.rb also dependent on RAILS_ENV=developmentArun Agrawal2011-06-061-0/+6
* load_path_test.rb is also dependent on RAILS_ENV=developmentJon Leighton2011-06-051-0/+6
* Parenthesize arguments when the first one is a Regexp literal.Sebastian Martinez2011-05-231-1/+1
* Fix tests to reflect IdentityMap no longer defaultDavid Lee2011-05-101-1/+1
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-0/+30
|\
| * Additionally trigger i18n configuration setup before any eager loading [#6353...Saimon Moore2011-02-011-0/+30
* | Fix typo.Emilio Tagua2010-11-191-1/+1
* | Use IdentityMap middleware to flush map on each request.Emilio Tagua2010-11-191-1/+1
|/
* Add config.action_controller.include_all_helpers, by default it is set to true.Piotr Sarnacki2010-11-181-0/+60
* Merge remote branch 'drogus/engines'wycats2010-09-111-1/+1
|\
| * Change app to main_app in mounted_helpersPiotr Sarnacki2010-09-081-1/+1
* | Add configuration option for tld lengthSimon Jefford2010-09-091-0/+7
|/
* Removed deprecated router API from railtiesPiotr Sarnacki2010-09-051-2/+2
* mounted helpers should be included in ActionMailerPiotr Sarnacki2010-09-031-0/+1
* Revert "Just add connection management middleware if running in a concurrent ...Jeremy Kemper2010-08-201-11/+1
* Fix a failing test in Railtie and properly define all severity levels in Mock...José Valim2010-07-201-14/+5
* Just add connection management middleware if running in a concurrent environm...José Valim2010-07-121-1/+11
* Add a test to ensure url helpers are not action methods in ActionMailer.José Valim2010-07-071-0/+19
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-012-2/+2
* adding missing assertion and fixing the testNeeraj Singh2010-06-241-2/+4
* fixing test by replacing assert with assert_equalNeeraj Singh2010-06-241-1/+1
* Array#sample now exists, so test for #forty_two insteadJeremy Kemper2010-06-241-1/+1
* Revert "files in the lib directory are no longer autoloaded"Xavier Noria2010-06-211-3/+1
* files in the lib directory are no longer autoloadedXavier Noria2010-06-211-1/+3
* I18n.reload! is only called if any of the locale files actually changed.José Valim2010-06-201-19/+114
* Clear DescendantsTracker on each request.José Valim2010-06-191-1/+1
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* abort generation/booting on Ruby 1.9.1Xavier Noria2010-06-101-1/+3
* removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...Xavier Noria2010-06-051-2/+2
* Add lib to load paths when application is inherited to be able to load lib co...José Valim2010-06-021-0/+17
* Renames Array#rand -> Array#random_elementRizwan Reza2010-05-171-2/+2
* Fixed two failing tests in railties on 1.9.2-head [#4609 state:commited]rohit2010-05-161-2/+2
* Expose remaining hooks to minimize the need for a Railtie based on feedback f...José Valim2010-05-161-5/+23
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-13/+0
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-1/+1
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-2/+2
* Fix Sam Ruby's tests and deprecation warningsCarlhuda2010-03-041-2/+2
* Fix a test that assumes that defined?(ActiveRecord) == defined?(ActiveRecord:...Carlhuda2010-03-021-1/+1
* Add a test for default_url_options in AM.José Valim2010-02-211-0/+11
* Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte...José Valim2010-02-191-3/+15
* Ensure config.after_initializer is executed before building the middleware st...José Valim2010-02-181-0/+14
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-1/+1
* Add more tests to some key points in Railties.José Valim2010-01-282-2/+20
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-267-0/+349