Marek Kasztelnik
8e53f9178c
Revert "Remove redundant @virtual_path variable"
...
This reverts commit dd7a673782
.
2020-12-30 14:07:09 +01:00
Aaron Lipman
dd7a673782
Remove redundant @virtual_path variable
...
Following the introduction of the @current_template variable in 1581cab
,
the @virtual_path variable is now redundant, as the value of the virtual
path may be accessed via @current_template.virtual_path. This commit
removes @virtual_path and replaces any references to @virtual_path with
@current_template.virtual_path.
2020-05-26 15:53:11 -04:00
Aaron Patterson
195f39804a
Directly include "CompiledTemplates" module
...
We always want to include this module. It'll be used in production
(maybe)
2019-01-18 15:51:15 -08:00
Xavier Noria
4824b4a8a6
ActionController -> Action Controller [ci skip]
...
Really just an excuse to trigger edge docs generation
2018-04-17 12:14:10 +02:00
Ryuta Kamizono
5349f23108
Remove :api:
tag that has leaked on the doc directly [ci skip]
...
Currently `:api:` tag has leaked on the doc directly since RDoc doesn't
support `:api:` tag directive.
http://api.rubyonrails.org/v5.1/classes/AbstractController/Rendering.html
So `:api: private` doesn't work as expected. We are using `:nodoc:` for
the purpose.
Related #13989 .
2017-09-30 18:42:46 +09:00
Kir Shatrov
424117281e
Use frozen string literal in actionview/
2017-07-24 11:53:43 +03:00
Matthew Draper
87b3e226d6
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
...
This reverts commit 3420a14590
, reversing
changes made to afb66a5a59
.
2017-07-02 02:15:17 +09:30
Kir Shatrov
cfade1ec7e
Enforce frozen string in Rubocop
2017-07-01 02:11:03 +03:00
Rafael Mendonça França
fe1f4b2ad5
Add more rubocop rules about whitespaces
2016-10-29 01:17:49 -02:00
Piotr Sarnacki
0d6e8edc2a
Move actionpack/lib/action_view* into actionview/lib
2013-06-20 17:23:15 +02:00