| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow use of assert_template with the :file option. | Justin Coyne | 2013-03-01 | 1 | -0/+1 |
* | partials inside directory work with `assert_template` | Yves Senn | 2013-02-04 | 1 | -1/+1 |
* | descriptive `assert_template` error when partial wasn't rendered | Yves Senn | 2013-02-04 | 1 | -0/+4 |
* | Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec | Rafael Mendonça França | 2012-12-31 | 1 | -3/+0 |
* | refactor `ActionView::TestCase` internals to track rendered locals | Yves Senn | 2012-10-11 | 1 | -11/+29 |
* | recognizes when a partial was rendered twice. Closes #3675 | Yves Senn | 2012-10-11 | 1 | -5/+8 |
* | prefix TemplateAssertions ivars (#7459) | Yves Senn | 2012-10-01 | 1 | -3/+3 |
* | Fix tests broken by adding a new instance variable to view test cases | Jeremy Kemper | 2012-09-27 | 1 | -0/+1 |
* | Adds missing dependency to ActionView::TestCase::Behavior | Andy Lindeman | 2012-09-26 | 1 | -0/+2 |
* | Support helper tests using spec DSL | Mike Moore | 2012-09-24 | 1 | -4/+3 |
* | Register helper and view tests for minitest's spec DSL | Mike Moore | 2012-09-24 | 1 | -0/+3 |
* | Don't require action_dispatch in ActionView::UrlHelpers | Piotr Sarnacki | 2012-08-28 | 1 | -0/+1 |
* | Move ActionController::RecordIdentifier to ActionView | Piotr Sarnacki | 2012-08-28 | 1 | -1/+1 |
* | load active_support/core_ext/module/delegation in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | load active_support/core_ext/object/blank in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Allow to use mounted helpers in ActionView::TestCase | Piotr Sarnacki | 2012-06-01 | 1 | -1/+2 |
* | Revert usage of safe constantize | José Valim | 2012-01-26 | 1 | -1/+3 |
* | Move render_to_body logic to return a spaced string to AC::Rendering | Carlos Antonio da Silva | 2012-01-17 | 1 | -2/+0 |
* | instance_variables method returns symbols in 1.9 ruby | Sergey Nartimov | 2012-01-07 | 1 | -26/+26 |
* | Merge pull request #3196 from avakhov/patch-am-av-tests-2 | José Valim | 2011-10-09 | 1 | -1/+6 |
|\ |
|
| * | normalize arg for ActionView::TestCase tests method | Alexey Vakhov | 2011-10-03 | 1 | -1/+6 |
* | | missed underscore in AV::TestCase helper_method documentation | Alexey Vakhov | 2011-10-03 | 1 | -1/+1 |
|/ |
|
* | Use safe_constantize where possible. | José Valim | 2011-09-23 | 1 | -3/+1 |
* | removed deprecated methods, and related tests, from ActionPack | Josh Kalderimis | 2011-05-24 | 1 | -6/+0 |
* | Use remove possible method here. | José Valim | 2011-05-04 | 1 | -1/+2 |
* | Move prefixes to view paths as they are now a lookup context dependency. | José Valim | 2011-05-04 | 1 | -0/+2 |
* | Remove dependency from _template. | José Valim | 2011-05-01 | 1 | -3/+13 |
* | renames response_from_page_or_rjs -> response_from_page, and extracts the RJS... | Xavier Noria | 2011-04-13 | 1 | -1/+1 |
* | test/unit in ruby trunk adds a new instance variable. YAY! | Aaron Patterson | 2011-03-08 | 1 | -0/+1 |
* | minitest added @__io__, so we should ignore it too | Aaron Patterson | 2011-01-17 | 1 | -0/+1 |
* | Reuse the view_context from the controller, this make the test environment mo... | Santiago Pastorino | 2011-01-12 | 1 | -4/+1 |
* | Allow view in AV::TestCase to access it's controller helpers methods | Santiago Pastorino | 2011-01-12 | 1 | -0/+1 |
* | two argument String#slice is faster than single argument, also avoid creating... | Aaron Patterson | 2010-10-03 | 1 | -1/+1 |
* | PERF: Hash[] + map is faster than this silly inject, and var[1..-1] is faster... | Santiago Pastorino | 2010-10-03 | 1 | -3/+3 |
* | Rename _assigns to view_assigns in AV::TC | David Chelimsky | 2010-10-03 | 1 | -9/+21 |
* | Revert "Perf: refactor _assign method to avoid inject and defining unneeded l... | José Valim | 2010-10-02 | 1 | -1/+5 |
* | Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo... | José Valim | 2010-09-29 | 1 | -11/+11 |
* | Don't define _test_case method if already defined. | Emilio Tagua | 2010-09-28 | 1 | -2/+4 |
* | Remove method previous method if already defined. | Emilio Tagua | 2010-09-27 | 1 | -0/+1 |
* | Refactor decode_credentials to avoid inject and use map instead. | Emilio Tagua | 2010-09-22 | 1 | -1/+1 |
* | Perf: refactor _assign method to avoid inject and defining unneeded local var. | Emilio Tagua | 2010-09-22 | 1 | -5/+1 |
* | Allow view helper's #initialize method to be called. [#5061 state:resolved] | Carl Lerche | 2010-09-13 | 1 | -1/+5 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | Moved PolymorphicRoutes to ActionDispatch::Routing | Piotr Sarnacki | 2010-07-20 | 1 | -1/+1 |
* | Unify routes naming by renaming router to routes | Piotr Sarnacki | 2010-07-02 | 1 | -5/+5 |
* | Convert instance_variables to symbols before excluding internal vars [#4965 s... | rohit | 2010-06-28 | 1 | -1/+1 |
* | Expose view via the view() method in AV::TestCase::Behavior | David Chelimsky | 2010-06-23 | 1 | -5/+8 |
* | In ActionView::TestCase::Behavior, assign variables right before | David Chelimsky | 2010-06-23 | 1 | -1/+2 |
* | update the list of instance variables that are excluded from assigns in view ... | David Chelimsky | 2010-06-22 | 1 | -9/+10 |
* | Add support for specifying locals in view tests with assert template [#4927 s... | David Chelimsky | 2010-06-22 | 1 | -0/+15 |