aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1151 from joshk/wrap_params_options_changeJosé Valim2011-05-192-9/+9
|\
| * renamed the wrap_parameters :only and :except options to :include and :exclud...Josh Kalderimis2011-05-192-9/+9
* | adding teststeve2011-05-191-4/+8
|/
* Example Usage updated for actionpack and actionmailer.Arun Agrawal2011-05-191-9/+9
* Dump and load rack-cache stuff.José Valim2011-05-171-0/+21
* 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
* Merge pull request #570 from sikachu/decouple_actionpackJosé Valim2011-05-151-10/+8
|\
| * Make ParamsWrapper calling newly introduced `Model.attribute_names` instead o...Prem Sichanugrist2011-05-151-10/+8
* | Merge pull request #568 from carlosantoniodasilva/fields_for_fixesJosé Valim2011-05-151-0/+14
|\ \ | |/ |/|
| * Refactor fields_for to make the api more clear, and fix usage with non nested...Carlos Antonio da Silva2011-05-141-0/+14
* | Do not try to call `column_names` on the abstract class.Prem Sichanugrist2011-05-151-1/+14
|/
* Reset ActiveRecord::LogSubscriber runtime at the start of each requestTom Ward2011-05-141-0/+13
* Escape regex in controller_runtime_test to actually check that the ActiveReco...Tom Ward2011-05-141-1/+1
* 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
* minor cleaningVishnu Atrai2011-05-101-1/+1
* Fix previous commit by allowing a proc to be given as response_body. This is ...José Valim2011-05-101-5/+4
* Merge pull request #446 from danielstutzman/response_body_is_procJosé Valim2011-05-101-0/+38
|\
| * New test: setting response_body to a Proc should be supported.Daniel Stutzman2011-05-071-0/+38
* | Add tests for content_for() for read, closes #475.José Valim2011-05-101-4/+12
* | Optimize the most common resolver case.José Valim2011-05-091-1/+1
* | Merge pull request #420 from burke/masterJosé Valim2011-05-081-0/+9
|\ \
| * | Added a test for MissingTemplate change, and changed to use Array.wrap() asBurke Libbey2011-05-061-0/+9
* | | Merge pull request #430 from dlee/methodoverrideJosé Valim2011-05-081-0/+7
|\ \ \
| * | | Logs should show overridden method; Issue 426David Lee2011-05-071-0/+7
| |/ /
* | | Always expand */*José Valim2011-05-071-1/+1
* | | Fixes ticket #6379. Improved the handling of Accept headers containing */*.mathieuravaux2011-05-071-0/+5
* | | Merge pull request #343 from asanghi/ampmJosé Valim2011-05-071-0/+55
|\ \ \
| * | | Allow AM/PM in datetime selectorsAditya Sanghi2011-04-291-0/+55
* | | | Merge pull request #280 from jballanc/frozen-string-strip-tagsJosé Valim2011-05-071-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Test for stripping tags from a frozen string.Joshua Ballanco2011-04-141-0/+1
* | | | Revert to old semantics, use available_action? instead of action_method?.José Valim2011-05-061-4/+4
* | | | Don't pluralize, camelize.José Valim2011-05-061-2/+2
* | | | Take leap years into account more seriously when calculating year distance [#...Aditya Sanghi2011-05-061-0/+4
| |_|/ |/| |
* | | Fix renew feature on cookies.José Valim2011-05-041-0/+16
* | | Fix .subdomain regression.José Valim2011-05-041-0/+9
* | | Move prefixes to view paths as they are now a lookup context dependency.José Valim2011-05-041-0/+4
* | | fixed test to assert initialization value.Nick Sutterer2011-05-041-1/+1
* | | controller's prefixes are now added to LookupContext.Nick Sutterer2011-05-031-0/+4
* | | added :prefixes accessor to LookupContext.Nick Sutterer2011-05-031-0/+6
* | | Fix typos in test method namesVijay Dev2011-05-031-3/+3
* | | Merge pull request #378 from danielvlopes/master.José Valim2011-05-031-2/+8
|\ \ \
| * | | fix select_tag to have the same behavior of selectDaniel Lopes2011-05-031-2/+8
* | | | Merge pull request #377 from joshk/rails_legacy_mapper_message.José Valim2011-05-031-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | raise an error if the old router draw method is used, along with a message ad...Josh Kalderimis2011-05-031-0/+6
* | | | Sets the HTTP charset parameter for rescue response.Matias Korhonen2011-05-031-0/+7
* | | | Static middleware accepts cache control.José Valim2011-05-031-1/+7
|/ / /
* | | Multipart is now fixed in Rack.José Valim2011-05-031-14/+8