index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_view
/
test_case.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
TestProcess belongs in AD
Joshua Peek
2009-12-12
1
-2
/
+1
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-1
/
+1
*
Share ActionView::TestCase's output_buffer with view for concat support.
Chris Hapgood
2009-11-07
1
-0
/
+1
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-1
/
+1
*
Ported the new ActionView::TestCase from 2-3-stable to master [#3260
Erik Ostrom
2009-09-28
1
-25
/
+100
*
More perf work:
Yehuda Katz
2009-08-11
1
-1
/
+0
*
Further experimentation. Was able to cut the cost of rendering 100 partials i...
Yehuda Katz
2009-08-11
1
-9
/
+11
*
Modify various partial methods to carry along the block that can be passed in...
Yehuda Katz
2009-08-07
1
-2
/
+2
*
Replace _render_template_with_layout with _render_template since the layout i...
Yehuda Katz
2009-08-07
1
-2
/
+2
*
Update some tests and add a to_model to form helpers
Yehuda Katz
2009-07-20
1
-0
/
+1
*
Make assertion tests pass with the new base
Pratik Naik
2009-05-22
1
-1
/
+1
*
Move generic assertions into ActionDispatch
Joshua Peek
2009-04-30
1
-1
/
+1
*
Deprecate template, session, assigns, and layout accessors on response object...
Joshua Peek
2009-04-28
1
-2
/
+3
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
1
-3
/
+4
*
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-11
/
+8
*
Include process methods in ActionController::TestCase only. No need to alias_...
Jeremy Kemper
2009-01-07
1
-0
/
+1
*
Explicitly require AS::TestCase
Jeremy Kemper
2009-01-06
1
-0
/
+2
*
Fixed ActionView::TestCase current url context [#1561 state:resolved]
Dan Pickett
2008-12-15
1
-1
/
+4
*
Add :partial option to assert_template [#1550 state:resolved]
mark
2008-12-11
1
-0
/
+20
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
1
-2
/
+0
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-1
/
+3
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-1
/
+1
[prev]
[next]