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
/
new_render_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set global ActionController::Base.view_paths for test cases
Joshua Peek
2008-07-12
1
-3
/
+0
*
Rendering default template for missing actions works with non-word characters...
Jeremy Kemper
2008-07-09
1
-0
/
+5
*
Move template_format logic out to the request so it's alongside the 'regular'...
Michael Koziarski
2008-07-03
1
-2
/
+1
*
Deprecate :use_full_path render option. The supplying the option no longer ha...
Joshua Peek
2008-07-02
1
-4
/
+4
*
Add :as option to render a collection of partials with a custom local variabl...
Pratik Naik
2008-07-02
1
-0
/
+9
*
Make sure render :template works with :locals. [#524 state:resolved]
Tim Haines
2008-07-02
1
-0
/
+9
*
Set precompiled fixture load path constant to speed up tests
Joshua Peek
2008-06-25
1
-55
/
+54
*
Delegate ActionView::Base#controller_name to controller
Pratik Naik
2008-06-10
1
-3
/
+12
*
Ensure render :file works inside templates
Pratik Naik
2008-06-05
1
-0
/
+10
*
Make partial counter start from 0.
Frederick Cheung
2008-06-05
1
-2
/
+2
*
Delegate action_name to controller inside views.
Pratik Naik
2008-05-06
1
-0
/
+9
*
Delegate ivars to controller instead of copying
Pratik Naik
2008-04-21
1
-4
/
+15
*
Remove ActionController::Base#view_controller_internals
Pratik Naik
2008-04-21
1
-16
/
+0
*
Move missing template logic to ActionView
Pratik Naik
2008-04-19
1
-2
/
+2
*
Support render :partial => collection of heterogeneous elements. Closes #11491.
Jeremy Kemper
2008-04-01
1
-0
/
+20
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-1
/
+19
*
Added that requests with JavaScript as the priority mime type in the accept h...
David Heinemeier Hansson
2008-02-29
1
-0
/
+6
*
Fix problem with render :partial collections, records, and locals. #11057 [lo...
Marcel Molina
2008-02-08
1
-0
/
+9
*
Introduce the :index option for form_for and fields_for to simplify multi-mod...
Jeremy Kemper
2008-02-02
1
-3
/
+3
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
1
-10
/
+0
*
Revert r8669 for now, breaks Action Mailer. Reopens #10800.
Jeremy Kemper
2008-01-19
1
-0
/
+10
*
Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
Jeremy Kemper
2008-01-19
1
-10
/
+0
*
Make render :partial recognise form builders and use the _form partial. Clos...
Michael Koziarski
2008-01-16
1
-0
/
+23
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-2
/
+2
*
Fixed rendering of partials with layout when done from site layout (closes #9...
David Heinemeier Hansson
2008-01-03
1
-2
/
+25
*
Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...
Jeremy Kemper
2007-12-28
1
-0
/
+1
*
Fix up template handler tests. Closes #10437.
Jeremy Kemper
2007-12-10
1
-2
/
+2
*
Partials also set 'object' to the default partial variable. Closes #8823.
Jeremy Kemper
2007-10-25
1
-3
/
+3
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-4
/
+22
*
Added partial layouts (see example in action_view/lib/partials.rb) [DHH]
David Heinemeier Hansson
2007-08-02
1
-1
/
+19
*
Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714
Michael Koziarski
2007-07-17
1
-6
/
+1
*
catch possible WSOD when trying to render a missing partial. Closes #8454 [Ca...
Rick Olson
2007-05-24
1
-0
/
+10
*
Fix render :location => ... test.
Jeremy Kemper
2007-05-18
1
-4
/
+8
*
Added url_for usage on render :location, which allows for record identificati...
David Heinemeier Hansson
2007-05-17
1
-1
/
+19
*
Added that render :xml will try to call to_xml if it can [DHH]
David Heinemeier Hansson
2007-04-24
1
-1
/
+25
*
Deprecation: remove deprecated instance variables.
Jeremy Kemper
2007-03-13
1
-8
/
+3
*
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...
David Heinemeier Hansson
2007-02-20
1
-4
/
+4
*
Fix tests depending too deep
David Heinemeier Hansson
2007-02-19
1
-2
/
+2
*
Allow Controllers to have multiple view_paths instead of a single template_ro...
Rick Olson
2007-02-04
1
-2
/
+2
*
Test proving render_to_string result passed to partial works. Closes #2541. [...
Jeremy Kemper
2007-01-12
1
-1
/
+13
*
Ensure render_to_string cleans up after itself when an exception is raised. C...
Jeremy Kemper
2006-11-20
1
-0
/
+48
*
assert_response supports symbolic status codes. Closes #6569.
Jeremy Kemper
2006-11-07
1
-0
/
+7
*
Deprecation: @request will be removed after 1.2. Use the request method instead.
Jeremy Kemper
2006-09-29
1
-3
/
+11
*
modify head so that you can specify a bare status code as the first parameter
Jamis Buck
2006-09-28
1
-1
/
+12
*
Add ActionController::Base#head for rendering empty responses. Add support fo...
Jamis Buck
2006-09-28
1
-0
/
+59
*
Update RJS render tests.
Sam Stephenson
2006-09-20
1
-3
/
+3
*
Added proper getters and setters for content type and charset [DHH] Added utf...
David Heinemeier Hansson
2006-09-17
1
-2
/
+7
*
new render deprecations test
Jeremy Kemper
2006-09-04
1
-4
/
+4
*
Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya...
David Heinemeier Hansson
2006-03-16
1
-1
/
+21
*
Added simple alert() notifications for RJS exceptions when config.action_view...
Sam Stephenson
2006-03-13
1
-1
/
+1
[next]