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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-4
/
+4
|
*
Renamed Renderer to Renderable
Joshua Peek
2008-07-05
1
-1
/
+1
|
*
Extracted Template rendering logic into Renderer module
Joshua Peek
2008-07-03
1
-0
/
+2
*
|
Renamed lang/ to locale/ because that's what we seem to
Sven Fuchs
2008-06-21
1
-1
/
+1
*
|
Changed process of storing translations from the
Sven Fuchs
2008-06-21
1
-1
/
+3
*
|
integrating I18n into Rails
Sven Fuchs
2008-06-19
1
-0
/
+2
|
/
*
Replaced TemplateFinder abstraction with ViewLoadPaths
Joshua Peek
2008-06-17
1
-1
/
+2
*
Moved template handler registration into a mix-in module.
Joshua Peek
2008-06-11
1
-6
/
+1
*
Updated copyright years
David Heinemeier Hansson
2008-05-11
1
-1
/
+1
*
Introduce ActionView::TestCase for testing view helpers.
Joshua Peek
2008-04-19
1
-2
/
+4
*
Introduce ActionView::InlineTemplate class
Pratik Naik
2008-04-19
1
-0
/
+1
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-0
/
+1
*
Introduce a Template class to ActionView. Closes #11024 [lifofifo]
Michael Koziarski
2008-02-06
1
-0
/
+1
*
Refactor template compilation from AV::Base into the template handlers. Clos...
Michael Koziarski
2008-01-22
1
-0
/
+1
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
1
-0
/
+2
*
Revert r8669 for now, breaks Action Mailer. Reopens #10800.
Jeremy Kemper
2008-01-19
1
-2
/
+0
*
Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
Jeremy Kemper
2008-01-19
1
-0
/
+2
*
Refactor Action View template handlers. Closes #10437.
Jeremy Kemper
2007-12-09
1
-0
/
+6
*
Update copyright span
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-2
/
+1
*
Update copyright times
David Heinemeier Hansson
2006-09-03
1
-1
/
+1
*
remove explicit Builder require
Rick Olson
2006-03-08
1
-2
/
+0
*
Streamline render process, code cleaning. Closes #2294.
Nicholas Seckar
2005-09-27
1
-2
/
+1
*
Render refactoring; render error reporting fixes
Nicholas Seckar
2005-08-26
1
-0
/
+1
*
Fixed that Action View should always use the included Builder, never attempt ...
David Heinemeier Hansson
2005-07-10
1
-8
/
+2
*
AR, AP, and AM should look for AS in sibling directory before trying RubyGems...
David Heinemeier Hansson
2005-02-17
1
-1
/
+1
*
Updated documentation
David Heinemeier Hansson
2004-12-16
1
-9
/
+0
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+49
[prev]