aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Support unicode character route in config/routes.rb.kennyj2012-06-161-0/+10
* Return proper format on exceptionsSantiago Pastorino2012-06-111-0/+2
* Allow to use mounted helpers in ActionView::TestCasePiotr Sarnacki2012-06-011-0/+2
* Sync CHANGLOG with the 3-2-stable branchRafael Mendonça França2012-06-011-0/+32
* Include routes.mounted_helpers into integration testsPiotr Sarnacki2012-06-011-0/+2
* Extracted redirect logic from ActionController::Force::ClassMethods.force_sslJeremy Friesen2012-05-311-0/+4
* accept a block in button_to helperSergey Nartimov2012-05-301-0/+16
* Fix sorting of helpers from different pathsPiotr Sarnacki2012-05-281-0/+11
* Add `:escape` option for `truncate`Rafael Mendonça França2012-05-261-0/+5
* Update the documentation and add CHANGELOG entryRafael Mendonça França2012-05-261-0/+2
* Add several HTML5 input helpersCarlos Galdino2012-05-211-0/+3
* Add HTML5 input[type="color"] helperCarlos Galdino2012-05-211-0/+2
* Fix CHANGELOG order and add a brief description of the changes in theRafael Mendonça França2012-05-201-3/+3
* Return 400 Bad Request for URL paths with invalid encoding.Andrew White2012-05-201-0/+2
* Raise ActionController::BadRequest for malformed parameter hashes.Andrew White2012-05-201-0/+2
* Raise Assertion instead of RoutingError for routing assertion failures.David Chelimsky2012-05-201-0/+3
* Clarify grouped_options_for_select method API, add changelog entryCarlos Antonio da Silva2012-05-191-0/+4
* Add HTML5 input[type="time"] helperAlex Soulim2012-05-181-0/+2
* Removed old text_helper apis for highlight, excerpt and word_wrapJeremy Walker2012-05-171-0/+2
* Update actionpack/CHANGELOG.mdJosé Valim2012-05-171-0/+3
* Revert "Revert "Remove `:disable_with` in favor of `'data-disable-with'` opti...José Valim2012-05-151-0/+4
* Revert "Remove `:disable_with` in favor of `'data-disable-with'` option from ...José Valim2012-05-151-4/+0
* Remove `:disable_with` in favor of `'data-disable-with'` option from `submit_...Carlos Galdino + Rafael Mendonça França2012-05-141-0/+4
* Remove `:mouseover` option from `image_tag` helper.Rafael Mendonça França2012-05-131-1/+3
* `:include_blank` should be true if the size option is nilRafael Mendonça França2012-05-131-1/+1
* Merge pull request #6225 from acapilleri/select_with_required_true_include_fi...Rafael Mendonça França2012-05-131-0/+3
|\
| * Changed the changelog and documentation aboutAngelo Capilleri2012-05-131-0/+3
* | mispelling error in actionpach changelogangelo giovanni capilleri2012-05-121-1/+1
* | Copy literal route constraints to defaults - fixes #3571 and #6224.Andrew White2012-05-111-0/+5
|/
* Update actionpack/CHANGELOG.mdJosé Valim2012-05-061-1/+5
* Allows assert_redirected_to to accept a regular expressionAndy Lindeman2012-05-031-0/+2
* Add CHANGELOG entrySantiago Pastorino2012-05-021-0/+2
* Replace boolean argument with an options hash.Dmitriy Kiriyenko2012-04-301-0/+3
* Remove `button_to_function` and `link_to_function` helpersRafael Mendonça França2012-04-301-0/+2
* Add changelog entry and some docs for collection + layoutCarlos Antonio da Silva2012-04-291-0/+3
* Add changelog entry for jsonp mimetype change, fix failing testCarlos Antonio da Silva2012-04-291-0/+2
* Lazy load `default_form_builder` if it's passed as a stringPiotr Sarnacki2012-04-281-0/+2
* Merge session arg with existing session instead of overwritingAndrew White2012-04-281-0/+7
* Update Rails 3.2.3 release date in changelogs as March 30, 2012Michael de Silva2012-04-161-1/+1
* Add index method to FormBuilder. Useful when you use field_for and need to kn...Jorge Bejar2012-04-111-0/+2
* Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-301-0/+2
* config.action_view.embed_authenticity_token_in_remote_forms is true by defaultPiotr Sarnacki2012-03-281-0/+5
* Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-281-0/+2
* Update the guides and CHANGELOGRafael Mendonça França2012-03-171-2/+4
* Do not include the authenticity token in forms where remote: true as ajax for...David Heinemeier Hansson2012-03-141-0/+5
* Remove --http.José Valim2012-03-141-2/+0
* Add API apps CHANGELOG entrySantiago Pastorino2012-03-141-0/+2
* fix typo in AP CHANGELOG [ci skip]Vasiliy Ermolovich2012-03-131-1/+1
* add 'include_hidden' option to select tag, closes #5402Vasiliy Ermolovich2012-03-131-0/+2
* Documented the removal of size from text_field based helpers and cols, rows f...Philip Arndt2012-03-121-0/+4