aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Deprecate `:mouseover` options for `image_tag` helper."Rafael Mendonça França2012-08-011-40/+8
* Revert "Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` op...Rafael Mendonça França2012-08-013-149/+52
* Fixed bug creating invalid HTML in select optionsRusty Geldmacher2012-07-101-0/+13
* It should also include text/css => Build FixArun Agrawal2012-06-161-1/+1
* Merge pull request #6752 from steveklabnik/fix_5680Rafael Mendonça França2012-06-161-3/+11
* Duplicate tests removed.Arun Agrawal2012-06-091-16/+0
* Fix asset tags for files with more than one dotPiotr Sarnacki2012-06-071-0/+6
* Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-06-052-19/+110
* Allow to use mounted helpers in ActionView::TestCasePiotr Sarnacki2012-06-011-0/+19
* Assets: don't add extension if other given and file existsSergey Nartimov2012-05-211-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
* Make sure that javascript_include_tag/stylesheet_link_tag methods inJorge Bejar2012-05-031-0/+6
* Deprecate link_to_function and button_to_function helpersRafael Mendonça França2012-04-301-12/+24
* 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
* 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-081-1/+1
* 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
* | Don't break Haml with textarea newline fix.James Coleman2012-03-271-6/+6
|/
* apply form_for namespace option to date_selectSergey Nartimov2012-03-261-0/+8
* Build fix for ruby1.8.7-358Arun Agrawal2012-03-191-8/+6
* Merge branch '3-2-2' into 3-2-stableAaron Patterson2012-03-011-1/+8
|\
| * Merge branch '3-2-stable-security' into 3-2-2Aaron Patterson2012-03-011-1/+8
| |\
| | * fix output safety issue with select optionsSergey Nartimov2012-02-201-1/+8
* | | Add a new line after the textarea opening tag.Rafael Mendonça França2012-02-272-37/+37
|/ /
* | format lookup for partials is derived from the format in which the template i...Santiago Pastorino2012-02-222-4/+8
* | Don't wrap the raise with ensureSantiago Pastorino2012-02-211-1/+1
* | Restore lookup formats to the previous value after searching for the failing ...Santiago Pastorino2012-02-211-1/+2
* | Fix some warnings on 3-2-stablekennyj2012-02-211-19/+22
|/
* Fix a failing testSantiago Pastorino2012-02-201-0/+2
* Use the right format when a partial is missing.Santiago Pastorino2012-02-201-0/+7
* Reset memoized hash keys when new entry addedChris Kelly2012-02-201-0/+6
* don't set the hidden checkbox value if it's nilDamien Mathieu2012-01-271-0/+8
* check_box helper with :disabled => true generates disabled hidden field. fixe...Tadas Tamošauskas2012-01-271-4/+3
* Merge pull request #4639 from joevandyk/datetime-infinity-select-fixAaron Patterson2012-01-241-0/+12
|\
| * datetime_select should work with -/+ infinity datesJoe Van Dyk2012-01-241-0/+12