aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template
Commit message (Expand)AuthorAgeFilesLines
* allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-3/+20
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-6/+13
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+2
* Add wildcard template dependencies.Kasper Timm Hansen2015-07-261-0/+14
* Freeze string literals when not mutated.schneems2015-07-191-2/+2
* Support explicit defintion of resouce name for collection caching.Dov Murik2015-07-071-2/+9
* Improve detection of partial templates eligible for collection caching.Dov Murik2015-06-221-1/+1
* applies project style guidelinesXavier Noria2015-06-201-7/+7
* removes unnecessary backslashes in regexpsXavier Noria2015-06-201-3/+3
* Merge pull request #17512 from JackDanger/danger/use-default-view-pattern-in-...Zachary Scott2015-04-101-1/+1
|\
| * Using the real resolver pattern in docsJack Danger Canty2014-11-041-1/+1
* | Freeze static arguments for gsubbrainopia2015-04-021-1/+1
* | Prefer string patterns for gsubbrainopia2015-04-021-1/+1
* | Collections automatically cache and fetch partials.Kasper Timm Hansen2015-02-211-0/+18
* | Remove version conditional for find_template_pathsRafael Mendonça França2015-01-041-18/+6
* | Remove unneeded requiresRafael Mendonça França2015-01-041-1/+0
* | Change the default template handler from `ERB` to `Raw`.Rafael Mendonça França2015-01-042-8/+2
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-294-4/+4
* | Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-201-1/+1
* | Some valid block calls in templates caused syntax errorsAkira Matsuda2014-11-201-1/+1
|/
* Call gsub with a Regexp instead of a String for better performancePablo Herrero2014-11-011-1/+1
* let's warn with heredocsXavier Noria2014-10-281-3/+5
* Add +variants to ActionView::FileSystemResolver documentation.Felipe Oliveira2014-09-261-3/+4
* handle <%== nil %> casesAaron Patterson2014-09-141-2/+2
* Add unregister_template_handler to prevent leaks.Zuhao Wan2014-06-121-0/+9
* Feature detect based on Ruby version.Aaron Patterson2014-05-181-1/+1
* feature detect for FNM_EXTGLOB for older Ruby. Fixes #15053Aaron Patterson2014-05-101-5/+21
* use fnmatch to test for case insensitive file systemsAaron Patterson2014-05-091-4/+2
* Fix documentation of extract_handler_and_format_and_variant [ci skip]Prathamesh Sonpatki2014-04-261-1/+1
* Add variants to Template classŁukasz Strzałkowski2014-03-141-7/+10
* Use the reference for the mime type to get the formatRafael Mendonça França2014-02-182-2/+2
* Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-0/+34
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-7/+10
* optimize string literals in erb templatesAaron Patterson2013-12-031-2/+2
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-032-2/+2
* `ActionView::MissingTemplate` for partials includes underscore.Yves Senn2013-12-021-0/+3
* Use `set_backtrace` instead of `@backtrace` in ActionView errorShimpei Makimoto2013-11-161-2/+2
* Remove require to AP stuff that leftŁukasz Strzałkowski2013-06-201-1/+0
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-208-0/+791