bogdanvlviv
40bdbce191
Define path with __dir__
...
".. with __dir__ we can restore order in the Universe." - by @fxn
Related to 5b8738c2df
2017-05-23 00:53:51 +03:00
Jon Moss
37d956f45f
Bump license years for 2017
...
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]
2016-12-31 08:34:08 -05:00
Xavier Noria
66a7cfa910
applies new string literal convention in actionview/lib
...
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 18:48:35 +02:00
Rashmi Yadav
1b608a695c
Update copyright notices to 2016 [ci skip]
2015-12-31 18:27:19 +02:00
Arun Agrawal
4de18d0ead
Update copyright notices to 2015 [ci skip]
2014-12-31 08:34:14 +01:00
Timm
7f9106d5d9
Now only requiring Loofah in the places where it is needed.
2014-06-16 21:04:14 +02:00
Timm
01e6e1d491
Fixed uninitialized constant ActionView::HTML error entered after recent git rebase.
2014-06-16 21:04:12 +02:00
Timm
c88d573739
Moved requiring of Loofah from sanitizers.rb to action_view.rb.
2014-06-15 23:40:53 +02:00
Aaron Patterson
3fbff7811b
just require the template resolver
...
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
2014-01-31 12:05:50 -08:00
Aaron Patterson
e8fcd599ba
only ask for the location filters once
2014-01-31 12:00:54 -08:00
Washington Luiz
a5d92e6a1d
Require actionview/version
...
just like all the other modules do require their version file
2014-01-06 02:52:46 -03:00
Vipul A M
98cb3e69af
update copyright notices to 2014. [ci skip]
2014-01-01 23:59:49 +05:30
Rafael Mendonça França
83e4f33ea1
Make ActionView::Tags loading tread safe
2013-12-02 20:27:50 -02:00
Łukasz Strzałkowski
c40c362ec1
Load HTML in ActionView not ActionPack
...
HTML Scanner is part of ActionView and it should be loaded along with it
2013-08-25 11:40:10 +02:00
Łukasz Strzałkowski
757170dca4
Fix eager_autoload for layouts
...
Name was singular, should be plural
2013-08-25 11:39:08 +02:00
Łukasz Strzałkowski
c48ce6e73d
Move layouts to AV
2013-08-25 11:39:07 +02:00
Łukasz Strzałkowski
5759531a95
Move rendering from AP to AV
2013-08-25 11:39:07 +02:00
Łukasz Strzałkowski
1b446d06dd
Move view_paths from AP to AV
2013-08-25 11:39:07 +02:00
Łukasz Strzałkowski
995e9c41a5
Remove require to AP stuff that left
2013-06-20 17:23:17 +02:00
Piotr Sarnacki
0d6e8edc2a
Move actionpack/lib/action_view* into actionview/lib
2013-06-20 17:23:15 +02:00
Piotr Sarnacki
78b0934dd1
Add bare actionview gem to the root directory
...
This commit creates structure for Action View gem and is first of a
series of commits extracting Action View from Action Pack.
2013-06-20 17:23:15 +02:00