aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template
Commit message (Expand)AuthorAgeFilesLines
...
* Use wildcard glob for optimized template resolvingJohn Hawthorn2018-09-121-13/+51
* Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-6/+6
* Deprecate usage of ActionView::Template::Handlers::ERB::escape_whitelistKevin Deisz2018-08-241-2/+12
* Remove unused `MissingRequestError`yuuji.yaginuma2017-10-311-3/+0
* Remove deprecated Erubis ERB handlerRafael Mendonça França2017-10-233-97/+0
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use tt in doc for ActionView [ci skip]Yoshiyuki Hirano2017-08-271-3/+3
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-274-4/+4
* Use frozen string literal in actionview/Kir Shatrov2017-07-2413-0/+26
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-1/+1
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0213-13/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0213-0/+13
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-0113-0/+13
| * | Make ActionMailer frozen string literal friendly.Pat Allan2017-06-201-1/+1
| |/
* / [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
|/
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-292-10/+4
* call `gem` `erubis` before requireyuuji.yaginuma2017-02-011-0/+1
* Fix inherit from deprecated `ActionView::Template::Handlers::Erubis`Fumiaki MATSUSHIMA2017-02-012-1/+10
* Merge pull request #27738 from kenta-s/remove-unused-argument-formatsRafael França2017-01-311-2/+2
|\
| * Remove unused argument `formats`kenta-s2017-01-201-2/+2
* | Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-253-72/+166
* | `find_templates` should be able to handle 5 argumentskenta-s2017-01-191-2/+2
|/
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* Privatize unneededly protected methods in Action ViewAkira Matsuda2016-12-241-2/+2
* No need to nodoc private methodsAkira Matsuda2016-12-241-2/+2
* Remove unused argumentRafael Mendonça França2016-12-021-4/+3
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-5/+5
* let Regexp#match? be globally availableXavier Noria2016-10-272-2/+0
* Removed deprecated `#original_exception` in `ActionView::Template::Error`.Rafael Mendonça França2016-10-101-11/+1
* 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
| |/