aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26507 from Neodelf/actionview_duplicateRafael França2016-09-162-6/+2
|\
| * DRYing duplicate methodsAndrey Molchanov2016-09-162-6/+2
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-5/+5
|/
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-79/+79
* modernizes hash syntax in actionviewXavier Noria2016-08-062-8/+8
* applies new string literal convention in actionview/libXavier Noria2016-08-067-24/+24
* systematic revision of =~ usage in AVXavier Noria2016-07-252-3/+5
* Change the raw template handler to render html-safe stringseileencodes2016-06-211-1/+1
* keep layouts + locals from bloating the cacheAaron Patterson2016-05-171-0/+17
* Ensure Cache#inspect doesn't block concurrent cache writesJeremy Daer2016-04-191-0/+4
* set in no more used in ActionView::Template::TypesGaurav Sharma2016-03-251-1/+0
* Support `:any` variants lookup in `PathResolver`Godfrey Chan2016-03-011-2/+6
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-251-2/+6
* Make collection caching explicit.Kasper Timm Hansen2016-02-201-25/+0
* WIP: Errors in logs should show log tags as well.Vipul A M2016-02-121-2/+2
* Merge pull request #22772 from gsamokovarov/nack-template-errorDavid Heinemeier Hansson2016-02-101-0/+4
|\
| * Fix edge case with ActionView::Template::Error reraiseGenadi Samokovarov2015-12-231-0/+4
* | Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-3/+20
|\ \
| * | allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-3/+20
| |/
* | Remove ActionView dependence on ActionPack's Mime implementationJon Moss2016-01-171-1/+1
* | Store the symbols as an array.Kasper Timm Hansen2016-01-171-1/+1
* | Enrich the SET constant to respond to symbols.Kasper Timm Hansen2016-01-171-1/+5
* | Don't bother looking up the types.Kasper Timm Hansen2016-01-171-3/+3
* | Replace class attribute with SET constant.Kasper Timm Hansen2016-01-171-3/+2
* | Remove register abstraction.Kasper Timm Hansen2016-01-171-7/+1
* | Replace delegate calls with standard method defs.Kasper Timm Hansen2016-01-171-1/+4
* | Spare to_sym call in `==`.Kasper Timm Hansen2016-01-171-2/+1
* | Make ref return the internal symbol.Kasper Timm Hansen2016-01-171-1/+1
* | Prefer inspect over escaping and sorround by quote marksSantiago Pastorino2016-01-051-3/+1
* | Add Html template handler that wraps Raw output in an OutputBufferSantiago Pastorino2016-01-052-1/+12
* | Require only the concurrent/map featureRafael Mendonça França2015-12-231-1/+1
|/
* 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