| Commit message (Expand) | Author | Age | Files | Lines |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 2 | -79/+79 |
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 2 | -8/+8 |
* | applies new string literal convention in actionview/lib | Xavier Noria | 2016-08-06 | 7 | -24/+24 |
* | systematic revision of =~ usage in AV | Xavier Noria | 2016-07-25 | 2 | -3/+5 |
* | Change the raw template handler to render html-safe strings | eileencodes | 2016-06-21 | 1 | -1/+1 |
* | keep layouts + locals from bloating the cache | Aaron Patterson | 2016-05-17 | 1 | -0/+17 |
* | Ensure Cache#inspect doesn't block concurrent cache writes | Jeremy Daer | 2016-04-19 | 1 | -0/+4 |
* | set in no more used in ActionView::Template::Types | Gaurav Sharma | 2016-03-25 | 1 | -1/+0 |
* | Support `:any` variants lookup in `PathResolver` | Godfrey Chan | 2016-03-01 | 1 | -2/+6 |
* | Lock down new `ImplicitRender` behavior for 5.0 RC | Godfrey Chan | 2016-02-25 | 1 | -2/+6 |
* | Make collection caching explicit. | Kasper Timm Hansen | 2016-02-20 | 1 | -25/+0 |
* | WIP: Errors in logs should show log tags as well. | Vipul A M | 2016-02-12 | 1 | -2/+2 |
* | Merge pull request #22772 from gsamokovarov/nack-template-error | David Heinemeier Hansson | 2016-02-10 | 1 | -0/+4 |
|\ |
|
| * | Fix edge case with ActionView::Template::Error reraise | Genadi Samokovarov | 2015-12-23 | 1 | -0/+4 |
* | | Merge branch '5-0-beta-sec' | Aaron Patterson | 2016-01-25 | 1 | -3/+20 |
|\ \ |
|
| * | | allow :file to be outside rails root, but anything else must be inside the ra... | Aaron Patterson | 2016-01-22 | 1 | -3/+20 |
| |/ |
|
* | | Remove ActionView dependence on ActionPack's Mime implementation | Jon Moss | 2016-01-17 | 1 | -1/+1 |
* | | Store the symbols as an array. | Kasper Timm Hansen | 2016-01-17 | 1 | -1/+1 |
* | | Enrich the SET constant to respond to symbols. | Kasper Timm Hansen | 2016-01-17 | 1 | -1/+5 |
* | | Don't bother looking up the types. | Kasper Timm Hansen | 2016-01-17 | 1 | -3/+3 |
* | | Replace class attribute with SET constant. | Kasper Timm Hansen | 2016-01-17 | 1 | -3/+2 |
* | | Remove register abstraction. | Kasper Timm Hansen | 2016-01-17 | 1 | -7/+1 |
* | | Replace delegate calls with standard method defs. | Kasper Timm Hansen | 2016-01-17 | 1 | -1/+4 |
* | | Spare to_sym call in `==`. | Kasper Timm Hansen | 2016-01-17 | 1 | -2/+1 |
* | | Make ref return the internal symbol. | Kasper Timm Hansen | 2016-01-17 | 1 | -1/+1 |
* | | Prefer inspect over escaping and sorround by quote marks | Santiago Pastorino | 2016-01-05 | 1 | -3/+1 |
* | | Add Html template handler that wraps Raw output in an OutputBuffer | Santiago Pastorino | 2016-01-05 | 2 | -1/+12 |
* | | Require only the concurrent/map feature | Rafael Mendonça França | 2015-12-23 | 1 | -1/+1 |
|/ |
|
* | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 1 | -6/+13 |
* | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`. | Jerry D'Antonio | 2015-09-19 | 1 | -2/+2 |
* | Add wildcard template dependencies. | Kasper Timm Hansen | 2015-07-26 | 1 | -0/+14 |
* | Freeze string literals when not mutated. | schneems | 2015-07-19 | 1 | -2/+2 |
* | Support explicit defintion of resouce name for collection caching. | Dov Murik | 2015-07-07 | 1 | -2/+9 |
* | Improve detection of partial templates eligible for collection caching. | Dov Murik | 2015-06-22 | 1 | -1/+1 |
* | applies project style guidelines | Xavier Noria | 2015-06-20 | 1 | -7/+7 |
* | removes unnecessary backslashes in regexps | Xavier Noria | 2015-06-20 | 1 | -3/+3 |
* | Merge pull request #17512 from JackDanger/danger/use-default-view-pattern-in-... | Zachary Scott | 2015-04-10 | 1 | -1/+1 |
|\ |
|
| * | Using the real resolver pattern in docs | Jack Danger Canty | 2014-11-04 | 1 | -1/+1 |
* | | Freeze static arguments for gsub | brainopia | 2015-04-02 | 1 | -1/+1 |
* | | Prefer string patterns for gsub | brainopia | 2015-04-02 | 1 | -1/+1 |
* | | Collections automatically cache and fetch partials. | Kasper Timm Hansen | 2015-02-21 | 1 | -0/+18 |
* | | Remove version conditional for find_template_paths | Rafael Mendonça França | 2015-01-04 | 1 | -18/+6 |
* | | Remove unneeded requires | Rafael Mendonça França | 2015-01-04 | 1 | -1/+0 |
* | | Change the default template handler from `ERB` to `Raw`. | Rafael Mendonça França | 2015-01-04 | 2 | -8/+2 |
* | | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 4 | -4/+4 |
* | | Wrap code snippets in +, not backticks, in sdoc | claudiob | 2014-11-20 | 1 | -1/+1 |
* | | Some valid block calls in templates caused syntax errors | Akira Matsuda | 2014-11-20 | 1 | -1/+1 |
|/ |
|
* | Call gsub with a Regexp instead of a String for better performance | Pablo Herrero | 2014-11-01 | 1 | -1/+1 |
* | let's warn with heredocs | Xavier Noria | 2014-10-28 | 1 | -3/+5 |
* | Add +variants to ActionView::FileSystemResolver documentation. | Felipe Oliveira | 2014-09-26 | 1 | -3/+4 |