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
...
*
|
Starting to get new_base to run on old tests
Yehuda Katz + Carl Lerche
2009-05-01
1
-1
/
+1
*
|
Committing the last changes before we start trying to get the old tests to pa...
Yehuda Katz + Carl Lerche
2009-05-01
1
-1
/
+10
*
|
Ported over the concept of public instance methods on controller child classe...
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+7
*
|
Ported over render :template tests
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+19
*
|
Finished implementing render :text in Base2
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+17
*
|
Renamed the new_base tests
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+2
*
|
OMG, a lot of work
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+3
|
/
*
Fix render :json => nil [#2589 state:resolved]
Jeremy Kemper
2009-04-30
1
-0
/
+10
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
1
-3
/
+3
*
test uses Pathname
Jeremy Kemper
2009-04-24
1
-0
/
+1
*
* Add pluggable JSON backends with support for the JSON gem. [rick]
rick
2009-04-23
1
-9
/
+9
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-9
/
+118
|
\
|
*
allowed render :file to take Pathnames [#2220 state:resolved]
misfo
2009-03-14
1
-0
/
+10
|
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-7
/
+7
|
*
Fixed simplified render with nested models [#2042 state:resolved]
Joshua Peek
2009-03-07
1
-0
/
+18
|
*
fix HTML fallback for explicit templates [#2052 state:resolved]
Matt Jones
2009-03-07
1
-0
/
+16
|
*
Ensure expires_in without a :public key sets the Cache-Control header to priv...
Johan Sørensen
2009-03-07
1
-1
/
+1
|
*
Added ability to pass in :public => true to fresh_when, stale?, and expires_i...
Gregg Pollack
2009-02-28
1
-0
/
+72
|
*
correctly handle layouts for AJAX requests and regular js files [#2052 state:...
Matt Jones
2009-02-24
1
-4
/
+5
|
*
implicitly rendering a js response should not use the default layout [#1844 s...
Adam McCrea
2009-02-05
1
-1
/
+10
*
|
Temporarily modifies setup to call super directly. This can support more T::U...
Yehuda Katz and Carl Lerche
2009-04-08
1
-0
/
+4
*
|
Add support for pending
Yehuda Katz
2009-02-02
1
-2
/
+4
*
|
Merge commit 'rails/3-0-unstable'
Yehuda Katz
2009-01-30
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Move HTTP libs and middleware into ActionDispatch component
Joshua Peek
2009-01-27
1
-2
/
+2
|
*
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-3
/
+3
*
|
Restore implicit rendering for XHR requests that want a HTML template [#1590 ...
Joshua Peek
2009-01-27
1
-0
/
+8
|
/
*
Remove Content-Length header from :no_content responses
Jeremy Kemper
2009-01-07
1
-1
/
+6
*
Make ActionController#render(symbol) behave same as ActionController#render(s...
Pratik Naik
2008-12-26
1
-1
/
+10
*
Make ActionController#render(string) work as a shortcut for render :action =>...
Pratik Naik
2008-12-25
1
-0
/
+19
*
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
[prev]
[next]