aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
* Changed data-rails-type to data-js-typeBob Remeika2010-01-271-1/+1
* Changed data-remote='true' to data-js-type='remote'Bob Remeika2010-01-271-17/+28
* remote_form_for tests passBob Remeika2010-01-271-10/+93
* Took first stab at reimplementing form_remote_tag helpersBob Remeika2010-01-271-0/+123
* Added assert_data_element_json test helper for data element helpersBob Remeika2010-01-271-16/+28
* Took another stab at observe_field. Now implementing data only helpers as sc...Bob Remeika2010-01-271-23/+28
* Changed the observe field node into a div with display:noneBob Remeika2010-01-271-8/+12
* ObserveFieldTest uses url_for from AjaxTestCaseBob Remeika2010-01-271-1/+51
* fixed failing testsStefan Penner2010-01-272-18/+118
* Implemented a fuller stub in AjaxTestCase for url_for because link_to calls u...Bob Remeika2010-01-271-9/+28
* Added the beginnings of the observe_field helperBob Remeika2010-01-271-0/+55
* 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