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
/
render
Commit message (
Expand
)
Author
Age
Files
Lines
*
reviews 02656ac
Xavier Noria
2010-09-13
1
-18
/
+17
*
copy-edits 4eb8987
Xavier Noria
2010-09-13
1
-3
/
+3
*
Add documentation for `:spacer_template` in Rails 3
Prem Sichanugrist
2010-09-13
1
-0
/
+5
*
added documentation for :as and :object in PartialRenderer
Collin Miller
2010-09-13
1
-0
/
+32
*
in Rendering objects with RecordIdentifier example, locals should reference @...
Mark Hayes
2010-08-12
1
-1
/
+1
*
layout_for works again with objects as specified in the documentation and Rai...
José Valim & Carlos Antonio da Silva
2010-08-11
1
-4
/
+8
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-1
/
+1
|
\
|
*
Make sure a namespaced <%= render form %> still renders the _form partial [#4...
Jan De Poorter
2010-06-20
1
-1
/
+1
*
|
Final touches and fixes.
Rizwan Reza
2010-06-21
1
-1
/
+1
*
|
Added title to some other files in actionpack/lib/action_view
Rizwan Reza
2010-06-16
3
-0
/
+4
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
|
render(:inline) in a layout before yield replaces original content
Neeraj Singh
2010-06-13
1
-1
/
+1
|
/
*
Make AP test suite green once again and speed up performance in layouts looku...
José Valim
2010-06-07
1
-12
/
+3
*
Formats should always be an array.
Jeremy Kemper
2010-06-06
1
-1
/
+1
*
Optimize the code added in fa99de0bd054576336c9
José Valim
2010-05-15
1
-9
/
+19
*
make sure `as` is set before trying to build an #{as}_counter. [#2804 state:r...
Jeff Kreeftmeijer
2010-05-15
1
-1
/
+1
*
partial counters with :as [#2804 state:resolved]
Jeff Kreeftmeijer
2010-05-15
1
-0
/
+1
*
Change event namespace ordering to most-significant first [#4504 state:resolved]
Justin George
2010-05-02
2
-3
/
+3
*
Layout contents are html-safe
Jeremy Kemper
2010-04-09
1
-1
/
+1
*
<% yield to <%= yield in rdoc of _layout_for, and copy-edits it now that we a...
Xavier Noria
2010-04-05
1
-17
/
+31
*
Key partial name cache on controller and object class *names* to avoid memory...
Jeremy Kemper
2010-04-02
1
-2
/
+2
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+2
*
Ensure details are frozen after @details_keys lookup. The implementation wait...
José Valim
2010-03-27
1
-10
/
+1
*
Merge branch 'master' into docrails
wycats
2010-03-26
2
-12
/
+27
|
\
|
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
2
-6
/
+12
|
*
Modify assert_template to use notifications. Also, remove ActionController::B...
Carlhuda
2010-03-17
1
-2
/
+1
|
*
Fix rendering of HTML partials inside JS templates [#4197 status:resolved]
José Valim
2010-03-16
1
-3
/
+14
|
*
Add deprecation notices for <% %>.
Carlhuda
2010-03-15
1
-2
/
+1
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-15
3
-41
/
+15
|
\
|
|
*
Remove formats setters from render template, speeding up partial and collecti...
José Valim
2010-03-13
1
-2
/
+1
|
*
Finish cleaning up rendering stack from views and move assigns evaluation to ...
José Valim
2010-03-12
2
-33
/
+9
|
*
Allow anything that responds to render to be given as :template and use find_...
José Valim
2010-03-12
3
-8
/
+7
*
|
Updated documentation for block helpers in render/layouts.rb
Jeroen van Dijk
2010-03-12
1
-2
/
+2
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-12
3
-107
/
+121
|
\
|
|
*
Clean LookupContext API.
José Valim
2010-03-08
3
-8
/
+6
|
*
Bring AM up to date with new rendering stack.
José Valim
2010-03-08
1
-0
/
+2
|
*
Speed up performance in resolvers by adding fallbacks just when required.
José Valim
2010-03-08
2
-2
/
+3
|
*
Rename Template::Lookup to LookupContext.
José Valim
2010-03-08
3
-5
/
+5
|
*
More refactoring on the views side of rendering.
José Valim
2010-03-08
3
-95
/
+97
|
*
Finally moved the find template logic to the views.
José Valim
2010-03-08
1
-16
/
+24
|
*
More cleanup on the layouts side.
José Valim
2010-03-08
2
-17
/
+6
|
*
Move layout lookup to views.
José Valim
2010-03-08
2
-2
/
+16
|
*
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
2
-8
/
+4
|
*
Solved a problem that prevented render :file => work in layouts
Jose Fernandez
2010-03-05
1
-1
/
+1
|
*
Change AV formats so they can delegate to the controller. Now users (or plugi...
Carlhuda
2010-03-01
1
-2
/
+6
*
|
Updated documentation for block helpers in render/partials.rb
Jeroen van Dijk
2010-03-12
1
-3
/
+3
|
/
*
More html_safe strings now use the safe_concat method
Santiago Pastorino and José Ignacio Costa
2010-02-05
1
-1
/
+1
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-1
/
+1
*
Add missing require for Object#try [#3771 state:resolved]
Xavier Noria
2010-01-22
1
-0
/
+2
[next]