Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 1 | -0/+1 |
|\ | | | | | | | Enforce frozen string in Rubocop | ||||
| * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | | |||||
* | | Make ActionView frozen string literal friendly. | Pat Allan | 2017-06-20 | 1 | -1/+1 |
|/ | | | | Plus a couple of related ActionPack patches. | ||||
* | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 1 | -4/+4 |
| | |||||
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 1 | -1/+1 |
| | | | | because Struct.new returns a Class, we just can give it a name and use it directly without inheriting from it | ||||
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -8/+8 |
| | |||||
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 1 | -10/+10 |
| | |||||
* | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | remove redundant parenthesis. | karanarora | 2015-05-14 | 1 | -11/+11 |
| | |||||
* | Fixed test for deprecation warning in actionview, renaming from ↵ | Vipul A M | 2015-01-31 | 1 | -17/+17 |
| | | | | https://github.com/rails/rails/commit/baf14ae513337cb185acf865e93dfc48f3aabf6a | ||||
* | Use option url: false to allow entries without a link tag | Daniel Gomez de Souza | 2015-01-16 | 1 | -0/+24 |
| | |||||
* | Use regexp instead exact match for atom test | Rafael Mendonça França | 2014-07-15 | 1 | -3/+2 |
| | | | | | | 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. | ||||
* | Include the selector assertions on the test case | Rafael Mendonça França | 2014-07-15 | 1 | -2/+0 |
| | | | | | We don't need to require users to include this module on ActionMailer::TestCase | ||||
* | Included DomAssertions in url_helper- and atom_feed_helper_test.rb. | Timm | 2014-06-16 | 1 | -0/+2 |
| | |||||
* | Marked test_feed_xhtml as pending. See description in the test. | Timm | 2014-06-16 | 1 | -0/+1 |
| | |||||
* | Fixed Nokogiri::CSS::SyntaxErrors in test file. | Timm | 2014-06-15 | 1 | -3/+3 |
| | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 1 | -0/+349 |