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
...
*
Fix warning spew for 1.9
Carl Lerche
2009-10-08
1
-1
/
+5
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-1
/
+1
*
Not calling a private method anymore
Yehuda Katz
2009-10-07
1
-2
/
+5
*
Fix warning spew
Yehuda Katz
2009-10-06
1
-1
/
+3
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
1
-1
/
+12
*
Clean up ActionView some:
Yehuda Katz
2009-08-15
1
-16
/
+0
*
Experimental: Improve performance of ActionView by preventing method cache fl...
Yehuda Katz
2009-08-09
1
-13
/
+21
*
Cache controller_path on the AV instance to avoid needing to make additional ...
Yehuda Katz
2009-08-09
1
-1
/
+3
*
Rendering a template from ActionView will default to looking for partials onl...
Yehuda Katz
2009-08-09
1
-1
/
+1
*
Rename find_by_parts and find_by_parts? to find and exists?
Yehuda Katz
2009-08-07
1
-1
/
+1
*
Separate ActionView::Context so something else can easily be made into an AV ...
Yehuda Katz
2009-07-19
1
-6
/
+1
*
Simplify required "ActionView compliant" API
Yehuda Katz
2009-07-19
1
-0
/
+6
*
Minor ActionView cleanup
Yehuda Katz + Carl Lerche
2009-06-18
1
-5
/
+4
*
Drive the final stake through @content_for_*'s heart!
Yehuda Katz + Carl Lerche
2009-06-17
1
-1
/
+3
*
Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...
Yehuda Katz + Carl Lerche
2009-06-17
1
-38
/
+14
*
Fixing pending tests and fixed some formats / partial rendering semantics
Yehuda Katz + Carl Lerche
2009-06-17
1
-0
/
+2
*
Added the :rjs render option
Yehuda Katz + Carl Lerche
2009-05-21
1
-8
/
+9
*
Remove some response content type concepts from ActionView
Yehuda Katz + Carl Lerche
2009-05-21
1
-2
/
+5
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+3
*
Deprecate template, session, assigns, and layout accessors on response object...
Joshua Peek
2009-04-28
1
-1
/
+1
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
1
-1
/
+3
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-2
/
+31
|
\
|
*
pluginize concurrent block body part
Jeremy Kemper
2009-03-19
1
-2
/
+2
|
*
Body parts: future rendering, threaded future, queued future, open-uri example
Jeremy Kemper
2009-03-13
1
-2
/
+8
|
*
Change naming to match 2.2 so life is easier on plugin developers
Jeremy Kemper
2009-03-12
1
-5
/
+5
|
*
Eliminate internal render stack since we only need its head and tail
Jeremy Kemper
2009-03-12
1
-2
/
+16
|
*
Use Array.wrap() instead of Array() and handle action_view.cache_template_loa...
Pratik Naik
2009-02-28
1
-1
/
+1
|
*
Ensure the old behaviour is retained when action_view.cache_template_loading ...
Pratik Naik
2009-02-28
1
-3
/
+3
|
*
Fix templates reloading in development when using custom view path [#2012 sta...
Joshua Peek
2009-02-19
1
-2
/
+2
|
*
Port fast reloadable templates from rails-dev-boost.
thedarkone
2009-02-12
1
-3
/
+10
|
*
Improve view rendering performance in development mode and reinstate template...
Andrew White
2009-02-09
1
-2
/
+6
*
|
Updated old AC::Base for small changes to AV
Yehuda Katz and Carl Lerche
2009-04-08
1
-1
/
+2
*
|
Merge commit 'rails/3-0-unstable'
Yehuda Katz
2009-01-30
1
-80
/
+9
|
\
\
|
*
|
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-81
/
+10
|
|
/
|
*
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2008-12-29
1
-1
/
+1
*
|
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2009-01-01
1
-1
/
+1
*
|
Initial work to merge several places with similar logic
Yehuda Katz
2008-12-25
1
-1
/
+1
|
/
*
Ensure the template format is always passed to the template finder. Now we ca...
Joshua Peek
2008-12-21
1
-57
/
+5
*
Merge with docrails
Pratik Naik
2008-12-07
1
-2
/
+6
*
Silence server backtrace in rescue templates and log files. Also remove some ...
Joshua Peek
2008-12-05
1
-1
/
+1
*
Set template_format to html inside rjs templates so renders within it default...
Joshua Peek
2008-12-04
1
-3
/
+0
*
Fix rendering html partials from an rjs template
Sam Stephenson
2008-12-04
1
-1
/
+1
*
Reinstate "Super lazy load view paths in development mode (no indexing or cac...
Joshua Peek
2008-11-28
1
-3
/
+1
*
Revert "Super lazy load view paths in development mode (no indexing or cachin...
David Heinemeier Hansson
2008-11-27
1
-1
/
+3
*
Super lazy load view paths in development mode (no indexing or caching at all...
Joshua Peek
2008-11-26
1
-3
/
+1
*
use autoload instead of explicit requires for ActionView
Joshua Peek
2008-11-23
1
-1
/
+1
*
Changed the default of ActionView#render to assume partials instead of files ...
David Heinemeier Hansson
2008-11-19
1
-7
/
+16
*
Fix rendering html partial via inline render when with :js format [#1399 stat...
Luke Melia
2008-11-18
1
-1
/
+2
*
Track rendered templates in stack so the current template can always be acces...
Joshua Peek
2008-10-28
1
-3
/
+8
*
Remove stuff that was deprecated in 2-1-stable
Pratik Naik
2008-10-21
1
-16
/
+0
[prev]
[next]