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
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate ActionView::Base.cache_template_extensions
Pratik Naik
2008-05-17
1
-5
/
+5
*
Merge docrails:
Pratik Naik
2008-05-09
1
-12
/
+12
*
Delegate action_name to controller inside views.
Pratik Naik
2008-05-06
1
-1
/
+1
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-2
/
+3
*
Improve PartialTemplate tests
Pratik Naik
2008-05-02
1
-3
/
+1
*
Capture view errors in ActionView::Template.
Nathan Weizenbaum
2008-05-02
1
-11
/
+2
*
Delegate ivars to controller instead of copying
Pratik Naik
2008-04-21
1
-5
/
+4
*
Introduce ActionView::TestCase for testing view helpers.
Joshua Peek
2008-04-19
1
-4
/
+6
*
Move missing template logic to ActionView
Pratik Naik
2008-04-19
1
-0
/
+3
*
Introduce ActionView::InlineTemplate class
Pratik Naik
2008-04-19
1
-1
/
+1
*
Moved template handlers related code from ActionView::Base to ActionView::Tem...
Pratik Naik
2008-03-05
1
-38
/
+0
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-36
/
+12
*
Added that requests with JavaScript as the priority mime type in the accept h...
David Heinemeier Hansson
2008-02-29
1
-2
/
+21
*
Introduce a Template class to ActionView. Closes #11024 [lifofifo]
Michael Koziarski
2008-02-06
1
-51
/
+17
*
Fix missing extension for caching. Closes #10733 [Catfish, tcoppock, mpalmer]
Jeremy Kemper
2008-02-03
1
-0
/
+2
*
Refactor template compilation from AV::Base into the template handlers. Clos...
Michael Koziarski
2008-01-22
1
-108
/
+4
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
1
-129
/
+19
*
Revert r8669 for now, breaks Action Mailer. Reopens #10800.
Jeremy Kemper
2008-01-19
1
-16
/
+129
*
Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
Jeremy Kemper
2008-01-19
1
-129
/
+16
*
* Pass around handler instances, not their classes [Koz]
Michael Koziarski
2008-01-11
1
-18
/
+6
*
Fixed rendering of partials with layout when done from site layout (closes #9...
David Heinemeier Hansson
2008-01-03
1
-4
/
+12
*
Ruby 1.9 compat: use String#ord to escape filenames for compiled method names
Jeremy Kemper
2007-12-15
1
-2
/
+2
*
Fixed that ActionView#file_exists? would be incorrect if @first_render is set...
David Heinemeier Hansson
2007-12-14
1
-1
/
+1
*
More Action View refactoring. Knock :erb default down a notch. Closes #10455.
Jeremy Kemper
2007-12-10
1
-57
/
+44
*
Fix up template handler tests. Closes #10437.
Jeremy Kemper
2007-12-10
1
-1
/
+5
*
Refactor Action View template handlers. Closes #10437.
Jeremy Kemper
2007-12-09
1
-89
/
+41
*
Ensure that ActionMailer::Base is there and not just the parent module
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Don't inadvertently hit const_missing in defined?(ActionMailer::Base) check
Jeremy Kemper
2007-12-01
1
-1
/
+1
*
Add #prepend_view_path and #append_view_path instance methods on ActionContro...
Rick Olson
2007-11-26
1
-1
/
+21
*
Add deprecation for old subtemplate syntax for ActionMailer templates, use re...
Rick Olson
2007-11-26
1
-0
/
+13
*
Tests and fix for extension extraction. References #10130 [tarmo]
Michael Koziarski
2007-11-22
1
-2
/
+1
*
Fixed that partial rendering should look at the type of the first render to d...
David Heinemeier Hansson
2007-11-18
1
-2
/
+10
*
Actually cache the template names.
Michael Koziarski
2007-11-14
1
-1
/
+1
*
Fix silent failure of rxml templates. Closes #9879.
Jeremy Kemper
2007-10-15
1
-1
/
+2
*
String#to_xs uses the fast_xs extension if available for Builder speedup.
Jeremy Kemper
2007-10-07
1
-0
/
+1
*
Include asset host in public path cache key. Clear cache between asset tag te...
Jeremy Kemper
2007-09-24
1
-0
/
+4
*
move TextHelper#sanitize config options to the TextHelper module so it can be...
Rick Olson
2007-09-23
1
-129
/
+0
*
Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...
Rick Olson
2007-09-23
1
-0
/
+2
*
Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ...
Rick Olson
2007-09-23
1
-0
/
+129
*
ERB::Util#html_escape creates fewer objects
Jeremy Kemper
2007-09-18
1
-0
/
+10
*
Added partial layouts (see example in action_view/lib/partials.rb) [DHH]
David Heinemeier Hansson
2007-08-02
1
-1
/
+11
*
Make ActionView#view_paths an attr_accessor for real this time. Also, don't ...
Rick Olson
2007-06-15
1
-7
/
+7
*
Reduce file stat calls when checking for template changes. Closes #7736.
Jeremy Kemper
2007-05-27
1
-4
/
+6
*
catch possible WSOD when trying to render a missing partial. Closes #8454 [Ca...
Rick Olson
2007-05-24
1
-0
/
+4
*
Add some performance enhancements to ActionView.
Rick Olson
2007-05-15
1
-45
/
+68
*
Assume that rendered partials go by the HTML format by default
Rick Olson
2007-05-15
1
-13
/
+1
*
Fix various documentation typos throughout ActionPack. Closes #8111. [Henrik N]
Marcel Molina
2007-05-06
1
-1
/
+1
*
apply [6543] to edge. Closes #5044 [tpope]
Rick Olson
2007-04-20
1
-1
/
+2
*
Tweak template format rules so that the ACCEPT header is only used if it's te...
Rick Olson
2007-04-15
1
-1
/
+13
*
The default respond_to blocks don't set a specific extension anymore, so that...
Rick Olson
2007-04-12
1
-43
/
+50
[next]