aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Moved PolymorphicRoutes to ActionDispatch::RoutingPiotr Sarnacki2010-07-201-1/+1
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-5/+5
* Convert instance_variables to symbols before excluding internal vars [#4965 s...rohit2010-06-281-1/+1
* Expose view via the view() method in AV::TestCase::BehaviorDavid Chelimsky2010-06-231-5/+8
* In ActionView::TestCase::Behavior, assign variables right beforeDavid Chelimsky2010-06-231-1/+2
* update the list of instance variables that are excluded from assigns in view ...David Chelimsky2010-06-221-9/+10
* Add support for specifying locals in view tests with assert template [#4927 s...David Chelimsky2010-06-221-0/+15
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-0/+1
|\
| * Support render_template in view tests. Useful for specifying whichDavid Chelimsky2010-06-201-0/+1
* | Final touches and fixes.Rizwan Reza2010-06-211-0/+1
|/
* Memoize the object returned by _view in ActionView::TestCase::BehaviorDavid Chelimsky2010-06-081-6/+8
* In AV::TC, move protect_against_forgery? from the test_case to theDavid Chelimsky2010-06-031-4/+9
* Support configuration of controller.controller_path on instances ofDavid Chelimsky2010-05-261-2/+7
* Move AV::TC to AV::TC::Behavior [#4678 state:resolved]David Chelimsky2010-05-241-65/+85
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-1/+1
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-1/+1
* Missing requireswycats2010-04-161-0/+1
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-1/+6
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-171-1/+3
* Remove unneeded AV::Base and AV::Template monkey-patchesCarlhuda2010-03-171-21/+0
* Modify assert_template to use instrumentationCarlhuda2010-03-171-0/+1
* Do not always include the named URL helpers into AC::Base and AV::Base.Carl Lerche2010-03-161-1/+2
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-0/+1
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-031-0/+4
* Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-031-0/+2
* Fix failing Action Pack testsCarlhuda2010-03-021-1/+1
* Revert orphaned SharedTestRoutesJeremy Kemper2010-03-011-2/+1
* WIP: Remove the global routerCarlhuda2010-02-251-1/+2
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-1/+1
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* Require ac/test_case from AV::TestCaseJoshua Peek2010-01-311-0/+2
* Autoload AS test caseJoshua Peek2010-01-041-2/+0
* Autoload AC and AV test case classesJoshua Peek2010-01-041-1/+0
* TestProcess belongs in ADJoshua Peek2009-12-121-2/+1
* Reorganize autoloads:Carlhuda2009-12-021-1/+1
* Share ActionView::TestCase's output_buffer with view for concat support.Chris Hapgood2009-11-071-0/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* Ported the new ActionView::TestCase from 2-3-stable to master [#3260Erik Ostrom2009-09-281-25/+100
* More perf work:Yehuda Katz2009-08-111-1/+0
* Further experimentation. Was able to cut the cost of rendering 100 partials i...Yehuda Katz2009-08-111-9/+11
* Modify various partial methods to carry along the block that can be passed in...Yehuda Katz2009-08-071-2/+2
* Replace _render_template_with_layout with _render_template since the layout i...Yehuda Katz2009-08-071-2/+2
* Update some tests and add a to_model to form helpersYehuda Katz2009-07-201-0/+1
* Make assertion tests pass with the new basePratik Naik2009-05-221-1/+1
* Move generic assertions into ActionDispatchJoshua Peek2009-04-301-1/+1
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-281-2/+3
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-3/+4
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-11/+8