aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Deprecate `:disable_with` for `button_tag` tooCarlos Galdino + Rafael Mendonça França2012-05-145-9/+20
* Fix typoCarlos Galdino + Rafael Mendonça França2012-05-143-10/+10
* Deprecate `:disable_with` in favor of `'data-disable-with'` option for `butto...Carlos Galdino + Rafael Mendonça França2012-05-145-31/+54
* Deprecate `:mouseover` options for `image_tag` helper.Rafael Mendonça França2012-05-133-8/+44
* Merge pull request #3237 from sakuro/data-url-schemeRafael Mendonça França2012-05-133-3/+4
* Upgrade sprockets to 2.1.3Guillermo Iguaran2012-05-131-1/+1
* Don't ignore nil positional arguments for url helpers - fixes #6196.Andrew White2012-05-102-1/+35
* Refactor the handling of default_url_options in integration testsAndrew White2012-05-102-7/+104
* Merge pull request #6149 from jmbejar/javascript_include_tag_with_not_duplicatesSantiago Pastorino2012-05-092-2/+8
|\
| * Make sure that javascript_include_tag/stylesheet_link_tag methods inJorge Bejar2012-05-032-2/+8
* | If content_type is explicitly passed to the :head method use the value or fal...Kunal Shah2012-05-071-1/+2
* | Add failing test re #3436 which demonstrates content_type is not respected wh...Kunal Shah2012-05-071-0/+21
* | Add a role option to wrap_parameters.Nick Ragaz2012-05-042-4/+18
|/
* Reset the request parameters after a constraints checkAndrew White2012-05-033-0/+25
* Fix #3993 assets:precompile task does not detect index filesDmitry Vorotilin2012-05-011-0/+3
* fix the Flash middleware loading the session on every request (very dangerous...Will Bryant2012-04-302-7/+3
* Add note about using 303 See Other for XHR requests other than GET/POSTAndrew White2012-04-301-0/+10
* Add CHANGELOG entry.Rafael Mendonça França2012-04-301-1/+6
* Deprecate link_to_function and button_to_function helpersRafael Mendonça França2012-04-302-12/+28
* Add missing require when helpers are used in isolationRafael Mendonça França2012-04-301-0/+1
* Restore interpolation of path option in redirect routesAndrew White2012-04-292-1/+50
* Add missing require from b608cdd64c95d0d16eb98d86562e22f3b01be9e3Andrew White2012-04-291-0/+1
* Escape interpolated params when redirecting - fixes #5688Andrew White2012-04-292-1/+34
* Remove warning of unused variableRafael Mendonça França2012-04-291-1/+1
* Fix the build.Rafael Mendonça França2012-04-291-2/+2
* Don't convert params if the request isn't HTML - fixes #5341Andrew White2012-04-292-8/+58
* Lazy load `default_form_builder` if it's passed as a stringPiotr Sarnacki2012-04-283-1/+26
* Do not mutate options hashCarlos Antonio da Silva2012-04-272-2/+8
* fix number_to_human docs [ci skip]Vijay Dev2012-04-261-2/+2
* Fix broken test from the earlier merge conflictPrem Sichanugrist2012-04-231-9/+11
* Merge pull request #5866 from tiegz/minor_fixes_3-2-stableAaron Patterson2012-04-232-42/+27
|\
| * converting some tests to assert_raises, and DRY'ing retrieve_variable changesTieg Zaharia2012-04-162-47/+23
| * catch nil.to_sym errors in partial_renderer, and raise ArgumentError insteadTieg Zaharia2012-04-162-1/+10
* | Updated other README to point 3-2-stableArun Agrawal2012-04-231-1/+1
|/
* default_url_options does not receive one argument anymoreRafael Mendonça França2012-04-082-2/+2
* Fix the redirect when it receive blocks with arity of 1.Rafael Mendonça França2012-03-312-1/+17
* Merge branch '3-2-3' into 3-2-stableSantiago Pastorino2012-03-302-1/+5
|\
| * Bump up to 3.2.3Santiago Pastorino2012-03-301-1/+1
| * Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-303-0/+10
| * Bumping to 3.2.3.rc2Santiago Pastorino2012-03-291-1/+1
| * Add missing CHANGELOG entrySantiago Pastorino2012-03-291-0/+2
| * Add missing CHANGELOG entrySantiago Pastorino2012-03-291-0/+2
| * Set proper rendered_format when doing render :inlineSantiago Pastorino2012-03-282-2/+3
| * Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-282-17/+23
| * Merge pull request #5633 from drogus/embed-auth-token-in-remote-formsSantiago Pastorino2012-03-284-14/+74
| * Merge pull request #5619 from jcoleman/textarea-newline-fix-breaks-hamlSantiago Pastorino2012-03-273-8/+12
* | Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-303-0/+10
* | Set proper rendered_format when doing render :inlineSantiago Pastorino2012-03-282-2/+3
* | Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-282-17/+23
* | Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-284-14/+74