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
*
Clean LookupContext API.
José Valim
2010-03-08
1
-3
/
+3
*
Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. C...
Yehuda Katz
2010-02-23
1
-0
/
+9
*
Make Railties tests green again.
José Valim
2010-02-17
1
-1
/
+1
*
Ensure render :text => resource first tries to invoke :to_text on it
José Valim
2010-02-16
1
-0
/
+9
*
Remove ActionView inline logging to ActiveSupport::Notifications and create A...
José Valim
2009-12-26
1
-31
/
+1
*
AD::StatusCodes support is now part of rack
Joshua Peek
2009-12-22
1
-2
/
+2
*
Use new routing dsl in tests
Joshua Peek
2009-12-08
1
-15
/
+15
*
Ensure Cache-Control max-age is an integer
Jeremy Kemper
2009-12-02
1
-1
/
+1
*
Ruby 1.9: resolve constant lookup issues
Jeremy Kemper
2009-11-04
1
-1
/
+1
*
Fixes expires_now and cleans things up a bit
Yehuda Katz
2009-10-26
1
-0
/
+10
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-1
/
+1
*
Cleanup route reloading in tests. Prefer with_routing over using ActionContro...
Joshua Peek
2009-08-16
1
-8
/
+10
*
More cleanup of ActionView and reduction in need for blocks in some cases:
Yehuda Katz
2009-08-15
1
-9
/
+0
*
Clean up partial object some more; replace passing around a block to a single...
Yehuda Katz
2009-08-09
1
-1
/
+0
*
Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro...
José Valim
2009-08-07
1
-5
/
+7
*
Add nagivational behavior to respond_with.
José Valim
2009-08-07
1
-0
/
+15
*
Replace _render_template_with_layout with _render_template since the layout i...
Yehuda Katz
2009-08-07
1
-1
/
+2
*
Update cache_control to be a Hash of options that is used to build the header.
Yehuda Katz
2009-08-02
1
-1
/
+1
*
Remove deprecated implicit ivar assignment
Joshua Peek
2009-06-25
1
-7
/
+0
*
Finish making pending tests pass
Yehuda Katz + Carl Lerche
2009-06-17
1
-7
/
+7
*
Modify render_test's determine_layout to match RJS
Yehuda Katz + Carl Lerche
2009-05-22
1
-3
/
+1
*
Cleaning up more render tests
Yehuda Katz + Carl Lerche
2009-05-14
1
-0
/
+5
*
Ported over render :file tests.
Yehuda Katz + Carl Lerche
2009-05-13
1
-320
/
+14
*
Implemented redirects and partial rendering in new base.
Yehuda Katz + Carl Lerche
2009-05-12
1
-2
/
+2
*
Merge branch 'master' into wip_abstract_controller
Yehuda Katz + Carl Lerche
2009-05-11
1
-5
/
+5
|
\
|
*
Functional test runner finalizes response just like the integration test runn...
Joshua Peek
2009-05-02
1
-11
/
+11
*
|
Aliased AbstractController::ActionNotFound to ActionController::UnknownAction
Yehuda Katz + Carl Lerche
2009-05-11
1
-2
/
+3
*
|
Ported ConditionalGet to new Base
Yehuda Katz + Carl Lerche
2009-05-11
1
-4
/
+4
*
|
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
[next]