aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template/types.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in actionview/libXavier Noria2016-08-061-1/+1
* set in no more used in ActionView::Template::TypesGaurav Sharma2016-03-251-1/+0
* 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
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+57