Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |