aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Add CHANGELOG entry.Rafael Mendonça França2012-04-301-1/+6
* Lazy load `default_form_builder` if it's passed as a stringPiotr Sarnacki2012-04-281-0/+2
* Merge branch '3-2-3' into 3-2-stableSantiago Pastorino2012-03-301-0/+4
|\
| * Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-301-0/+2
| * Add missing CHANGELOG entrySantiago Pastorino2012-03-291-0/+2
| * Add missing CHANGELOG entrySantiago Pastorino2012-03-291-0/+2
| * Merge pull request #5633 from drogus/embed-auth-token-in-remote-formsSantiago Pastorino2012-03-281-0/+2
* | Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-301-0/+2
* | Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-281-0/+2
|/
* Do not include the authenticity token in forms where remote: true as ajax for...David Heinemeier Hansson2012-03-141-0/+2
* Fix my name in the CHANGELOG to follow the conventionRafael Mendonça França2012-03-091-3/+4
* changelog updates [ci skip]Vijay Dev2012-03-091-0/+11
* Turn off verbose mode of rack-cache, we still have X-Rack-Cache to check that...Santiago Pastorino2012-03-031-0/+3
* Add CHANGELOG entrySantiago Pastorino2012-03-021-0/+6
* Fix CHANGELOGSantiago Pastorino2012-02-221-2/+2
* Add CHANGELOG entrySantiago Pastorino2012-02-221-0/+2
* Add CHANGELOG entrySantiago Pastorino2012-02-211-0/+2
* Fix override API response bug in respond_withPrem Sichanugrist2012-02-031-0/+2
* Merge check box fixes from remote-tracking branch 'cantonio/checkbox-hidden-b...José Valim2012-01-271-0/+6
|\
| * check_box helper with :disabled => true generates disabled hidden field. fixe...Tadas Tamošauskas2012-01-271-0/+4
|/
* CHANGELOG revision for v3.2.1Xavier Noria2012-01-261-0/+9
* Preparing for 3.2.0 releaseDavid Heinemeier Hansson2012-01-201-1/+1
* Update CHANGELOGJosé Valim2012-01-191-2/+0
* Update CHANGELOG and docs for config.assets.loggerGuillermo Iguaran2012-01-181-0/+2
* Update changelogCarlos Antonio da Silva2012-01-171-1/+16
* Add option to configure Sprockets loggerRafael Mendonça França2012-01-171-0/+2
* Use a BodyProxy instead of including a Module that responds to close.Santiago Pastorino2012-01-131-0/+4
* Add CHANGELOG entrySantiago Pastorino2012-01-101-0/+2
* Add font_path helper methodSantiago Pastorino2012-01-031-0/+2
* Add CHANGELOG entrySantiago Pastorino2011-12-281-0/+2
* Update CHANGELOGs.José Valim2011-12-241-0/+2
* Update CHANGELOGs and guides.José Valim2011-12-161-0/+2
* Show detailed exceptions no longer returns true if the request is local in pr...José Valim2011-12-161-2/+2
* Fix diagnostics page for routing errors.José Valim2011-12-151-2/+2
* Added :use_two_digit_numbers option [Lennart Fridén & Kim Persson]Lennart Fridén2011-12-111-0/+3
* Add button_tag support to ActionView::Helpers::FormBuilder.Will Farrington2011-12-111-0/+10
* Make ActiveSupport::Benchmarkable a default module for ActionController::Base...David Heinemeier Hansson2011-12-091-0/+2
* Deprecate implicit layout lookup in favor of inheriting the _layout config.José Valim2011-12-091-0/+13
* Add information to the changelog about the changes to ActionController::Param...Jean-Francois Turcot2011-12-081-0/+5
* Allow layout fallback when using `layout` methodPrem Sichanugrist2011-12-061-0/+10
* Sync AP CHANGELOG with 3-1-stableSantiago Pastorino2011-12-061-0/+8
* form_for with +:as+ option uses "action_as" as css class and idVasiliy Ermolovich2011-12-041-0/+12
* Merge branch 'exceptions' with the following features:José Valim2011-12-011-0/+2
|\
| * Allow rescue responses to be configured through a railtie.José Valim2011-12-011-0/+2
* | Allow fresh_when/stale? to take a record instead of an options hash [DHH]David Heinemeier Hansson2011-12-011-0/+2
|/
* Update CHANGELOG.José Valim2011-12-011-1/+3
* Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a...José Valim2011-11-301-0/+2
* update CHANGELOGVasiliy Ermolovich2011-11-281-0/+10
* deprecation warning, changelog entrylest2011-11-221-0/+4
* Don't html-escape the :count option to translate if it's a Numeric. Fixes #3685.Jon Leighton2011-11-191-0/+7