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
/
test
/
controller
/
render_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make ActionController#render(string) work as a shortcut for render :template ...
Pratik Naik
2008-12-25
1
-0
/
+21
*
Make ActionController#render(string) work as a shortcut for render :file => s...
Pratik Naik
2008-12-25
1
-8
/
+21
*
Make render_test.rb run in isolation
Pratik Naik
2008-12-25
1
-0
/
+2
*
Rename AbstractResponse to Response and inheirt from Rack::Response
Joshua Peek
2008-12-19
1
-5
/
+5
*
Use status response accessor instead of the 'Status' header
Joshua Peek
2008-12-19
1
-2
/
+2
*
Do not output an ETag header if response body is blank or when sending files ...
Hongli Lai (Phusion
2008-12-16
1
-0
/
+9
*
Add :partial option to assert_template [#1550 state:resolved]
mark
2008-12-11
1
-0
/
+7
*
Set template_format to html inside rjs templates so renders within it default...
Joshua Peek
2008-12-04
1
-14
/
+0
*
Fix rendering html partials from an rjs template
Sam Stephenson
2008-12-04
1
-0
/
+24
*
Change the forgery token implementation to just be a simple random string.
Michael Koziarski
2008-11-23
1
-1
/
+2
*
Fix rendering html partial via inline render when with :js format [#1399 stat...
Luke Melia
2008-11-18
1
-0
/
+14
*
Prevent assert_template failures when a render :inline is called before rende...
Luke Melia
2008-11-17
1
-9
/
+19
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-20
/
+12
*
Added render :js for people who want to render inline JavaScript replies with...
David Heinemeier Hansson
2008-11-01
1
-0
/
+10
*
Ensure content type gets reset after render_to_string [#1182 state:resolved]
Joshua Peek
2008-10-30
1
-0
/
+10
*
Dont try to auto-set the etag based on the body if any freshness headers have...
David Heinemeier Hansson
2008-10-21
1
-5
/
+22
*
Let fresh_when actually do the head(:not_modified). Cleaner and we get the fi...
David Heinemeier Hansson
2008-10-21
1
-3
/
+1
*
Added stale?/fresh? and fresh_when methods to provide a layer of abstraction ...
David Heinemeier Hansson
2008-10-21
1
-11
/
+14
*
Make sure last_modified! works with <= rather than just equality.
Michael Koziarski
2008-10-07
1
-0
/
+6
*
Fix etag! and last_modified! to work as advertised.
Michael Koziarski
2008-09-30
1
-1
/
+40
*
Don't set Content-Length on 304 responses
Jonathan del Strother
2008-09-02
1
-0
/
+6
*
Fix AM tests and add tests for rendering logging
Pratik Naik
2008-08-31
1
-0
/
+30
*
Add test to make sure RJS block inside controller is executed in view context
Pratik Naik
2008-08-30
1
-0
/
+13
*
Merge RenderTest and NewRenderTest
Joshua Peek
2008-08-29
1
-27
/
+822
*
Return nil instead of a space when passing an empty collection or nil to 'ren...
Ryan Bates
2008-08-19
1
-1
/
+1
*
Update tests for request memoization
Jeremy Kemper
2008-08-08
1
-13
/
+13
*
Simplifying usage of ETags and Last-Modified and conditional GET requests
Jeremy Kemper
2008-08-07
1
-3
/
+8
*
Set the response content type to that of found template if not explicitly set...
Tom Ward
2008-07-18
1
-5
/
+10
*
etag! and last_modified! conditional GET helpers
Jeremy Kemper
2008-07-17
1
-53
/
+99
*
Try to get more useful errors out of the test_line_offset failures
Michael Koziarski
2008-07-15
1
-10
/
+10
*
Set global ActionController::Base.view_paths for test cases
Joshua Peek
2008-07-12
1
-3
/
+0
*
Tighten the rescue clause here to prevent hiding strange mock related errors ...
Michael Koziarski
2008-07-03
1
-1
/
+1
*
Set precompiled fixture load path constant to speed up tests
Joshua Peek
2008-06-25
1
-14
/
+13
*
Fixed render :template for templates in top level of view path. [#54 state:re...
Pratik Naik
2008-05-01
1
-0
/
+20
*
Make sure render :update support the options hash. Closes #11088 [ernesto.ji...
Michael Koziarski
2008-02-12
1
-0
/
+12
*
Introduce a Template class to ActionView. Closes #11024 [lifofifo]
Michael Koziarski
2008-02-06
1
-13
/
+0
*
Correct line numbers from template errors. Closes #10937 [Aleksey Kondratenko]
Michael Koziarski
2008-01-27
1
-0
/
+16
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
1
-0
/
+9
*
Support render :text => nil. Closes #6684.
Jeremy Kemper
2008-01-06
1
-0
/
+19
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-2
/
+2
*
Mark that render tests crash Ruby 1.9
Jeremy Kemper
2007-12-15
1
-0
/
+1
*
render :xml and :json preserve custom content types. Closes #10388.
Jeremy Kemper
2007-12-09
1
-10
/
+30
*
Refactor the default rendering out to a method called default_render to provi...
Michael Koziarski
2007-10-25
1
-0
/
+22
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-3
/
+3
*
Fixed JSON encoding to use quoted keys according to the JSON standard (closes...
David Heinemeier Hansson
2007-09-30
1
-3
/
+3
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-35
/
+30
*
Send freshness information when sending Etags. Without this internet explore...
Michael Koziarski
2007-08-12
1
-0
/
+1
*
Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714
Michael Koziarski
2007-07-17
1
-4
/
+1
*
Allow you to render views with periods in the name. Closes #8076 [norbert]
Rick Olson
2007-07-01
1
-0
/
+9
*
Assume html format when rendering partials in RJS. #8076 [Rick]
Rick Olson
2007-06-05
1
-0
/
+15
[prev]
[next]