Yoshiyuki Hirano
9740a59aee
Fix broken doc layout for action_view [ci skip]
2017-08-27 09:12:19 +09:00
Christina Thompson
6ac1cf394b
Suppress warning from actionview controller helper.
...
Explicitly pass a destructed array to the delegate method.
Signed-off-by: Yuki Nishijima <yk.nishijima@gmail.com>
2017-07-24 16:24:12 -04:00
Rafael França
9c35bf2a6a
Merge pull request #29897 from kirs/frozen-actionview
...
Use frozen string literal in actionview/
2017-07-24 15:54:08 -04:00
Kir Shatrov
424117281e
Use frozen string literal in actionview/
2017-07-24 11:53:43 +03:00
Lisa Ugray
3cb7fe590f
Delegate respond_to? in ActionView::Helpers::ControllerHelper
...
Since methods defined in the controller helper are mostly delegated to
the controller, delegate respond_to? as well, so that for example
`respond_to?(:params)` behaves as expected.
2017-07-19 07:54:45 -04: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
Xavier Noria
63fff600ac
modernizes hash syntax in actionview
2016-08-06 19:36:34 +02: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
Kevin McPhillips
2b8acdcd21
Override default form builder for a controller
2015-04-13 23:43:34 -04:00
Piotr Sarnacki
0d6e8edc2a
Move actionpack/lib/action_view* into actionview/lib
2013-06-20 17:23:15 +02:00