aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/initializers
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in railties/testPrathamesh Sonpatki2013-03-251-1/+1
* Fix some typosVipul A M2013-03-241-1/+1
* remove uncommented railties boot_test.rbYves Senn2013-02-211-20/+0
* Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-191-1/+1
* Deprecate the `eager_load_paths` configurationAndrew White2013-01-241-1/+1
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-16/+0
* Removing warning : ambiguous first argumentArun Agrawal2012-11-111-2/+2
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-142-8/+8
* Remove the queue container. Premature consolidation. Set up and maintain queu...Jeremy Kemper2012-10-121-3/+2
* Use String#exclude? to make sure that Active Support is not loaded whenRafael Mendonça França2012-10-041-1/+1
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-3/+3
* Allow users to configure the queue for the mailersRafael Mendonça França2012-09-121-0/+17
* fixed support for DATABASE_URL for rake db tasksGrace Liu2012-09-111-0/+32
* Fixes wrong test class names.kennyj2012-08-292-2/+2
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-20/+0
* before_eager_load only runs when eager_load is trueRafael Mendonça França2012-08-221-4/+4
* Remove default match without specified methodJose and Yehuda2012-04-242-3/+3
* Remove --http.José Valim2012-03-141-27/+0
* Add ActionController::HTTPSantiago Pastorino2012-03-141-0/+27
* Fix broken testsSantiago Pastorino2012-03-101-1/+2
* Use one system call whenever possible, group rake and Dir.chdir callsCarlos Antonio da Silva2012-03-081-9/+4
* Support judgement expired schema cache dump.kennyj2012-03-011-0/+14
* Load db/schema_cache.dump duaring boot time.kennyj2012-03-011-0/+12
* convert railties to use AS::TestCaseAaron Patterson2012-01-056-6/+6
* remove checks for encodings availabilitySergey Nartimov2011-12-251-1/+1
* This test is rubbish.José Valim2011-12-201-39/+0
* Wait a full second so we have time for changes to propagateJosé Valim2011-12-161-0/+3
* Fix testcase an error on ruby 1.8.x.kennyj2011-12-091-2/+3
* Assign config.encoding to AD::Response.default_charset at the initialization ...kennyj2011-12-071-0/+6
* Make i18n tests more robust.José Valim2011-06-121-3/+3
* 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