aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Strip [nil] from parameters hash.Aaron Patterson2012-05-301-1/+6
* Assets: don't add extension if other given and file existsSergey Nartimov2012-05-212-0/+3
* Fixed tag_helper data-attribute bug with BigDecimalsBodacious2012-05-201-2/+2
* Use right option for excerpt text helper in tests, fix buildCarlos Antonio da Silva2012-05-191-8/+8
* Merge pull request #5020 from KL-7/fix-blank-image_tag-sourceJosé Valim2012-05-181-0/+1
* Deprecate old APIs for highlight, excerpt and word_wrapJeremy Walker2012-05-181-36/+45
* Deprecate `:disable_with` for `button_tag` tooCarlos Galdino + Rafael Mendonça França2012-05-142-6/+15
* Fix typoCarlos Galdino + Rafael Mendonça França2012-05-141-8/+8
* Deprecate `:disable_with` in favor of `'data-disable-with'` option for `butto...Carlos Galdino + Rafael Mendonça França2012-05-142-25/+37
* Deprecate `:mouseover` options for `image_tag` helper.Rafael Mendonça França2012-05-131-8/+40
* Merge pull request #3237 from sakuro/data-url-schemeRafael Mendonça França2012-05-131-1/+2
* Don't ignore nil positional arguments for url helpers - fixes #6196.Andrew White2012-05-101-0/+34
* Refactor the handling of default_url_options in integration testsAndrew White2012-05-101-0/+80
* Merge pull request #6149 from jmbejar/javascript_include_tag_with_not_duplicatesSantiago Pastorino2012-05-091-0/+6
|\
| * Make sure that javascript_include_tag/stylesheet_link_tag methods inJorge Bejar2012-05-031-0/+6
* | 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-041-2/+15
|/
* Reset the request parameters after a constraints checkAndrew White2012-05-031-0/+19
* Deprecate link_to_function and button_to_function helpersRafael Mendonça França2012-04-301-12/+24
* Restore interpolation of path option in redirect routesAndrew White2012-04-291-1/+40
* Escape interpolated params when redirecting - fixes #5688Andrew White2012-04-291-0/+28
* 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-291-2/+40
* Lazy load `default_form_builder` if it's passed as a stringPiotr Sarnacki2012-04-281-0/+17
* Do not mutate options hashCarlos Antonio da Silva2012-04-271-0/+6
* Fix broken test from the earlier merge conflictPrem Sichanugrist2012-04-231-9/+11
* converting some tests to assert_raises, and DRY'ing retrieve_variable changesTieg Zaharia2012-04-161-46/+22
* catch nil.to_sym errors in partial_renderer, and raise ArgumentError insteadTieg Zaharia2012-04-161-0/+9
* 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-311-0/+15
* Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-301-0/+7
* Set proper rendered_format when doing render :inlineSantiago Pastorino2012-03-281-0/+1
* Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-281-16/+22
* Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-281-6/+48
* Merge pull request #5622 from rafaelfranca/fix-2492-3-2Jeremy Kemper2012-03-271-0/+35
|\
| * Check if the options hash already exists and merge it with the anotherRafael Mendonça França2012-03-271-6/+19
| * Fixing issue #2492. ActionView::Base.field_error_proc doesn't call for label.Andrey Samsonov2012-03-271-0/+22
* | Merge pull request #5619 from jcoleman/textarea-newline-fix-breaks-hamlSantiago Pastorino2012-03-271-6/+6
|\ \ | |/ |/|
| * Don't break Haml with textarea newline fix.James Coleman2012-03-271-6/+6
* | If partial is rendered in controller, grab format from templatePiotr Sarnacki2012-03-272-0/+14
|/
* apply form_for namespace option to date_selectSergey Nartimov2012-03-261-0/+8
* Build fix for ruby1.8.7-358Arun Agrawal2012-03-192-9/+7
* Add missing test for #5308Piotr Sarnacki2012-03-173-0/+15
* Fix #5440 - multiple render_to_string breaks partials formatsPiotr Sarnacki2012-03-175-0/+30
* Merge pull request #5457 from brianmario/typo-fixAaron Patterson2012-03-151-1/+1
* Merge pull request #5456 from brianmario/redirect-sanitizationAaron Patterson2012-03-151-0/+20
* Merge pull request #5338 from mreinsch/3-2-static_invalid_byte_sequenceAaron Patterson2012-03-151-0/+4
|\
| * fix ArgumentError being raised in case of invalid byte sequencesMichael Reinsch2012-03-081-0/+4
* | Remove ActionController::TestCase#rescue_action_in_public!Piotr Sarnacki2012-03-151-5/+0