aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-2/+1
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-1/+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
* ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r...José Valim2010-04-291-3/+3
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-293-2/+18
* Fix failing test.José Valim2010-04-281-0/+33
* Ensure application rake tasks and generators are loaded after the ones specif...José Valim2010-04-261-0/+23
* Refactor tests by moving all middleware tests to the same place.José Valim2010-04-263-120/+98
* test refactorSantiago Pastorino2010-04-191-2/+8
* Added tests for config.action_controller.perform_cachingChetan Sarva2010-04-131-0/+36
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-0/+9
* Alleviate the pain in working with utf8 templates by setting a default encoding.José Valim2010-04-071-0/+12
* Remove app/views from the load paths [#4226 state:resolved]José Valim2010-04-051-0/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-053-2/+18