aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template/resolver.rb
Commit message (Expand)AuthorAgeFilesLines
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use tt in doc for ActionView [ci skip]Yoshiyuki Hirano2017-08-271-3/+3
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* 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-021-1/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | 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
* 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
* | `find_templates` should be able to handle 5 argumentskenta-s2017-01-191-2/+2
|/
* No need to nodoc private methodsAkira Matsuda2016-12-241-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-5/+5
* 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-061-74/+74
* modernizes hash syntax in actionviewXavier Noria2016-08-061-6/+6
* applies new string literal convention in actionview/libXavier Noria2016-08-061-3/+3
* 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
* 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
* 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
* | Require only the concurrent/map featureRafael Mendonça França2015-12-231-1/+1
|/
* 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
* 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
* | 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-041-6/+0
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
|/
* let's warn with heredocsXavier Noria2014-10-281-3/+5
* Add +variants to ActionView::FileSystemResolver documentation.Felipe Oliveira2014-09-261-3/+4
* 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
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-7/+10
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+326