aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* added an integration test that checks ActionController::UnknownFormat renders...Steven Soroka2012-05-061-0/+9
* Raise a rescuable exception when Rails doesn't know what to do with the forma...Steven Soroka2012-05-061-13/+19
* check checkboxes with array of strings as :checked optionVasiliy Ermolovich2012-05-051-0/+9
* Merge pull request #4445 from nragaz/role_based_params_wrappingJosé Valim2012-05-041-2/+15
* Improve assert_template layout checkingAlexey Vakhov2012-05-041-0/+15
* Fix assert_template :layout => nil assertionAlexey Vakhov2012-05-041-0/+12
* Fix assert_template assertion with :layout optionAlexey Vakhov2012-05-042-0/+12
* Force given path to http methods in mapper to skip canonical action checkingCarlos Antonio da Silva2012-05-042-3/+10
* update invalid partial error message as per 04202a3f8d66c0675eac41fbf63309f4b...Vijay Dev2012-05-041-4/+4
* Merge branch 'master' into sessionAaron Patterson2012-05-045-1/+126
|\
| * Merge pull request #6148 from twinturbo/head-fixJosé Valim2012-05-031-0/+66
| |\
| | * Remove content-length as welltwinturbo2012-05-031-0/+6
| | * Make ActionController#head pass rack-linktwinturbo2012-05-031-0/+60
| * | Allows assert_redirected_to to accept a regular expressionAndy Lindeman2012-05-031-0/+4
| * | Reset the request parameters after a constraints checkAndrew White2012-05-021-0/+19
| * | Merge pull request #6125 from ncri/masterJosé Valim2012-05-021-1/+32
| |\ \
| | * | added proc evaluation for action cache's layout parameterNico2012-05-021-1/+32
| * | | Enable ActionDispatch::Http::Headers to support fetchMark Turner2012-05-021-0/+5
| |/ /
* / / testing session store behaviorAaron Patterson2012-05-022-0/+104
|/ /
* | ActionPack: remove tests for hash_for_* methodsBogdan Gusiev2012-05-021-18/+0
* | distance_of_time_in_words: Add/tweak comments to understand time intervals be...Elliot Winkler2012-04-301-11/+20
* | distance_of_time_in_words: 45-60 days is about 2 months, not about 1 monthElliot Winkler2012-04-301-1/+3
|/
* Merge pull request #5705 from lest/patch-3Jeremy Kemper2012-04-301-0/+5
|\
| * split CDATA end token in cdata_section helperSergey Nartimov2012-04-301-0/+5
* | Merge pull request #6084 from brainopia/support_for_magic_domain_on_all_storesJosé Valim2012-04-301-0/+7
|\ \
| * | Support cookie jar options for all cookie storesbrainopia2012-04-301-0/+7
* | | Merge pull request #6082 from brainopia/smarter_cookie_jarJosé Valim2012-04-301-8/+36
|\ \ \ | |_|/ |/| |
| * | Dont stream back cookie value if it was set to the same valuebrainopia2012-04-301-0/+12
| * | Dont set cookie header for deletion of unexisting databrainopia2012-04-301-8/+24
* | | Merge pull request #3726 from JanDupal/fix-date-helper-hiddenJosé Valim2012-04-301-0/+32
|\ \ \ | |/ / |/| |
| * | fix Helpers::DateHelper with :use_hidden - hide separatorsJan Dupal2011-11-221-0/+32
* | | Merge pull request #6077 from dmitriy-kiriyenko/improve_signature_of_time_in_...José Valim2012-04-302-37/+61
|\ \ \
| * | | Replace boolean argument with an options hash.Dmitriy Kiriyenko2012-04-302-37/+61
* | | | Merge pull request #6078 from lest/patch-4José Valim2012-04-301-0/+11
|\ \ \ \
| * | | | allow send_file/send_data to skip disposition header, closes #2973Sergey Nartimov2012-04-301-0/+11
| |/ / /
* / / / wrap translate defaults to use translate helper features, closes #1102Sergey Nartimov2012-04-302-1/+25
|/ / /
* | | Remove `button_to_function` and `link_to_function` helpersRafael Mendonça França2012-04-301-30/+0
* | | Merge pull request #6074 from mark-rushakoff/unused-variablesJeremy Kemper2012-04-291-1/+1
|\ \ \
| * | | Remove unused assignment in actionpack date helper testMark Rushakoff2012-04-291-1/+1
* | | | Restore interpolation of path option in redirect routesAndrew White2012-04-291-1/+32
* | | | Escape interpolated params when redirecting - fixes #5688Andrew White2012-04-291-0/+29
* | | | Add failing test case for #6053Andrew White2012-04-291-0/+21
* | | | Merge pull request #6059 from rafaelfranca/check_box_invertedJosé Valim2012-04-291-2/+98
|\ \ \ \
| * | | | Change check_box to work inverting the checked and unchecked valueRafael Mendonça França2012-04-291-2/+98
| |/ / /
* | | | Allow access to current object_counter variable from layout when rendering wi...Carlos Antonio da Silva2012-04-292-4/+12
* | | | Allow layout to access current object being rendered when using render partia...Carlos Antonio da Silva2012-04-291-0/+4
* | | | Allow layout rendering to access current object being rendered when using par...Carlos Antonio da Silva2012-04-292-2/+7
|/ / /
* | / Add changelog entry for jsonp mimetype change, fix failing testCarlos Antonio da Silva2012-04-291-1/+1
| |/ |/|
* | Don't convert params if the request isn't HTML - fixes #5341Andrew White2012-04-291-2/+40
* | Merge pull request #2321 from omjokine/masterJosé Valim2012-04-291-1/+1
|\ \