| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge remote branch 'rails/master' | Xavier Noria | 2010-06-20 | 1 | -0/+1 |
|\ |
|
| * | Support render_template in view tests. Useful for specifying which | David Chelimsky | 2010-06-20 | 1 | -0/+1 |
* | | Final touches and fixes. | Rizwan Reza | 2010-06-21 | 1 | -0/+1 |
|/ |
|
* | Memoize the object returned by _view in ActionView::TestCase::Behavior | David Chelimsky | 2010-06-08 | 1 | -6/+8 |
* | In AV::TC, move protect_against_forgery? from the test_case to the | David Chelimsky | 2010-06-03 | 1 | -4/+9 |
* | Support configuration of controller.controller_path on instances of | David Chelimsky | 2010-05-26 | 1 | -2/+7 |
* | Move AV::TC to AV::TC::Behavior [#4678 state:resolved] | David Chelimsky | 2010-05-24 | 1 | -65/+85 |
* | refactor evals and adds some __FILE__ and __LINE__ | Santiago Pastorino | 2010-05-20 | 1 | -1/+1 |
* | Clean up the config object in ActionPack. Create config_accessor which just d... | José Valim | 2010-04-22 | 1 | -1/+1 |
* | Missing requires | wycats | 2010-04-16 | 1 | -0/+1 |
* | Refactored url_for in AV to have its own instances of the helpers instead of ... | wycats | 2010-04-03 | 1 | -1/+6 |
* | adds missing requires for Object#blank? and Object#present? | Xavier Noria | 2010-03-28 | 1 | -0/+1 |
* | Modify assert_template to use notifications. Also, remove ActionController::B... | Carlhuda | 2010-03-17 | 1 | -1/+3 |
* | Remove unneeded AV::Base and AV::Template monkey-patches | Carlhuda | 2010-03-17 | 1 | -21/+0 |
* | Modify assert_template to use instrumentation | Carlhuda | 2010-03-17 | 1 | -0/+1 |
* | Do not always include the named URL helpers into AC::Base and AV::Base. | Carl Lerche | 2010-03-16 | 1 | -1/+2 |
* | Make many parts of Rails lazy. In order to facilitate this, | wycats | 2010-03-07 | 1 | -0/+1 |
* | Start refactoring the method of configuring ActionView | Carlhuda | 2010-03-03 | 1 | -0/+4 |
* | Tweak the semantic of various URL related methods of ActionDispatch::Request | Carlhuda | 2010-03-03 | 1 | -0/+2 |
* | Fix failing Action Pack tests | Carlhuda | 2010-03-02 | 1 | -1/+1 |
* | Revert orphaned SharedTestRoutes | Jeremy Kemper | 2010-03-01 | 1 | -2/+1 |
* | WIP: Remove the global router | Carlhuda | 2010-02-25 | 1 | -1/+2 |
* | Use ActionDispatch::Routing everywhere | Martin Schürrer | 2010-02-21 | 1 | -1/+1 |
* | For performance reasons, you can no longer call html_safe! on Strings. Instea... | Yehuda Katz | 2010-01-31 | 1 | -1/+1 |
* | Require ac/test_case from AV::TestCase | Joshua Peek | 2010-01-31 | 1 | -0/+2 |
* | Autoload AS test case | Joshua Peek | 2010-01-04 | 1 | -2/+0 |
* | Autoload AC and AV test case classes | Joshua Peek | 2010-01-04 | 1 | -1/+0 |