aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Get rid of initializers global and create i18n railtie.José Valim2010-01-235-48/+16
* | Got tests working once again.José Valim2010-01-223-23/+11
* | Add view paths to Engine setup.José Valim2010-01-221-2/+2
* | Add test case for load initializers before routing behavior.Prem Sichanugrist2010-01-211-0/+28
|/
* Make filter parameters based on request, so they can be modified for anything...José Valim2010-01-211-2/+2
* Give higher priority to rails generators.José Valim2010-01-213-0/+9
* Default to sync instrumentation.José Valim2010-01-212-36/+11
* Add deprecation warning for calling filter_parameter_logging ActionController...Prem Sichanugrist2010-01-211-0/+12
* Allow railties to specify generators paths.José Valim2010-01-192-0/+23
* Logging thread should not die on logging errors.José Valim2010-01-191-0/+14
* `script/generate mailer Notifier` will now create a mailer at app/mailers.José Valim2010-01-191-4/+4
* Get generators tests running on Ruby 1.9.1José Valim2010-01-1921-31/+53
* Improve generators help.José Valim2010-01-181-8/+9
* More cleaning up on rails generators load path.José Valim2010-01-186-71/+46
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-1820-21/+20
* Automatically remove :generators: from namespaces.José Valim2010-01-183-8/+8
* Ensure generators can be invoked by their shortcut and remove attr_reader tasks.José Valim2010-01-182-2/+15
* Plugin generator should use templates.José Valim2010-01-171-0/+15
* Take --skip-activerecord into account boot.rb requires. [#3711 status:resolved]Rizwan Reza2010-01-171-5/+4
* Add notifications to default middleware stack and update subscriber tests.José Valim2010-01-173-4/+5
* Use backtrace cleaner for dev mode exception pageJoshua Peek2010-01-161-2/+2
* Cookies middlewareJoshua Peek2010-01-161-0/+1
* Move Flash into middlewareJoshua Peek2010-01-151-0/+1
* Make HEAD method masquerade as GET so requests are routed correctlyJoshua Peek2010-01-151-1/+1
* Bundle automatically if --dev or --edge is given as option.José Valim2010-01-151-3/+5
* Fix an issue where log was not being tailed in the first request.José Valim2010-01-151-3/+2
* LogTailer should be invoked after all logs in threads were flushed.José Valim2010-01-151-0/+15
* Rails::Subscriber is now responsible for flushing all loggers it's responsibl...José Valim2010-01-151-1/+22
* Create Rails::Subscriber::TestHelper and use it to make ActiveRecord subscrib...José Valim2010-01-131-33/+16
* Set up subscriber on initialization.José Valim2010-01-133-6/+52
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-132-6/+4
* Allow to add subscribers through Railtie.José Valim2010-01-131-0/+9
* Stub initial Rails::Subscriber implementation.José Valim2010-01-131-0/+102
* Revert "Add a generator_paths config option"José Valim2010-01-131-6/+0
* Cleanup junk metal and revise APIJoshua Peek2010-01-102-2/+3
* Rewrite Metal testsJoshua Peek2010-01-108-135/+86
* Add a generator_paths config optionYehuda Katz2010-01-091-0/+6
* Ensure application names are not singularized.José Valim2010-01-071-2/+7
* Run railtie and plugin initializers before app specific onesJoshua Peek2010-01-071-0/+11
* Ensure config/application.rb also uses app_const instead of app_name.classify.José Valim2010-01-071-1/+2
* Fix failing app generator test when using the --dev optionJeffrey Hardy2010-01-061-1/+1
* config.plugins should still work with an array of stringsJoshua Peek2010-01-051-1/+7
* assert_template depends on AV::Template monkey patches in action_view/test_caseJoshua Peek2010-01-051-0/+25
* Trash string coercion rack hacksJoshua Peek2010-01-041-1/+0
* Default middleware stack needs to be available at configuration timeJoshua Peek2010-01-041-0/+12
* Middleware configuration testsJoshua Peek2010-01-041-0/+67
* Smoke test for test_helpJoshua Peek2010-01-041-0/+38
* Autoload AS test caseJoshua Peek2010-01-041-1/+0
* Autoload AC and AV test case classesJoshua Peek2010-01-041-1/+0
* Bring generators tests back to life.José Valim2010-01-041-0/+4