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
/
actionview
/
lib
/
action_view
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-6
/
+13
*
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-2
/
+2
*
Add wildcard template dependencies.
Kasper Timm Hansen
2015-07-26
1
-0
/
+14
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-2
/
+2
*
Support explicit defintion of resouce name for collection caching.
Dov Murik
2015-07-07
1
-2
/
+9
*
Improve detection of partial templates eligible for collection caching.
Dov Murik
2015-06-22
1
-1
/
+1
*
applies project style guidelines
Xavier Noria
2015-06-20
1
-7
/
+7
*
removes unnecessary backslashes in regexps
Xavier Noria
2015-06-20
1
-3
/
+3
*
Merge pull request #17512 from JackDanger/danger/use-default-view-pattern-in-...
Zachary Scott
2015-04-10
1
-1
/
+1
|
\
|
*
Using the real resolver pattern in docs
Jack Danger Canty
2014-11-04
1
-1
/
+1
*
|
Freeze static arguments for gsub
brainopia
2015-04-02
1
-1
/
+1
*
|
Prefer string patterns for gsub
brainopia
2015-04-02
1
-1
/
+1
*
|
Collections automatically cache and fetch partials.
Kasper Timm Hansen
2015-02-21
1
-0
/
+18
*
|
Remove version conditional for find_template_paths
Rafael Mendonça França
2015-01-04
1
-18
/
+6
*
|
Remove unneeded requires
Rafael Mendonça França
2015-01-04
1
-1
/
+0
*
|
Change the default template handler from `ERB` to `Raw`.
Rafael Mendonça França
2015-01-04
2
-8
/
+2
*
|
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
4
-4
/
+4
*
|
Wrap code snippets in +, not backticks, in sdoc
claudiob
2014-11-20
1
-1
/
+1
*
|
Some valid block calls in templates caused syntax errors
Akira Matsuda
2014-11-20
1
-1
/
+1
|
/
*
Call gsub with a Regexp instead of a String for better performance
Pablo Herrero
2014-11-01
1
-1
/
+1
*
let's warn with heredocs
Xavier Noria
2014-10-28
1
-3
/
+5
*
Add +variants to ActionView::FileSystemResolver documentation.
Felipe Oliveira
2014-09-26
1
-3
/
+4
*
handle <%== nil %> cases
Aaron Patterson
2014-09-14
1
-2
/
+2
*
Add unregister_template_handler to prevent leaks.
Zuhao Wan
2014-06-12
1
-0
/
+9
*
Feature detect based on Ruby version.
Aaron Patterson
2014-05-18
1
-1
/
+1
*
feature detect for FNM_EXTGLOB for older Ruby. Fixes #15053
Aaron Patterson
2014-05-10
1
-5
/
+21
*
use fnmatch to test for case insensitive file systems
Aaron Patterson
2014-05-09
1
-4
/
+2
*
Fix documentation of extract_handler_and_format_and_variant [ci skip]
Prathamesh Sonpatki
2014-04-26
1
-1
/
+1
*
Add variants to Template class
Łukasz Strzałkowski
2014-03-14
1
-7
/
+10
*
Use the reference for the mime type to get the format
Rafael Mendonça França
2014-02-18
2
-2
/
+2
*
Introduce `render :html` for render HTML string
Prem Sichanugrist
2014-02-18
1
-0
/
+34
*
Action Pack Variants
Łukasz Strzałkowski
2013-12-04
1
-7
/
+10
*
optimize string literals in erb templates
Aaron Patterson
2013-12-03
1
-2
/
+2
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
2
-2
/
+2
*
`ActionView::MissingTemplate` for partials includes underscore.
Yves Senn
2013-12-02
1
-0
/
+3
*
Use `set_backtrace` instead of `@backtrace` in ActionView error
Shimpei Makimoto
2013-11-16
1
-2
/
+2
*
Remove require to AP stuff that left
Łukasz Strzałkowski
2013-06-20
1
-1
/
+0
*
Move actionpack/lib/action_view* into actionview/lib
Piotr Sarnacki
2013-06-20
8
-0
/
+791