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
*
formatted_code_for should be private
Guillermo Iguaran
2012-12-31
1
-12
/
+12
*
Add style to AV::Template::Error exception page
Guillermo Iguaran
2012-12-31
1
-4
/
+12
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-30
/
+29
*
Override <%== to always behave as literal text rather than toggling based on ...
Jeremy Kemper
2012-12-03
1
-0
/
+11
*
Introduce `ActionView::Template::Handlers::ERB.escape_whitelist`.
Joost Baaij
2012-11-16
1
-0
/
+5
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
*
Fix failing tests and use new hash style in deprecation messages
Carlos Antonio da Silva
2012-10-29
1
-1
/
+1
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-1
/
+7
*
Merge pull request #7669 from guilleiguaran/rename-rb-handler
Carlos Antonio da Silva
2012-09-17
1
-1
/
+1
|
\
|
*
Rename .rb template handler to .ruby to avoid conflicts with mustache views c...
Guillermo Iguaran
2012-09-17
1
-1
/
+1
*
|
allowing pass couple extension to register_template_handler call
Tima Maslyuchenko
2012-09-17
1
-3
/
+6
|
/
*
Add .rb template handler
Guillermo Iguaran
2012-09-11
1
-0
/
+1
*
Sprockets-rails tests fail
Dmitry Vorotilin
2012-09-01
1
-0
/
+3
*
Implement ActionView::Template::Types
Piotr Sarnacki
2012-08-28
3
-2
/
+61
*
Remove Mime::Type translations from Action View
Piotr Sarnacki
2012-08-28
3
-8
/
+7
*
Indentation should consider line number character count.
Lucas Uyezu
2012-08-13
1
-2
/
+2
*
Revert "Merge pull request #7033 from kron4eg/master". Not a a fan at all of ...
David Heinemeier Hansson
2012-08-07
1
-10
/
+4
*
Restoring the '%' trim mode for ERb templates, allowing for a leading percent...
Artiom Di
2012-08-07
1
-4
/
+10
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
eliminating another string subclass
Aaron Patterson
2012-06-22
1
-3
/
+7
*
use mutex_m rather than use a delegate system
Aaron Patterson
2012-06-21
1
-6
/
+3
*
Merge pull request #6428 from pinetops/resolver_concurrency_fix
Yehuda Katz
2012-06-21
1
-19
/
+76
|
\
|
*
Improve the readability of the Resolver change detection code
Tom Clarke
2012-05-22
1
-11
/
+19
|
*
More granular locking of the Resolver template cache
Tom Clarke
2012-05-21
1
-5
/
+23
|
*
Make the Resolver template cache threadsafe - closes #6404
Tom Clarke
2012-05-21
1
-19
/
+50
*
|
stop subclassing string
Aaron Patterson
2012-06-21
1
-3
/
+10
|
/
*
Revert "Merge pull request #6425 from pinetops/resolver_concurrency_fix"
José Valim
2012-05-21
1
-68
/
+19
*
More granular locking of the Resolver template cache
Tom Clarke
2012-05-21
1
-5
/
+23
*
Make the Resolver template cache threadsafe - closes #6404
Tom Clarke
2012-05-21
1
-19
/
+50
*
Created a Raw handler for templates.
Steve Klabnik
2012-05-17
3
-1
/
+16
*
Move require to where it's needed
Santiago Pastorino
2012-05-11
1
-0
/
+1
*
Minor clarification in documentation language and spelling
Matthew Daubert
2012-03-13
1
-4
/
+4
*
format lookup for partials is derived from the format in which the template i...
Santiago Pastorino
2012-02-22
1
-4
/
+0
*
Merge pull request #5101 from ckdake/ckdake_actionview_handler_reset
José Valim
2012-02-20
1
-0
/
+1
*
updating documentation for register_template_handler
James A. Rosen
2012-02-01
1
-8
/
+5
*
Removed unused assigns from ActionView::Template::Error
brainopia
2012-01-20
1
-2
/
+2
*
Change more Array.wrap to Kernel#Array
Rafael Mendonça França
2012-01-05
1
-2
/
+1
*
deprecate String#encoding_aware? and remove its usage
Sergey Nartimov
2011-12-24
1
-14
/
+10
*
Remove some of the ActiveSupport core extensions related to 1.8.
Uģis Ozols
2011-12-21
1
-1
/
+0
*
Do not hard code encoding to UTF8
José Valim
2011-12-20
1
-5
/
+1
*
don't encode an UTF-8 encoded template
Xu Pan
2011-12-20
1
-1
/
+1
*
Revert accidental change from cattr_accessor to class_attribute.
José Valim
2011-12-08
1
-1
/
+1
*
Some small optimizations and improvements to benchmark code.
José Valim
2011-12-08
1
-1
/
+1
*
fix exception page when template contains utf-8 and parameters contain utf-8
lest
2011-11-30
1
-1
/
+5
*
Fixes for using action view template in isolation.
José Valim
2011-11-30
2
-2
/
+11
*
minor details revised in a gsub
Xavier Noria
2011-08-18
1
-1
/
+1
*
Properly escape glob characters.
Aaron Patterson
2011-08-16
1
-3
/
+12
*
Just remove the sort_locals method
Aaron Patterson
2011-08-09
1
-12
/
+1
*
the freeze trick does nothing on arrays used as hash keys.
Aaron Patterson
2011-08-09
1
-2
/
+1
*
use functional style to build a list of template objects
Aaron Patterson
2011-08-09
1
-9
/
+12
[next]