aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'fxn/master'Jeremy Kemper2010-01-261-1/+0
|\
| * deletes no void files removal.rb and class_test.rbXavier Noria2010-01-261-1/+0
* | Fix t('.helper').José Valim2010-01-263-15/+17
* | Bring layouts with proc back alive.José Valim2010-01-261-1/+15
* | Merge remote branch 'mikel/master'José Valim2010-01-261-0/+57
|\ \
| * | Merge branch 'master' of git://github.com/rails/railsJosé Valim and Mikel Lindsaar2010-01-254-7/+11
| |\|
| * | Added AbstractController::Collector.José Valim and Mikel Lindsaar2010-01-231-0/+57
* | | Ensure root routes inside optional scopes works as expected.José Valim2010-01-261-7/+14
* | | Add a deprecation for helpers_dir.José Valim2010-01-251-2/+13
* | | As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-0/+6
| |/ |/|
* | Fix failing tests after merge.José Valim2010-01-244-7/+11
|/
* Ensure strings given to render with slash are rendered relative to the config...José Valim2010-01-221-5/+30
* Make filter parameters based on request, so they can be modified for anything...José Valim2010-01-213-32/+33
* Default to sync instrumentation.José Valim2010-01-214-152/+9
* Add shortcut test to abstract/render_test.rbJosé Valim2010-01-211-0/+9
* Tidy up new filter_parameters implementation.José Valim2010-01-212-14/+46
* Add deprecation warning for calling filter_parameter_logging ActionController...Prem Sichanugrist2010-01-211-51/+0
* Move filter_parameter_logging logic out of the controller and create ActionDi...Prem Sichanugrist2010-01-211-0/+34
* Move ActionController::Translation to AbstractController::Translation.José Valim2010-01-201-0/+0
* Stop overriding LoadError.new to return a MissingSourceError (and sometimes n...Yehuda Katz2010-01-191-1/+1
* Disable ShowExceptions during integration testsJoshua Peek2010-01-193-13/+13
* Move parameters to the top on logging.José Valim2010-01-192-26/+32
* Fix failing test.José Valim2010-01-191-2/+2
* Do not send rack.input or any other rack information to AD listeners.José Valim2010-01-191-3/+2
* Missing rename from named_scope to scope [#3735 status:resolved]Damien Mathieu2010-01-181-1/+1
* Clear out AS callback method pollution in AC::Base.action_methodsJoshua Peek2010-01-171-1/+27
* Accessing nonexistant cookies through the signed jar should not raise anJoshua Peek2010-01-171-0/+5
* Module lookup issue on flash_test using ruby 1.9 solved [#3716 status:resolved]Sam Elliott and Santiago Pastorino2010-01-171-1/+1
* Make local_request? to returns true when facing ::1 IPv6 address [#3257 statu...Prem Sichanugrist2010-01-171-10/+12
* Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-174-99/+128
* Add ActionDispatch::Notifications middleware.José Valim2010-01-173-35/+69
* Clean up filter parameter logging tests.José Valim2010-01-171-27/+0
* Cookies middlewareJoshua Peek2010-01-164-35/+11
* Allow custom controller for resource(s) [#3703 state:resolved]Joshua Peek2010-01-161-10/+10
* Add tests for simple match with namespace.José Valim2010-01-151-0/+10
* Add some implicit path tests to Subscriber.José Valim2010-01-151-1/+18
* Fix singleton resource named routesJoshua Peek2010-01-151-0/+3
* Cleanup internal resource macro to use method helper shorthandJoshua Peek2010-01-151-0/+12
* Routing method shorthand shouldn't clobber :to optionsJoshua Peek2010-01-151-0/+17
* Move Flash into middlewareJoshua Peek2010-01-152-2/+42
* Make HEAD method masquerade as GET so requests are routed correctlyJoshua Peek2010-01-153-3/+16
* In heterogeneous collections, neither the @path nor the @template are availab...José Valim2010-01-151-0/+10
* Allow f.submit to be localized per object.José Valim2010-01-151-1/+19
* Ensure log is flushed and tailed on failures.José Valim2010-01-151-3/+34
* Small tweaks in ActionController subscriber messages format.José Valim2010-01-151-1/+8
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-152-47/+109
* Respect resources_path_names and :path_names options in new dslJoshua Peek2010-01-132-21/+35
* optimise_named_routes is unnecessaryJoshua Peek2010-01-132-14/+0
* Ensure optional path scopes are properly handled.José Valim2010-01-141-0/+52
* Custom 'type' attribute support for text_field. [#3646 status:resolved]Stephen Celis2010-01-141-0/+5