aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* Fix date_select option overwriting html classesIzumi Wong-Horiuchi2014-03-241-0/+16
* Digestor should just rely on the finder to know about the format and the vari...David Heinemeier Hansson2014-03-211-10/+7
* fix `number_to_percentage` with `Float::NAN`, `Float::INFINITY`.Yves Senn2014-03-171-0/+3
* Merge pull request #12662 from nashby/include-hidden-collectionRafael Mendonça França2014-03-151-0/+7
|\
| * add include_hidden option to collection_check_boxes helperVasiliy Ermolovich2013-10-271-0/+7
* | Clarify AV::Digestor.digest method signature docs and deprecation warningJeremy Kemper2014-03-151-2/+2
* | Fix the resolver cache and stop mutating the lookup_contextRafael Mendonça França2014-03-142-21/+0
* | Introduce #with_formats_and_variants to prevent problems with mutating finder...Łukasz Strzałkowski2014-03-142-0/+21
* | Add mocked disable_cache for FixtureFinderŁukasz Strzałkowski2014-03-141-0/+4
* | Set format in finderŁukasz Strzałkowski2014-03-141-3/+8
* | Ensure LookupContext in Digestor selects correct variantPiotr Chmolowski2014-03-094-3/+21
* | Variants in ActionView::DigestorPiotr Chmolowski2014-03-042-8/+42
* | fixes default attributes for button_tagSergey Prikhodko2014-03-031-0/+5
* | refactor, with_locale is not needed because I18n is mocked.Yves Senn2014-02-241-7/+5
* | Fix ActionView label translation for more than 10 nested elementsVladimir Krylov2014-02-241-0/+14
* | refactor, extract `with_locale` helper.Yves Senn2014-02-241-87/+79
* | Use the reference for the mime type to get the formatRafael Mendonça França2014-02-182-0/+34
* | Merge branch '4-1-0-beta2'Rafael Mendonça França2014-02-181-0/+39
|\ \
| * | Escape format, negative_format and units options of number helpersRafael Mendonça França2014-02-181-0/+39
* | | Fix a fragile test on `action_view/render`Prem Sichanugrist2014-02-181-1/+1
* | | implements new option :month_format_string for date select helpers [Closes #1...Xavier Noria2014-02-151-0/+10
* | | Added tests to render helper that expect `render partial: @foo` toIain Beeston2014-02-122-0/+11
* | | Adding an documentation example and a test to button_to with pathAttila Domokos2014-02-021-0/+7
* | | Rails config for raise on missing translationsKassio Borges2014-01-271-0/+10
* | | Merge pull request #13414 from britto/jb-fix-dependency-matchingRafael Mendonça França2014-01-161-4/+110
|\ \ \
| * | | Avoid scanning multiple render calls as a single match.João Britto2014-01-091-4/+26
| * | | Improve ERB dependency detection.João Britto2014-01-091-4/+88
* | | | "serie" => "series"Waynn Lue2014-01-131-2/+2
* | | | standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-0/+8
|/ / /
* | | Switched to use `display:none` in extra_tags_for_form method.Gaelian Ditchburn2014-01-053-3/+3
* | | Unused class in AV testAkira Matsuda2013-12-251-2/+0
* | | Unused classes in AV testsAkira Matsuda2013-12-243-18/+0
* | | Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-192-6/+6
* | | Merge pull request #13363 from kuldeepaggarwal/f-video-optionsGuillermo Iguaran2013-12-171-1/+1
|\ \ \ | |/ / |/| |
| * | allow video_tag to accept `size` as `Number` for square shaped videosKuldeep Aggarwal2013-12-181-1/+1
* | | Fix integration test to pass same-origin verificationJeremy Kemper2013-12-171-1/+1
|/ /
* | Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
* | test description uses "disable" when it should be "disabled"Waynn Lue2013-12-111-1/+1
* | value is "disabled" not "disable"Waynn Lue2013-12-111-1/+1
* | Merge pull request #13059 from imkmf/cycle-accepts-arrayRafael Mendonça França2013-12-061-0/+7
|\ \
| * | A Cycle object should accept an array and cycle through it as it wouldKristian Freeman2013-12-061-0/+7
* | | Label only accepts `:index` and `:namespace` attributes from the inputAndriel Nuernberg2013-12-052-0/+72
* | | Merge pull request #13189 from strzalek/retain-ap-av-depJeremy Kemper2013-12-051-2/+0
|\ \ \
| * | | Retain ActionPack dependency on ActionViewŁukasz Strzałkowski2013-12-051-2/+0
* | | | Escalate missing error when :raise is trueShota Fukumori (sora_h)2013-12-051-0/+6
* | | | Added \u2028 \u2029 to json_escapeGodfrey Chan2013-12-041-1/+2
* | | | Use lower case letters in unicodes sequences to match the new encoder's outputGodfrey Chan2013-12-041-3/+3
* | | | Added failing test for json_escape striping quotation marksGodfrey Chan2013-12-041-0/+45
* | | | Fix issue where TextHelper#simple_format was calling missing 'raw' methodMario Visic2013-12-051-0/+5
|/ / /
* | | Action Pack VariantsŁukasz Strzałkowski2013-12-042-3/+8