aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Refactor the handling of default_url_options in integration testsAndrew White2012-05-101-7/+24
* Merge pull request #6149 from jmbejar/javascript_include_tag_with_not_duplicatesSantiago Pastorino2012-05-091-2/+2
|\
| * Make sure that javascript_include_tag/stylesheet_link_tag methods inJorge Bejar2012-05-031-2/+2
* | If content_type is explicitly passed to the :head method use the value or fal...Kunal Shah2012-05-071-1/+2
* | Add a role option to wrap_parameters.Nick Ragaz2012-05-041-2/+3
|/
* Reset the request parameters after a constraints checkAndrew White2012-05-032-0/+6
* 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
* Deprecate link_to_function and button_to_function helpersRafael Mendonça França2012-04-301-0/+4
* 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-291-0/+10
* Add missing require from b608cdd64c95d0d16eb98d86562e22f3b01be9e3Andrew White2012-04-291-0/+1
* Escape interpolated params when redirecting - fixes #5688Andrew White2012-04-291-1/+6
* Don't convert params if the request isn't HTML - fixes #5341Andrew White2012-04-291-6/+18
* Lazy load `default_form_builder` if it's passed as a stringPiotr Sarnacki2012-04-281-1/+7
* Do not mutate options hashCarlos Antonio da Silva2012-04-271-2/+2
* fix number_to_human docs [ci skip]Vijay Dev2012-04-261-2/+2
* converting some tests to assert_raises, and DRY'ing retrieve_variable changesTieg Zaharia2012-04-161-1/+1
* catch nil.to_sym errors in partial_renderer, and raise ArgumentError insteadTieg Zaharia2012-04-161-1/+1
* Fix the redirect when it receive blocks with arity of 1.Rafael Mendonça França2012-03-311-1/+2
* Merge branch '3-2-3' into 3-2-stableSantiago Pastorino2012-03-301-1/+1
|\
| * Bump up to 3.2.3Santiago Pastorino2012-03-301-1/+1
| * Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-301-0/+1
| * Bumping to 3.2.3.rc2Santiago Pastorino2012-03-291-1/+1
| * Set proper rendered_format when doing render :inlineSantiago Pastorino2012-03-281-2/+2
| * Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-281-1/+1
| * Merge pull request #5633 from drogus/embed-auth-token-in-remote-formsSantiago Pastorino2012-03-282-8/+24
| * Merge pull request #5619 from jcoleman/textarea-newline-fix-breaks-hamlSantiago Pastorino2012-03-272-2/+6
* | Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-301-0/+1
* | Set proper rendered_format when doing render :inlineSantiago Pastorino2012-03-281-2/+2
* | Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-281-1/+1
* | Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-282-8/+24
* | Merge pull request #5622 from rafaelfranca/fix-2492-3-2Jeremy Kemper2012-03-271-2/+3
|\ \
| * | Check if the options hash already exists and merge it with the anotherRafael Mendonça França2012-03-271-10/+5
| * | Fixing issue #2492. ActionView::Base.field_error_proc doesn't call for label.Andrey Samsonov2012-03-271-2/+8
* | | Merge pull request #5619 from jcoleman/textarea-newline-fix-breaks-hamlSantiago Pastorino2012-03-272-2/+6
|\ \ \ | |_|/ |/| |
| * | Don't break Haml with textarea newline fix.James Coleman2012-03-272-2/+6
* | | Bumping to 3.2.3.rc1Santiago Pastorino2012-03-271-2/+2
| |/ |/|
* | If partial is rendered in controller, grab format from templatePiotr Sarnacki2012-03-271-2/+8
* | Merge pull request #5597 from carlosantoniodasilva/fix-build-3-2José Valim2012-03-261-1/+1
|\ \ | |/ |/|
| * Return the same session data object when setting session idCarlos Antonio da Silva2012-03-241-1/+1
* | apply form_for namespace option to date_selectSergey Nartimov2012-03-261-1/+4
|/
* Fix GH #5411. When precompiling, params method is undefined.kennyj2012-03-221-1/+1
* We dont need to merge in the parameters as thats all being reset by the rack ...David Heinemeier Hansson2012-03-201-1/+0
* Fix #5440 - multiple render_to_string breaks partials formatsPiotr Sarnacki2012-03-171-0/+1
* Merge pull request #5456 from brianmario/redirect-sanitizationAaron Patterson2012-03-152-2/+2
* Merge pull request #5338 from mreinsch/3-2-static_invalid_byte_sequenceAaron Patterson2012-03-151-0/+1
|\
| * fix ArgumentError being raised in case of invalid byte sequencesMichael Reinsch2012-03-081-0/+1
* | Remove ActionController::TestCase#rescue_action_in_public!Piotr Sarnacki2012-03-151-5/+0