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
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Ensure original exception message is present in both Template::Error#message ...
John Firebaugh
2010-10-29
1
-4
/
+1
|
*
ActiveSupport::Deprecation.silence no longer needed.
John Firebaugh
2010-10-29
1
-1
/
+1
*
|
A bunch of cleanup on the inherited template patch
wycats
2010-12-26
2
-3
/
+7
*
|
Bring back config.action_view.cache_template_loading [#5847 state:resolved]
Piotr Sarnacki
2010-12-16
1
-3
/
+8
*
|
Ensure resolvers backward compatibility.
José Valim
2010-12-09
1
-1
/
+1
*
|
Deprecate handler_class_for_extension as template handlers can be any Ruby ob...
José Valim
2010-12-01
2
-2
/
+8
*
|
Make safe_append= live on AV::OutputBuffer not AS::SafeBuffer
Michael Koziarski
2010-11-08
1
-0
/
+1
*
|
Added support for Erubis <%== tag
Jan Maurits Faber
2010-11-08
1
-1
/
+5
|
/
*
Remove :cache => true on lookup templates initialization.
José Valim
2010-10-14
1
-20
/
+0
*
SReorganize autoloads slightly and move two files to lib/action_view root.
José Valim
2010-10-14
1
-2
/
+2
*
Do not allow templates coming from Fallback resolvers to store a virtual path.
José Valim
2010-10-10
1
-0
/
+13
*
Use identifiers for template equality.
José Valim
2010-10-10
1
-0
/
+20
*
Resolvers now consider timestamps.
José Valim
2010-10-10
1
-21
/
+46
*
Deprecate old template handler API. Remove old handlers.
José Valim
2010-10-10
5
-30
/
+35
*
Remove locals dependency from template.
José Valim
2010-10-07
2
-11
/
+23
*
Get rid of ruby warnings in Resolvers. Move a few methods up to the abstract ...
José Valim
2010-10-07
1
-21
/
+24
*
Template::Error is also used if rendering fails.
John Firebaugh
2010-10-04
1
-2
/
+3
*
Initialize @path.
Emilio Tagua
2010-09-28
1
-0
/
+1
*
Initialize @sub_templates
Emilio Tagua
2010-09-28
1
-0
/
+1
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Remove deprecated support to <% form_for %> and several ActionController::Bas...
José Valim
2010-08-29
1
-15
/
+0
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
2
-2
/
+2
*
Avoid using Pathname on Resolver and AS::Dependencies.
José Valim
2010-06-24
1
-1
/
+1
*
Final touches and fixes.
Rizwan Reza
2010-06-21
4
-0
/
+4
*
Optimize LookupContext
wycats
2010-06-04
1
-1
/
+1
*
Update template to allow handlers to more cleanly handle encodings (ht: nex3)
wycats
2010-05-30
2
-27
/
+26
*
Make sure encoding changes don't break 1.8
wycats
2010-05-17
1
-1
/
+3
*
Significantly improved internal encoding heuristics and support.
wycats
2010-05-16
3
-4
/
+64
*
Initial work to improve the state of encodings for templates
wycats
2010-05-16
1
-45
/
+53
*
Check blocks are not incorrectly detected when compiling erubis templates [#4...
Simon Jefford
2010-05-16
1
-1
/
+1
*
Use annoted source code in Template:Error to avoid special cases in the show ...
José Valim
2010-05-09
1
-3
/
+2
*
Make backtrace_cleaner work as expected. Prior to this patch, the Full Trace ...
José Valim
2010-05-03
1
-26
/
+6
*
yield always return an array, so we don't need to use .key?
José Valim
2010-03-31
1
-6
/
+1
*
Eliminate an error from an implicit dependency on AV::Base
wycats
2010-03-19
1
-2
/
+22
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
1
-7
/
+12
*
Sending the partial as info is no longer required.
José Valim
2010-03-18
1
-3
/
+3
*
Move more normalization up to the lookup context, so it does not have to repe...
José Valim
2010-03-16
1
-23
/
+1
*
Add deprecation notices for <% %>.
Carlhuda
2010-03-15
1
-1
/
+18
*
Finish cleaning up rendering stack from views and move assigns evaluation to ...
José Valim
2010-03-12
2
-10
/
+7
*
%= works for content_tag and does not require parenthesis on method call
José Valim
2010-03-12
1
-47
/
+6
*
Delegate #encoding to SafeBuffer too
Jeremy Kemper
2010-03-11
1
-0
/
+4
*
Merge branch 'master' of github.com:rails/rails
wycats
2010-03-10
2
-24
/
+18
|
\
|
*
Optimize and clean up how details key get expired.
José Valim
2010-03-10
1
-0
/
+5
|
*
Clean up the API required from ActionView::Template.
José Valim
2010-03-09
2
-24
/
+13
*
|
Make form helpers work with <%=
wycats
2010-03-09
1
-0
/
+8
*
|
Deprecate block_called_from_erb? pending a solution for getting it into apps
Carlhuda
2010-03-09
1
-5
/
+41
|
/
*
Clean LookupContext API.
José Valim
2010-03-08
1
-6
/
+10
*
Move details to lookup_context and make resolvers use the cache key.
José Valim
2010-03-08
1
-34
/
+12
*
Speed up performance in resolvers by adding fallbacks just when required.
José Valim
2010-03-08
1
-24
/
+7
[prev]
[next]