aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
* Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m...Piotr Sarnacki2010-09-031-25/+0
* We don't need to overwrite default paths in testsPiotr Sarnacki2010-09-031-5/+3
* Ensure that init.rb is evaled in context of EnginePiotr Sarnacki2010-09-031-1/+1
* Engine can now serve files with ActionDispatch::StaticPiotr Sarnacki2010-09-031-0/+26
* Engine sets routes as default rack endpoint if no endpoint was givenPiotr Sarnacki2010-09-031-1/+25
* Engine can now load its own pluginsPiotr Sarnacki2010-09-031-0/+18
* Made Engine valid rack app with its own middleware stackPiotr Sarnacki2010-09-031-0/+35
* Add two integration tests for GeneratedAttribute missing type error. [#5461 s...rohit2010-09-022-0/+12
* Failing test for GeneratedAttribute [#5461 state:open]rohit2010-09-021-0/+12
* 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
* Fixed the session name generated by the app_generator. Also refactored the co...Fred Wu2010-08-281-6/+21
* 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