aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* Move abstract's controller tests to AVŁukasz Strzałkowski2013-08-2521-0/+917
* Move actionpack's controller testsŁukasz Strzałkowski2013-08-253-11/+11
* Move AP's capture tests to AVŁukasz Strzałkowski2013-08-251-0/+81
* Move remaining layouts tests to AVŁukasz Strzałkowski2013-08-2517-0/+288
* Split rendering tests between AP & AVŁukasz Strzałkowski2013-08-251-248/+13
* Move render_test to AVŁukasz Strzałkowski2013-08-2592-0/+1722
* Do not load AV inside APŁukasz Strzałkowski2013-08-251-0/+1
* Don not require AC::CachingŁukasz Strzałkowski2013-08-251-1/+0
* Remove ApplicationController & RoutingTestHelpersŁukasz Strzałkowski2013-08-251-9/+0
* Remove unused ActionDispatch::RoutingVerbsŁukasz Strzałkowski2013-08-251-15/+1
* Remove unused in AV fixture-controllersŁukasz Strzałkowski2013-08-251-29/+0
* Load AV::Layouts dynamicly via railtiesŁukasz Strzałkowski2013-08-251-0/+2
* Fix AV tests, I18nProxy was moved to AVŁukasz Strzałkowski2013-08-251-1/+1
* Move view_paths from AP to AVŁukasz Strzałkowski2013-08-253-0/+176
* Remove privatizing of Fixnum#/ from assert_distance_of_time_in_wordsAlex Tambellini2013-08-051-5/+7
* Merge pull request #11743 from gaurish/tmp-magicGuillermo Iguaran2013-08-051-0/+0
|\
| * Add tmp dir in actionview/test/Gaurish Sharma2013-08-051-0/+0
* | Add "extname" option to javascript_include_tagNathan Stitt2013-08-031-0/+7
|/
* Make current_page? compare binary stringsRafael Mendonça França2013-08-011-0/+8
* Fix `current_page?` when the URL contains escaped charactersRafael Mendonça França2013-08-011-0/+13
* text_area should handle nil value option like text_fieldJoel Cogen2013-07-241-0/+7
* add support for html attributes to grouped_options_for_selectVasiliy Ermolovich2013-07-201-0/+10
* Fix test name typosVipul A M2013-07-191-2/+2
* Fix default rendered format problem when calling render method without :conte...kennyj2013-07-151-0/+5
* Merge pull request #11348 from sanemat/fix/link-to-blockRafael Mendonça França2013-07-071-0/+7
|\
| * Fix link_to with block and url_hashsanemat2013-07-071-0/+7
* | Fix "Stack Level Too Deep" error when rendering recursive partialsRafael Mendonça França2013-07-073-0/+27
* | Added an `enforce_utf8` hash option for `form_tag` methodTakayuki Matsubara2013-07-071-1/+16
|/
* Remove action view test duplicationsanemat2013-07-071-3/+0
* Remove `FormBuilder` deprecation warning about block argument and associated ...Vipul A M2013-07-021-12/+0
* fetch value(s) from stringified optionsJon Rowe2013-06-291-0/+17
* Remove passing the prompt to grouped_options_for_select as an argument, becau...kennyj2013-06-281-17/+0
* Check if malformed fixture exists firstŁukasz Strzałkowski2013-06-201-0/+1
* Restore mistakenly removed malformed file fixturesŁukasz Strzałkowski2013-06-205-0/+5
* Fix digestor testsŁukasz Strzałkowski2013-06-201-1/+2
* Copy company test fixture to AV (fixes failing test)Łukasz Strzałkowski2013-06-201-0/+9
* Remove unneeded test fixtures in AVPiotr Sarnacki2013-06-20129-277/+0
* Remove unneeded filesPiotr Sarnacki2013-06-205-38/+0
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-20349-0/+17643