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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-1
/
+2
*
Deprecate Template#mime_type
Piotr Sarnacki
2012-08-28
1
-0
/
+6
*
Implement ActionView::Template::Types
Piotr Sarnacki
2012-08-28
1
-2
/
+3
*
Remove Mime::Type translations from Action View
Piotr Sarnacki
2012-08-28
1
-3
/
+3
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Merge pull request #6407 from pinetops/565c1b0a0772ac6cf91c77e9285806f7b028614c
José Valim
2012-05-20
1
-10
/
+22
*
format lookup for partials is derived from the format in which the template i...
Santiago Pastorino
2012-02-22
1
-11
/
+6
*
Don't wrap the raise with ensure
Santiago Pastorino
2012-02-21
1
-9
/
+11
*
Restore lookup formats to the previous value after searching for the failing ...
Santiago Pastorino
2012-02-21
1
-1
/
+3
*
Use the right format when a partial is missing.
Santiago Pastorino
2012-02-20
1
-0
/
+1
*
Removed unused assigns from ActionView::Template::Error
brainopia
2012-01-20
1
-3
/
+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
-13
/
+11
*
Check if source is encoding aware.
José Valim
2011-12-20
1
-32
/
+30
*
Do not hard code encoding to UTF8
José Valim
2011-12-20
1
-43
/
+53
*
load the encoding converter to work around [ruby-core:41556] when switching e...
Aaron Patterson
2011-12-08
1
-27
/
+0
*
Switch from marshal format to plain text for the encoding conversions dump. T...
Jon Leighton
2011-11-16
1
-6
/
+7
*
RUBY_ENGINE is not defined on 1.8
Jon Leighton
2011-11-06
1
-1
/
+1
*
Implement a workaround for a bug in ruby-1.9.3p0.
Jon Leighton
2011-11-06
1
-0
/
+26
*
Revert "Make sure that we don't perform in-place mutation on SafeBuffer string"
Santiago Pastorino and José Ignacio Costa
2011-06-10
1
-3
/
+0
*
Make sure that we don't perform in-place mutation on SafeBuffer string
Prem Sichanugrist
2011-06-10
1
-0
/
+3
*
action_view/template/handler has been removed
Kuldar Krabbi
2011-05-25
1
-1
/
+0
*
Fix styiling issue on ActionView::Template docs
Sebastian Martinez
2011-05-10
1
-5
/
+5
*
Remove dependency from _template.
José Valim
2011-05-01
1
-11
/
+3
*
Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...
José Valim
2011-04-16
1
-0
/
+6
*
Buffer should be an option passed down to template rendering.
José Valim
2011-04-16
1
-27
/
+4
*
Use Mime::Type references.
José Valim
2011-02-08
1
-1
/
+1
*
all tests pass
artemave
2010-12-26
1
-1
/
+1
*
Properly check the arity for template handlers.
José Valim
2010-12-09
1
-1
/
+1
*
Allow template handlers to store temp data.
José Valim
2010-11-24
1
-0
/
+5
*
Pass the view object as parameter to the handler. Useful if you need to acces...
José Valim
2010-11-17
1
-1
/
+2
*
Fix for ActionView::Template#refresh in rails 3.1.0.beta
André Camargo
2010-10-15
1
-1
/
+1
*
Remove :cache => true on lookup templates initialization.
José Valim
2010-10-14
1
-9
/
+0
*
Use identifiers for template equality.
José Valim
2010-10-10
1
-0
/
+9
*
Clean up unused methods from AV::Base and pass in the template object on rend...
José Valim
2010-10-10
1
-2
/
+5
*
Add expire! and rerender to the template API. This will be used by SASS templ...
José Valim
2010-10-10
1
-3
/
+20
*
Clean up the house before moving in the new furniture.
José Valim
2010-10-10
1
-2
/
+3
*
Resolvers now consider timestamps.
José Valim
2010-10-10
1
-12
/
+13
*
Add more docs and tests to templates.
José Valim
2010-10-09
1
-41
/
+54
*
Allow cache to be temporarily disabled through lookup_context.
José Valim
2010-10-07
1
-1
/
+3
*
render :template => 'foo/bar.json' now works as it should.
José Valim
2010-10-07
1
-2
/
+2
*
Remove locals dependency from template.
José Valim
2010-10-07
1
-23
/
+43
*
Revert "removing crazy finalizer code until there is proof that we need it"
José Valim
2010-09-30
1
-0
/
+11
*
removing crazy finalizer code until there is proof that we need it
Aaron Patterson
2010-09-29
1
-9
/
+0
*
Doh, be sure to store the string modification.
José Valim
2010-08-26
1
-3
/
+2
*
Do not modify frozen strings in place.
José Valim
2010-08-26
1
-1
/
+1
*
Ensure templates like template.html are found but still uses the proper virtu...
José Valim
2010-08-26
1
-3
/
+4
*
Revert "Revert "Name compiled render methods". This caused several failures o...
Jeremy Kemper
2010-06-29
1
-8
/
+11
*
Revert "Name compiled render methods". This caused several failures on AP tes...
José Valim
2010-06-29
1
-11
/
+8
[next]