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
...
*
Modify assert_template to use notifications. Also, remove ActionController::B...
Carlhuda
2010-03-17
1
-2
/
+7
*
Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...
wycats
2010-03-17
1
-0
/
+1
*
Do not always include the named URL helpers into AC::Base and AV::Base.
Carl Lerche
2010-03-16
1
-0
/
+4
*
Add deprecation notices for <% %>.
Carlhuda
2010-03-15
1
-0
/
+3
*
Finish cleaning up rendering stack from views and move assigns evaluation to ...
José Valim
2010-03-12
1
-9
/
+0
*
Allow anything that responds to render to be given as :template and use find_...
José Valim
2010-03-12
1
-1
/
+1
*
Optimize and clean up how details key get expired.
José Valim
2010-03-10
1
-1
/
+1
*
Clean LookupContext API.
José Valim
2010-03-08
1
-1
/
+1
*
Merge master.
José Valim
2010-03-08
1
-0
/
+2
|
\
|
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-0
/
+2
*
|
Speed up performance in resolvers by adding fallbacks just when required.
José Valim
2010-03-08
1
-28
/
+18
*
|
Rename Template::Lookup to LookupContext.
José Valim
2010-03-08
1
-19
/
+8
*
|
More refactoring on the views side of rendering.
José Valim
2010-03-08
1
-1
/
+1
*
|
Move layout lookup to views.
José Valim
2010-03-08
1
-5
/
+1
*
|
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
1
-53
/
+25
|
/
*
Tweak how ActionPack handles InheritableOptions
Carl Lerche
2010-03-03
1
-1
/
+1
*
Start refactoring the method of configuring ActionView
Carlhuda
2010-03-03
1
-10
/
+2
*
Delegate formats to the controller
Carlhuda
2010-03-01
1
-2
/
+23
*
Renamed LocalizedCache to DetailsCache.
José Valim
2010-02-24
1
-1
/
+1
*
Include missing modules.
José Valim
2010-02-22
1
-2
/
+2
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-1
/
+2
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-1
/
+1
*
Improve missing template error messages a little bit.
José Valim
2010-01-31
1
-6
/
+11
*
Fix t('.helper').
José Valim
2010-01-26
1
-2
/
+4
*
Make @controller an internal ivar in the view
Joshua Peek
2010-01-22
1
-8
/
+6
*
Silence warnings
Mikel Lindsaar
2010-01-02
1
-0
/
+1
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-1
/
+1
*
Extracted localized_cache.rb from ActionController, added it to AbstractContr...
José Valim
2009-11-01
1
-2
/
+2
*
Change config implementation in AV slightly
Yehuda Katz
2009-10-15
1
-1
/
+10
*
Make this less brittle and work on 1.8
Yehuda Katz
2009-10-15
1
-9
/
+9
*
Add a read-only method which plugin authors can use to determine if xss escap...
Michael Koziarski
2009-10-15
1
-0
/
+5
*
Start adding configuration to ActionView instead of using constants.
Yehuda Katz
2009-10-14
1
-1
/
+1
*
Get rid of constant name usage for stack trace help in favor of overriding #i...
Yehuda Katz
2009-10-09
1
-9
/
+9
*
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
[prev]
[next]