Ryuta Kamizono
d558febe32
Auto-correct rubocop offences
2019-11-24 09:54:47 +09:00
Daniel Colson
94333a4c31
Use assert_predicate and assert_not_predicate
2018-01-25 23:32:59 -05: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
Matthew Draper
3420a14590
Merge pull request #29540 from kirs/rubocop-frozen-string
...
Enforce frozen string in Rubocop
2017-07-02 01:11:50 +09:30
Kir Shatrov
cfade1ec7e
Enforce frozen string in Rubocop
2017-07-01 02:11:03 +03:00
Pat Allan
3d453b409d
Make ActionView frozen string literal friendly.
...
Plus a couple of related ActionPack patches.
2017-06-20 22:20:04 +10:00
Ryuta Kamizono
b201474756
Should escape meta characters in regexp
2017-05-07 04:10:00 +09:00
Akira Matsuda
9360b6be63
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
...
because Struct.new returns a Class, we just can give it a name and use it directly without inheriting from it
2017-01-13 15:13:47 +09:00
Xavier Noria
80e66cc4d9
normalizes indentation and whitespace across the project
2016-08-06 20:16:27 +02:00
Xavier Noria
63fff600ac
modernizes hash syntax in actionview
2016-08-06 19:36:34 +02:00
Xavier Noria
4b6c68dfb8
applies new string literal convention in actionview/test
...
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 18:50:17 +02:00
karanarora
e6f0a5372e
remove redundant parenthesis.
2015-05-14 02:52:49 +05:30
Vipul A M
dd6b0c2a3d
Fixed test for deprecation warning in actionview, renaming from baf14ae513
2015-01-31 21:54:33 +05:30
Daniel Gomez de Souza
6ba4c6d497
Use option url: false to allow entries without a link tag
2015-01-16 16:28:54 -02:00
Rafael Mendonça França
82e478836f
Use regexp instead exact match for atom test
...
There are two xml namespaces in the response body and the xhtml
namespace is not registered in the root node. This create an invalid XML
and nokogiri can't navigate using xpath on that node.
2014-07-15 14:42:36 -03:00
Rafael Mendonça França
126a15e0fe
Include the selector assertions on the test case
...
We don't need to require users to include this module on
ActionMailer::TestCase
2014-07-15 13:40:18 -03:00
Timm
93f2cd8645
Included DomAssertions in url_helper- and atom_feed_helper_test.rb.
2014-06-16 21:04:18 +02:00
Timm
7b2e753c1c
Marked test_feed_xhtml as pending. See description in the test.
2014-06-16 21:04:01 +02:00
Timm
240ce95a83
Fixed Nokogiri::CSS::SyntaxErrors in test file.
2014-06-15 23:40:59 +02:00
Piotr Sarnacki
eb23754ebb
Move template tests from actionpack to actionview
2013-06-20 17:23:16 +02:00