This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
5b54a90410
rails--rails
/
actionpack
/
test
/
fixtures
/
functional_caching
/
inline_fragment_cached.html.erb
3 lines
91 B
Text
Raw
Normal View
History
Unescape
Escape
Made ActionView::Base#first_render a little more private. And added _last_render to track the most recent render. Will fix #609 as a side effect. [#609 state:resolved]
2008-07-13 14:26:48 -04:00
<%= render :inline => 'Some inline content' %>
Break a window :/
2010-03-16 02:48:46 -04:00
<%= cache do %>Some cached content<% end %>
Copy permalink