aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ | | | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/mail_helper.rb railties/lib/rails/configuration.rb
| * | 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 ↵José Valim2010-01-221-5/+30
| | | | configured _prefix.
* Make filter parameters based on request, so they can be modified for ↵José Valim2010-01-213-32/+33
| | | | anything in the middleware stack.
* 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 ↵Prem Sichanugrist2010-01-211-51/+0
| | | | | | ActionController::Base, and allow it to be configured in config.filter_parameters Signed-off-by: José Valim <jose.valim@gmail.com>
* Move filter_parameter_logging logic out of the controller and create ↵Prem Sichanugrist2010-01-211-0/+34
| | | | | | ActionDispatch::ParametersFilter to handle parameter filteration instead. This will make filteration not depending on controller anymore. Signed-off-by: José Valim <jose.valim@gmail.com>
* Move ActionController::Translation to AbstractController::Translation.José Valim2010-01-201-0/+0
|
* Stop overriding LoadError.new to return a MissingSourceError (and sometimes ↵Yehuda Katz2010-01-191-1/+1
| | | | nil!)
* 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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
| | | | exception
* Module lookup issue on flash_test using ruby 1.9 solved [#3716 status:resolved]Sam Elliott and Santiago Pastorino2010-01-171-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Make local_request? to returns true when facing ::1 IPv6 address [#3257 ↵Prem Sichanugrist2010-01-171-10/+12
| | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* 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 ↵José Valim2010-01-151-0/+10
| | | | available, so we need to tell that we are simply rendering a collection.
* 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Make check boxes accept :multiple as option so they can handle collections ↵José Valim2010-01-142-1/+14
| | | | (such as HABTM).
* Call :to_model before working with the object.José Valim2010-01-141-2/+2
|
* Add possibility to use i18n translatios in submit FormHelper.Carlos Antonio da Silva2010-01-141-3/+60
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Tidy up ActiveRecord and Views runtime information on process action logger.José Valim2010-01-142-9/+9
|