aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* session#fetch doesn't behave exactly like Hash#fetch.Damien Mathieu2013-10-301-1/+3
* add the fetch method to sessionsDamien Mathieu2013-10-291-0/+12
* Add a changelog entry for #12656 [ci skip]Robin Dupret2013-10-271-0/+8
* Merge pull request #10471 from andyw8/button_to_paramsRafael Mendonça França2013-10-241-0/+5
|\
| * Add params option for button_toAndy Waite2013-09-181-0/+5
* | Improve the CHANGELOG entry [ci skip]Rafael Mendonça França2013-10-241-10/+9
* | update CHANGELOGTima Maslyuchenko2013-10-241-0/+16
* | Respect `SCRIPT_NAME` when using `redirect` with a relative pathAndrew White2013-10-101-0/+18
* | add dots after `Fixes #YYYYY` in actionpack CHANGELOG. [ci skip]Yves Senn2013-10-091-12/+12
* | Fixing repond_with working directly on the options hashBlueHotDog2013-10-091-0/+9
* | Add changlog entry for #10844Andrew White2013-09-301-0/+7
* | Strong parameters should permit nested number as key. Closes #12293kennyj2013-09-271-0/+6
* | Fix regex used to find URI schemes in redirect_toDerek Prior2013-09-191-0/+5
* | Fix incorrect assert_redirected_to failure messageDerek Prior2013-09-191-0/+5
* | Fix an issue where router can't recognize downcased url encoding path.kennyj2013-09-191-0/+6
* | Custom flash should be defined only for the class that defines it and it's su...Ricardo de Cillo2013-09-131-0/+7
* | Add CHANGELOG entry for #12149Rafael Mendonça França2013-09-121-0/+6
* | Remove BasicRendering and remove template functionality from AbsC::RenderingJosé Valim2013-09-091-5/+0
* | Improve AP changelog regarding AV extraction [ci skip]Carlos Antonio da Silva2013-08-261-2/+2
* | Update AP changelogŁukasz Strzałkowski2013-08-251-0/+9
|/
* Display exceptions in text format for xhr requestKir Shatrov2013-08-221-0/+4
* Execute conditional procs on controller filters only for current action.Nicholas Jakobsen2013-08-101-0/+7
* Pass assert_dom_equal message arg to underlying assertionRyan McGeary2013-08-041-0/+7
* Allow overriding of all headers from passed environment hashAndrew White2013-07-251-0/+7
* Clear named routes when routes.rb is reloadedAndrew White2013-07-211-0/+8
* Skip Rack applications and redirects when generating urlsAndrew White2013-07-161-0/+7
* move `MissingHelperError` out of the `ClassMethods` module.Yves Senn2013-07-121-0/+4
* Show real LoadError on helpers requirePiotr Niełacny2013-07-101-0/+7
* Use Request#raw_post instead Request#bodyPaul Nikitochkin2013-07-081-0/+7
* Space is not required for Set-Cookie headerYamagishi Kazutoshi2013-07-051-0/+4
* Remove deprecated Rails application fallback for integration testingCarlos Antonio da Silva2013-07-021-0/+5
* Remove `page_cache_extension` deprecated methodFrancesco Rodriguez2013-07-011-0/+4
* Remove deprecated constants from Action ControllerCarlos Antonio da Silva2013-07-011-0/+12
* Merge pull request #11000 from sbeckeriv/accept_headerCarlos Antonio da Silva2013-06-251-0/+8
|\
| * Fix undefined method `ref' for nil:NilClass for bad accept headersStephen Becker IV2013-06-191-0/+4
* | Fixing Issue #11083Akshay Khole2013-06-251-1/+1
* | Fix shorthand routes where controller and action are in the scopeAndrew White2013-06-251-0/+9
* | Don't remove trailing slash from PATH_INFO for mounted appsPiotr Sarnacki2013-06-211-0/+4
* | Adjust changelog for AV & APŁukasz Strzałkowski2013-06-201-35/+2
* | Add CHANGELOG entry for #10969Rafael Mendonça França2013-06-161-0/+21
|/
* collection tags accept html attributes as the last element of collectionVasiliy Ermolovich2013-06-161-0/+5
* Update the HTML boolean attributes per the HTML 5.1 specAlex Peattie2013-06-141-0/+7
* Allow numbers in partial name for digestingBryan Ricker2013-05-061-1/+3
* rails/master is now 4.1.0.betaRafael Mendonça França2013-04-291-1192/+2
* Revert "Merge pull request #10337 from eimermusic/fix_template_digestor_lookup"Rafael Mendonça França2013-04-251-9/+0
* Merge pull request #10337 from eimermusic/fix_template_digestor_lookupRafael Mendonça França2013-04-251-0/+9
|\
| * AV Digestor correctly passes format to LookupContextMartin Westin2013-04-251-0/+9
* | Add support for extra options to `force_ssl`Andrew White2013-04-251-0/+5
* | Use `request.fullpath` to build redirect url in `force_ssl`Andrew White2013-04-251-0/+9
|/
* Return a 405 response for unknown HTTP methodsLewis Marshall2013-04-221-0/+5