aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/test_case_test.rb
Commit message (Expand)AuthorAgeFilesLines
* instance_variables method returns symbols in 1.9 rubySergey Nartimov2012-01-071-1/+1
* config should always be an AS::InheritableOptions object. Closes #1992Santiago Pastorino2011-07-081-0/+4
* removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-241-16/+0
* Move prefixes to view paths as they are now a lookup context dependency.José Valim2011-05-041-0/+4
* fixing space errorsAaron Patterson2011-01-171-1/+1
* Allow view in AV::TestCase to access it's controller helpers methodsSantiago Pastorino2011-01-121-0/+21
* Rename _assigns to view_assigns in AV::TCDavid Chelimsky2010-10-031-0/+31
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-3/+3
* Allow view helper's #initialize method to be called. [#5061 state:resolved]Carl Lerche2010-09-131-0/+13
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-2/+2
* Change reference to Test::Unit::AssertionFailedError to the generic ActiveSup...David Trasbo2010-06-261-1/+1
* Expose view via the view() method in AV::TestCase::BehaviorDavid Chelimsky2010-06-231-12/+16
* In ActionView::TestCase::Behavior, assign variables right beforeDavid Chelimsky2010-06-231-0/+9
* Add support for specifying locals in view tests with assert template [#4927 s...David Chelimsky2010-06-221-2/+16
* Support render_template in view tests. Useful for specifying whichDavid Chelimsky2010-06-201-0/+8
* Memoize the object returned by _view in ActionView::TestCase::BehaviorDavid Chelimsky2010-06-081-0/+4
* In AV::TC, move protect_against_forgery? from the test_case to theDavid Chelimsky2010-06-031-0/+15
* reorganize tests for AV::TCDavid Chelimsky2010-06-031-140/+138
* Support configuration of controller.controller_path on instances ofDavid Chelimsky2010-05-261-2/+2
* Move AV::TC to AV::TC::Behavior [#4678 state:resolved]David Chelimsky2010-05-241-0/+14
* Consistent routing languageJoshua Peek2010-03-301-1/+1
* remove_method is privateCarlhuda2010-03-041-2/+2
* Safely cleans up a test to avoid relying on a particular test orderwycats2010-03-041-10/+23
* WIP: Remove the global routerCarlhuda2010-02-251-1/+1
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* Use new routing dsl in testsJoshua Peek2009-12-081-2/+2
* Share ActionView::TestCase's output_buffer with view for concat support.Chris Hapgood2009-11-071-0/+5
* Make some assertions in the ActionView::TestCase tests actually do something.Chris Hapgood2009-11-071-4/+4
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-031-0/+172