aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Add configuration option for tld lengthSimon Jefford2010-09-091-0/+7
* Removed deprecated router API from railtiesPiotr Sarnacki2010-09-053-11/+11
* mounted helpers should be included in ActionMailerPiotr Sarnacki2010-09-031-0/+1
* Added ability to set asset_path for enginesPiotr Sarnacki2010-09-031-0/+15
* Ensure that Rails.application.initialize! is called only oncePiotr Sarnacki2010-09-031-0/+5
* Move singleton pattern to Railtie and remove Engine::Configurable and Applica...Piotr Sarnacki2010-09-031-7/+6
* Removed most of deprecated stuff from Application and EnginePiotr Sarnacki2010-09-031-16/+0
* Allow Engines loading its own environment file from config/environmentsPiotr Sarnacki2010-09-031-0/+17
* Remove deprecated dispatch test.José Valim2010-09-021-7/+0
* Ensure routes are loaded only after the initialization process finishes, ensu...José Valim2010-09-021-0/+17
* Revert "Just add connection management middleware if running in a concurrent ...Jeremy Kemper2010-08-202-11/+2
* Make sure apps upgrading from 2.3 get defaulted to UTF-8 (ht: parndt)wycats2010-08-151-5/+15
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-142-4/+4
* Improve best_standards_support to use only IE=Edge in development modewycats2010-08-091-31/+65
* Fix middleware testwycats2010-07-271-1/+2
* Add a header that tells Internet Explorer (all versions) to use the best avai...wycats2010-07-271-0/+1
* application generation: --skip-testunit and --skip-activerecord renamed to --...Xavier Noria2010-07-251-1/+1
* Make config.generators accept string namespaces, you can do now config.genera...Santiago Pastorino2010-07-211-0/+15
* Fix a failing test in Railtie and properly define all severity levels in Mock...José Valim2010-07-201-14/+5
* Add console hook to force ActiveRecord::Base to be loaded when console starts...José Valim2010-07-181-3/+18
* Just add connection management middleware if running in a concurrent environm...José Valim2010-07-122-2/+11
* Add a test to ensure url helpers are not action methods in ActionMailer.José Valim2010-07-071-0/+19
* Fix indentJeremy Kemper2010-07-021-1/+1
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-013-4/+4
* Create a deprecation behavior that triggers a notification for deprecation no...wycats2010-06-291-0/+1
* Push a failing test for issues [#4994] and [#5003].José Valim2010-06-291-1/+14
* 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
* adding middleware test for RAILS_CACHENeeraj Singh2010-06-241-0/+11
* Array#sample now exists, so test for #forty_two insteadJeremy Kemper2010-06-241-1/+1
* Added 4 tests for Rails Runner. 2 failing tests for $0 and $PROGRAM_NAME [#22...rohit2010-06-221-0/+49
* 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-194-35/+75
* Add a failing test for ticket #4874José Valim2010-06-171-0/+14
* 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
* Ensure show exceptions middleware properly filters backtrace before logging.José Valim2010-06-091-0/+20
* Should call configure! to initiliaze the applicationSantiago Pastorino2010-06-091-0/+1
* Add delete to middleware stack proxy.José Valim2010-06-071-0/+6
* 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
* Remove the laziness from the middleware stack.José Valim2010-05-291-1/+1
* Removing Metal from Rails 3. wycats2010-05-293-94/+0
* Fix typo on rackup test (ht: pleax)José Valim2010-05-201-1/+1
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-2/+2
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-182-3/+6
* Renames Array#rand -> Array#random_elementRizwan Reza2010-05-171-2/+2
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-1/+2