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
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename new method to_path to to_partial_path to avoid conflicts with File#to_...
José Valim
2011-08-01
1
-3
/
+3
*
Move the cache to a nested hash which performs better than a hash with array ...
José Valim
2011-07-28
1
-11
/
+17
*
Let ActiveModel instances define partial paths.
Grant Hutchins & Peter Jaros
2011-07-25
1
-21
/
+22
*
- added ActionView::PartialRenderer#merge_path_into_partial(path, partial)
Gaston Ramos
2011-07-24
1
-2
/
+16
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-07-23
1
-20
/
+11
|
\
|
*
Documentation fixes for rendering partials
Olek Janiszewski
2011-07-09
1
-20
/
+11
*
|
Checking with to_s. As regexp fail with 1.8.7
Arun Agrawal
2011-07-18
1
-2
/
+1
*
|
Added view template invalid name check, along with tests. No merges in commit.
huskins
2011-07-13
1
-0
/
+6
|
/
*
remove warning: assigned but unused variable
Santiago Pastorino
2011-06-08
1
-1
/
+1
*
Also allow prefixes as third argument to lookup context.
José Valim
2011-05-04
1
-1
/
+1
*
no @controller dependency in Renderers.
Nick Sutterer
2011-05-04
3
-16
/
+10
*
Add a shared entry point for AV and AC render which can be used as extension ...
José Valim
2011-05-03
1
-0
/
+9
*
Streaming docs.
José Valim
2011-05-01
1
-40
/
+1
*
log errors when an exception happens when streaming.
José Valim
2011-05-01
1
-1
/
+16
*
Introduce view renderer.
José Valim
2011-05-01
1
-23
/
+10
*
Remove view dependency from AV::Renderer.
José Valim
2011-05-01
4
-66
/
+57
*
More cleanup and moving responsibilities around.
José Valim
2011-05-01
2
-3
/
+3
*
Remove more dependencies from the view.
José Valim
2011-05-01
2
-4
/
+11
*
Start abstracting the renderer.
José Valim
2011-05-01
3
-3
/
+288
*
Output a redirect to the 500 page if something happens when streaming.
José Valim
2011-04-19
1
-5
/
+6
*
Fix CI test on 1.8
José Valim
2011-04-16
1
-1
/
+4
*
Class docs.
José Valim
2011-04-16
1
-0
/
+47
*
Add more tests, ensure we never yield outside the fiber context and that we s...
José Valim
2011-04-16
1
-1
/
+1
*
Basic tests for streaming. Basic tests for provide.
José Valim
2011-04-16
1
-1
/
+1
*
Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...
José Valim
2011-04-16
4
-38
/
+79
*
Initial work on fibered layout.
José Valim
2011-04-16
3
-3
/
+38
*
render :once, YAGNI.
José Valim
2011-04-15
1
-25
/
+0
*
Accept String value for render_partial :as option
Akira Matsuda
2011-02-01
1
-2
/
+2
*
Final tidy up on templates inheritance.
José Valim
2010-12-27
2
-2
/
+2
*
all tests pass
artemave
2010-12-26
2
-3
/
+3
*
#948 template_inheritance
artemave
2010-12-26
2
-4
/
+4
*
Deprecate handler_class_for_extension as template handlers can be any Ruby ob...
José Valim
2010-12-01
1
-1
/
+1
*
Make collection and collection_from_object methods return an array
Santiago Pastorino
2010-11-13
1
-3
/
+4
*
extract formats_regexp as a method
Santiago Pastorino
2010-10-16
1
-2
/
+5
*
There's no need now to expose lookup_context as an external API
Santiago Pastorino
2010-10-16
1
-3
/
+1
*
Delegate freeze_formats to lookup_context
Santiago Pastorino
2010-10-16
2
-4
/
+4
*
Remove the :vew attr_reader from ActionView::AbstractRenderer [#5819 state:re...
Jeff Kreeftmeijer
2010-10-16
1
-1
/
+1
*
Remove :cache => true on lookup templates initialization.
José Valim
2010-10-14
1
-1
/
+1
*
render :once should consider the current controller prefix.
José Valim
2010-10-14
2
-3
/
+4
*
Use identifiers for template equality.
José Valim
2010-10-10
1
-1
/
+1
*
Add support to render :once.
José Valim
2010-10-10
3
-28
/
+58
*
Clean up the house before moving in the new furniture.
José Valim
2010-10-10
3
-0
/
+269