aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Fix test of generated Gemfile with mysql selected as DB driverKrekoten' Marjan2010-08-241-1/+1
* 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-146-12/+12
* Moves local_request? to require.local?Santiago Pastorino2010-08-131-4/+6
* Improve best_standards_support to use only IE=Edge in development modewycats2010-08-091-31/+65
* Stub is_a? not instance_of? hereSantiago Pastorino2010-08-031-1/+1
* Improved how AppGenerator generates the application name. It now detects the ...Fred Wu2010-08-021-0/+24
* Failing test to check for route file corruption if legacy map parameter is us...rohit2010-08-021-0/+15
* fix for rails app generator when using --pretend optionSteve Agalloco2010-07-301-0/+6
* 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
* Update to latest thor.José Valim2010-07-261-4/+4
* 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