aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* More typo fixesAkira Matsuda2013-11-272-2/+2
* Minor typo fixesAkira Matsuda2013-11-273-5/+5
* Use `set_backtrace` instead of `@backtrace` in ActionView errorShimpei Makimoto2013-11-161-0/+7
* Merge pull request #12760 from pseidemann/masterYves Senn2013-11-091-0/+5
|\
| * fix simple_format escapes own output when sanitize is set to truepseidemann2013-11-081-0/+5
* | Refactor File.expand_path usage to remove additional File.joinAlex Johnson2013-11-051-1/+1
|/
* Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* Convert CDATA input to string before gsub'ingCarsten Zimmermann2013-10-291-0/+4
* Merge pull request #10471 from andyw8/button_to_paramsRafael Mendonça França2013-10-241-0/+7
|\
| * Add params option for button_toAndy Waite2013-09-181-0/+7
* | Ensure the state is clean after one failureRafael Mendonça França2013-10-161-5/+4
* | Add 2 tests, 1 of which fails, to isolate the digest_caching behaviour causin...Brad Murray2013-10-151-0/+26
* | Moved viewpathstest into actionview/test/actionpack/controllerArun Agrawal2013-10-091-0/+0
* | FakeController is not required in AVArun Agrawal2013-10-091-35/+0
* | Use the given name in html_options for the hidden field in collection_check_b...Angel N. Sciortino2013-09-241-0/+7
* | Fix some edge cases for AV `select` helper with `:selected` optionBogdan Gusiev2013-09-231-0/+16
* | Ability to pass block to AV#select helperBogdan Gusiev2013-09-231-0/+15
* | handle `:namespace` form option in collection labelsVasiliy Ermolovich2013-09-221-0/+36
* | Merge pull request #12232 from claudiob/delete-unused-helper-fixturesSantiago Pastorino2013-09-204-16/+0
|\ \
| * | Remove unused AV helper fixtures from e10a2531claudiob2013-09-144-16/+0
* | | Bust the template digest cache key when details are changedDaniel Schierbeck2013-09-191-1/+29
* | | There's no need to do thisSantiago Pastorino2013-09-171-4/+1
|/ /
* | "generates" applies to "collection radio" so it should be singularWaynn Lue2013-09-121-2/+2
* | Merge pull request #12112 from adamniedzielski/fix-form-for-namespace-and-asRafael Mendonça França2013-09-121-0/+12
|\ \
| * | form_for - fix :namespace and :as options clashAdam Niedzielski2013-09-091-0/+12
* | | Merge pull request #11603 from jetthoughts/join_strings_instead_of_contactina...Rafael Mendonça França2013-09-121-0/+3
|\ \ \
| * | | Cleanup of excerpt helperPaul Nikitochkin2013-09-061-0/+3
| |/ /
* / / Remove helper fixtures not used in any testclaudiob2013-09-091-2/+0
|/ /
* | Fix failure with minitest 5.0.7Carlos Antonio da Silva2013-09-061-0/+1
* | Merge pull request #12143 from rajcybage/fixing_typosCarlos Antonio da Silva2013-09-051-1/+1
|\ \
| * | fix actionview and activemodel test cases typosRajarshi Das2013-09-051-1/+1
* | | Fix method name typosVipul A M2013-09-052-2/+2
|/ /
* | Merge pull request #11768 from cloudspace/cache_template_loadingRafael Mendonça França2013-08-271-2/+11
|\ \
| * | Only cache template digests if config.cache_template_loadingJosh Lauer2013-08-061-2/+11
* | | 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
|\ \ | |/ |/|