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
*
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
*
refactor the optimized build_query a bit
Aaron Patterson
2011-08-08
1
-8
/
+3
*
reduce file stats by improving our dir glob pattern
Aaron Patterson
2011-08-08
1
-1
/
+1
*
hash on the template directory in order to improve cache hits
Aaron Patterson
2011-08-08
1
-2
/
+3
*
use meaningful names with our variables
Aaron Patterson
2011-08-08
1
-6
/
+6
*
use binread to read the files
Aaron Patterson
2011-08-08
1
-1
/
+2
*
Use shorter class-level File methods instead of going through File.stat.
thedarkone
2011-07-25
1
-1
/
+1
*
remove warning: assigned but unused variable
Santiago Pastorino
2011-06-08
1
-1
/
+0
*
corrected the ActionMailer tests which broke due to some code removed from Ac...
Josh Kalderimis
2011-05-25
1
-0
/
+1
*
removed deprecated methods, and related tests, from ActionPack
Josh Kalderimis
2011-05-24
3
-56
/
+0
*
fixed some ruby 19 warnings, including circular requires and variable name reuse
Josh Kalderimis
2011-05-21
1
-1
/
+0
*
Optimize the most common resolver case.
José Valim
2011-05-09
1
-13
/
+26
*
No need for replace.
José Valim
2011-05-09
1
-12
/
+11
*
Added activesupport requires for Array.wrap in previously modified files
Burke Libbey
2011-05-07
1
-0
/
+1
*
Remove redundant check for is_a?(String)
Burke Libbey
2011-05-06
1
-1
/
+1
*
Added a test for MissingTemplate change, and changed to use Array.wrap() as
Burke Libbey
2011-05-06
1
-1
/
+1
*
Made ActionView::MissingTemplate#initialize optionally accept a single string
Burke Libbey
2011-05-06
1
-0
/
+1
*
Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...
José Valim
2011-04-16
1
-14
/
+4
*
Buffer should be an option passed down to template rendering.
José Valim
2011-04-16
1
-1
/
+1
*
removes a remaining reference to .rjs in template resolver's RDoc
Xavier Noria
2011-04-13
1
-1
/
+1
*
removes the RJS template handler
Xavier Noria
2011-04-13
2
-15
/
+0
*
s/ERb/ERB/g
Akira Matsuda
2011-04-03
1
-1
/
+1
*
fixes a couple of regexps, the suite showed warnings about them
Xavier Noria
2011-03-27
1
-2
/
+2
*
Improved resolver docs a bit
José Valim
2011-03-19
1
-2
/
+10
*
[action_view] docs for FileSystemResolver
Chris Kowalik
2011-03-20
1
-2
/
+30
*
[action_view] added custom patterns to template resolver
Chris Kowalik
2011-03-20
1
-18
/
+49
*
Add additional text to NotImplementedErrors [#6328 state:resolved]
Mike Gehard
2011-03-12
1
-1
/
+1
*
Action Pack typos.
R.T. Lechow
2011-03-05
1
-1
/
+1
*
reduce string append funcalls
Aaron Patterson
2011-02-08
1
-3
/
+3
*
Ensure render is case sensitive even on systems with case-insensitive filesys...
José Valim
2011-02-08
1
-3
/
+12
*
Merge branch 'template_error' into merge
Aaron Patterson
2011-01-18
1
-4
/
+1
|
\
|
*
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
[next]