aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* don't raise an exception if the format isn't recognizeddmathieu2011-05-261-0/+6
* removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-244-40/+3
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-3/+3
* Always initialize @title in caching test to avoid uninitialized instance vari...wycats2011-05-221-0/+3
* renamed the wrap_parameters :only and :except options to :include and :exclud...Josh Kalderimis2011-05-192-9/+9
* add more robust test for wrapping params with anonymous classDavid Chelimsky2011-05-171-25/+45
* better test nameDavid Chelimsky2011-05-171-1/+1
* add failing test for https://github.com/rails/rails/issues/1089David Chelimsky2011-05-171-0/+7
* Make ParamsWrapper calling newly introduced `Model.attribute_names` instead o...Prem Sichanugrist2011-05-151-10/+8
* Do not try to call `column_names` on the abstract class.Prem Sichanugrist2011-05-151-1/+14
* Test csrf token param name customizationDavid Lee2011-05-101-7/+18
* Get around weird missing constant error caused by AS instead of simply raisin...José Valim2011-05-111-21/+24
* Revert to old semantics, use available_action? instead of action_method?.José Valim2011-05-061-4/+4
* controller's prefixes are now added to LookupContext.Nick Sutterer2011-05-031-0/+4
* Fix typos in test method namesVijay Dev2011-05-031-3/+3
* raise an error if the old router draw method is used, along with a message ad...Josh Kalderimis2011-05-031-0/+6
* Fix broken params_wrapper_test on 1.8.7 :bomb:Prem Sichanugrist2011-05-031-36/+80
* Improve performance for filtered parameters and add tests.José Valim2011-05-031-0/+11
* Move most processing to load time for performance and improve test suite.José Valim2011-05-031-12/+27
* Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-031-0/+187
* Tidy up pending TODOs after discussion with Mr. Gatoz (@wycats).José Valim2011-05-011-7/+7
* log errors when an exception happens when streaming.José Valim2011-05-011-0/+13
* Add a test for rendering from the controller context.José Valim2011-05-011-0/+54
* prevent errors when passing a frozen string as a param to ActionController::T...misfo2011-04-281-0/+12
* rename test case to better describe use caseDavid Chelimsky2011-04-251-6/+6
* Don't reuse a closed flash when using nowFlorent Piteau2011-04-201-0/+8
* Do not stream on HTTP/1.0.José Valim2011-04-191-0/+8
* Output a redirect to the 500 page if something happens when streaming.José Valim2011-04-191-1/+23
* Be sure to not store the closed flash in the session.José Valim2011-04-191-1/+8
* Test explicit skip.José Valim2011-04-181-1/+10
* Just define the controller if fibers are defined.José Valim2011-04-181-2/+2
* Body... wanna *stream* my body? Body... such a thrill my body!José Valim2011-04-181-0/+62
* switch to using comments to comment thingsAaron Patterson2011-04-151-2/+1
* render :once, YAGNI.José Valim2011-04-151-86/+0
* ActionView::PathSet# accepts String or ArrayDavid Chelimsky2011-04-131-0/+29
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* removes the RJS template handlerXavier Noria2011-04-135-66/+11
* removes support for render :updateXavier Noria2011-04-135-389/+0
* removes assert_select_rjsXavier Noria2011-04-131-351/+0
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-112-4/+6
* Make csrf_meta_tags use the tag helperJames Robinson2011-04-081-5/+3
* many args does not make sense with the current implementation because of how ...Aaron Patterson2011-04-061-10/+0
* getting the flash hash under testAaron Patterson2011-04-061-0/+100
* favor composition over inheritance, have FlashHash delegate to a HashAaron Patterson2011-04-061-4/+4
* Make process reuse the env var passed as argumentSantiago Pastorino2011-04-061-0/+8
* raise if someone tries to modify the flash when it was already streamed back ...Santiago Pastorino2011-04-051-0/+50
* Implicit actions named not_implemented can be renderedSantiago Pastorino2011-04-021-2/+11
* pass respond_with options to controller render when using a template for api ...Josh Kalderimis2011-03-311-0/+19
* only try to display an api template in responders if the request is a get or ...Josh Kalderimis2011-03-311-0/+21