aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* application generation: --skip-testunit and --skip-activerecord renamed to --...Xavier Noria2010-07-253-8/+8
* 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-182-3/+34
* Add skip_eager_load!, skip_autoload! and friends to path objects.José Valim2010-07-171-2/+22
* Makes test use the new config.action_view.javascript_expansions[:defaults] in...Santiago Pastorino2010-07-171-1/+1
* Adds application.js when app is generated with -J and clear javascript_expans...Santiago Pastorino2010-07-171-1/+6
* 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-014-5/+5
* Create a deprecation behavior that triggers a notification for deprecation no...wycats2010-06-292-1/+3
* Push a failing test for issues [#4994] and [#5003].José Valim2010-06-291-1/+14
* A few changes were done in this commit:José Valim2010-06-284-72/+63
* 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
* Remove the --singeleton option from scaffold generator.Prem Sichanugrist2010-06-242-22/+0
* adding middleware test for RAILS_CACHENeeraj Singh2010-06-241-0/+11
* Remove obsolete test case, since we have move Rails::LogSubscriber to ActiveS...Prem Sichanugrist2010-06-241-9/+0
* AS::Isolation functional on Windows/JRuby.Nick Sieger2010-06-241-2/+0
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-123/+0
* Remove run_initializers from class methods.José Valim2010-06-241-25/+14
* Speed up boot by tsorting as infrequently as possibleJeremy Kemper2010-06-241-1/+1
* Array#sample now exists, so test for #forty_two insteadJeremy Kemper2010-06-241-1/+1
* renames load_(once_)paths to autoload_(once_)paths in dependencies and configXavier Noria2010-06-241-3/+3
* Patch for Namespace problem in Scaffold. [#4763 state:resolved]Mohammed Siddick.E2010-06-231-0/+106
* 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-202-108/+114
* Add test for migration generator with name not starting with add or remove. [...rohit2010-06-201-0/+15
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-0/+10
* 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
* Tidy up generators based on latest change on AM.José Valim2010-06-131-2/+2
* Test create mailers folder when starting a new appDamien Mathieu2010-06-121-0/+1
* abort generation/booting on Ruby 1.9.1Xavier Noria2010-06-101-1/+3
* layout 'application' is not anymore on application_controllerSantiago Pastorino2010-06-101-2/+1
* detect being inside a rails application even from a subdirectoryChad Fowler2010-06-101-0/+22
* Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 st...Jeff Kreeftmeijer2010-06-101-10/+81
* 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
* Fix generator test broken when rails new was added.José Valim2010-06-081-3/+1
* Add delete to middleware stack proxy.José Valim2010-06-072-1/+7
* removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...Xavier Noria2010-06-051-2/+2
* Still copy application configuration to generator even if they are required e...José Valim2010-06-021-2/+5
* 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-293-3/+3
* Removing Metal from Rails 3. wycats2010-05-295-129/+0