Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 1 | -1/+1 |
| | |||||
* | Remove unused `MissingRequestError` | yuuji.yaginuma | 2017-10-31 | 1 | -1/+0 |
| | | | | `MissingRequestError` is no longer used since 1e2b0ce. | ||||
* | [Action View] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
| | | | | This basically reverts c4d1a4efeec6f0b5b58222993aa0bec85a19b6a8 | ||||
* | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 1 | -0/+2 |
| | |||||
* | [Action View] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
| | | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f | ||||
* | Bump license years for 2017 | Jon Moss | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | | Per https://www.timeanddate.com/counters/firstnewyear.html, it's already 2017 in a lot of places, so we should bump the Rails license years to 2017. [ci skip] | ||||
* | applies new string literal convention in actionview/lib | Xavier Noria | 2016-08-06 | 1 | -4/+4 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Update copyright notices to 2016 [ci skip] | Rashmi Yadav | 2015-12-31 | 1 | -1/+1 |
| | |||||
* | Update copyright notices to 2015 [ci skip] | Arun Agrawal | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | Now only requiring Loofah in the places where it is needed. | Timm | 2014-06-16 | 1 | -1/+0 |
| | |||||
* | Fixed uninitialized constant ActionView::HTML error entered after recent git ↵ | Timm | 2014-06-16 | 1 | -1/+0 |
| | | | | rebase. | ||||
* | Moved requiring of Loofah from sanitizers.rb to action_view.rb. | Timm | 2014-06-15 | 1 | -0/+1 |
| | |||||
* | just require the template resolver | Aaron Patterson | 2014-01-31 | 1 | -1/+0 |
| | | | | | | LookupContext is eagerly loaded, and FallbackFileSystemResolver is referenced at the class level. Just require the resolver from the eagerly loaded class rather than jumping through autoload hoops | ||||
* | only ask for the location filters once | Aaron Patterson | 2014-01-31 | 1 | -2/+2 |
| | |||||
* | Require actionview/version | Washington Luiz | 2014-01-06 | 1 | -0/+1 |
| | | | | just like all the other modules do require their version file | ||||
* | update copyright notices to 2014. [ci skip] | Vipul A M | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Make ActionView::Tags loading tread safe | Rafael Mendonça França | 2013-12-02 | 1 | -0/+1 |
| | |||||
* | Load HTML in ActionView not ActionPack | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
| | | | | HTML Scanner is part of ActionView and it should be loaded along with it | ||||
* | Fix eager_autoload for layouts | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
| | | | | Name was singular, should be plural | ||||
* | Move layouts to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
| | |||||
* | Move rendering from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
| | |||||
* | Move view_paths from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
| | |||||
* | Remove require to AP stuff that left | Łukasz Strzałkowski | 2013-06-20 | 1 | -1/+0 |
| | |||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 1 | -2/+71 |
| | |||||
* | Add bare actionview gem to the root directory | Piotr Sarnacki | 2013-06-20 | 1 | -0/+24 |
This commit creates structure for Action View gem and is first of a series of commits extracting Action View from Action Pack. |