aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Convert CHANGELOGs to Markdown format.Jon Leighton2011-11-041-5689/+0
* Responders now return 204 No Content for API requests without a response body...José Valim2011-10-261-0/+2
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+2
* Fixes an issue when creating a date select with too many options.Liborio Cannici2011-10-081-0/+6
* Add CHANGELOG entriesSantiago Pastorino2011-09-291-0/+40
* Update CHANGELOG.José Valim2011-09-231-0/+8
* Allow asset tag helper methods to accept :digest => false option in order to ...Santiago Pastorino2011-09-141-0/+4
* Add missing changelog entries for actionpackGuillermo Iguaran2011-09-131-0/+4
* Set relative url root in assets when controller isn't available for Sprockets...Guillermo Iguaran2011-09-131-0/+2
* Fix changelog entryMike Dillon2011-09-101-1/+1
* Add test for warning and CHANGELOG entryMike Dillon2011-09-101-0/+2
* Add entry about Asset behaviour fix to ActionPack ChangeLogGuillermo Iguaran2011-09-041-0/+3
* Merge pull request #2816 from sikachu/content_tag_forJosé Valim2011-09-041-0/+16
|\
| * Make `content_tag_for` and `div_for` accepts the array of recordsPrem Sichanugrist2011-09-041-0/+16
* | Merge pull request #2835 from guilleiguaran/actionpack-changelogSantiago Pastorino2011-09-031-2/+2
|/
* CookieJar is enumerable. fixes #2795Aaron Patterson2011-09-011-0/+2
* Add missing changelog entries for 3.1.1Guillermo Iguaran2011-09-011-1/+10
* Merge pull request #2723 from guilleiguaran/3-1-0-changelogsSantiago Pastorino2011-08-281-0/+2
* edit changelog to mention about x_sendfile_header default changeVijay Dev2011-08-291-0/+2
* contrib app minor tweakXavier Noria2011-07-271-2/+2
* add entry for submit helper change removing object_name_idVijay Dev2011-07-201-0/+2
* Fix wildcard route code example in changelog.Hendy Tanata2011-07-161-2/+2
* Revert "Add method fields_for_with_index to FormHelper"José Valim2011-07-011-2/+0
* Make sure respond_with with :js tries to render a template in all casesJosé Valim2011-06-301-0/+2
* Edited actionpack/CHANGELOG via GitHubJosé Valim2011-06-281-0/+4
* Update changelog with #1552 feature: add hidden field before select[multiple=...Piotr Sarnacki2011-06-111-0/+5
* Update CHANGELOG to mention the json_escape change, and rearrange stuff a bit.Prem Sichanugrist2011-06-101-21/+23
* Make sure `escape_javascript` return `SafeBuffer` if the incoming argument is...Prem Sichanugrist2011-06-091-0/+2
* Update CHANGELOG to mention the new SafeBuffer changePrem Sichanugrist2011-06-081-0/+29
* Move CHANGELOG entry to future versionAndrew White2011-06-051-1/+4
* Refactor ActionController::TestCase cookiesAndrew White2011-06-041-0/+18
* Add entry to AP changelogSebastian Martinez2011-05-231-0/+2
* Make ParamsWrapper calling newly introduced `Model.attribute_names` instead o...Prem Sichanugrist2011-05-151-1/+1
* Merging 3.0.x CHANGELOGsGuillermo Iguaran2011-05-101-1/+52
* Warn if we cannot verify CSRF token authenticityJosé Valim2011-05-091-0/+2
* Update CHANGELOG.José Valim2011-05-071-0/+2
* Update CHANGELOGs.José Valim2011-05-061-2/+0
* Only show dump of regular env methods on exception screen (not all the rack c...David Heinemeier Hansson2011-05-041-0/+2
* Update CHANGELOG.José Valim2011-05-031-4/+16
* removing auto_link and moving it to the rails_autolink gem. :bomb:Aaron Patterson2011-05-021-0/+6
* Merge pull request #359 from sikachu/params_wrapper.David Heinemeier Hansson2011-05-021-0/+4
|\
| * Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-031-0/+4
* | Update CHANGELOG file to mention my namePrem Sichanugrist2011-05-031-1/+3
|/
* updates AP CHANGELOGXavier Noria2011-04-131-0/+2
* Implicit actions named not_implemented can be renderedSantiago Pastorino2011-04-021-0/+2
* Update the wildcard route to be non-greedy by default, therefore be able to m...Prem Sichanugrist2011-03-291-0/+8
* Fix examplesDavid Heinemeier Hansson2011-03-281-1/+1
* Added Base.http_basic_authenticate_with to do simple http basic authenticatio...David Heinemeier Hansson2011-03-281-0/+37
* Add controller-specific `force_ssl` method to force web browser to use HTTPS ...Prem Sichanugrist2011-03-281-0/+2
* Allow FormHelper#form_for to specify the :method as a direct option instead o...David Heinemeier Hansson2011-03-261-0/+4