aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* `@controller` may not be defined here, and if so, it causes a Ruby warningAkira Matsuda2019-05-011-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Fix some typos.Mike Boone2017-10-101-2/+2
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-2/+2
* Make sure Action View doesn't break with Active StorageRafael Mendonça França2017-08-031-0/+12
* Fix testing helpers that use Action View's capturing helpers (e.g. content_for)George Claghorn2017-07-251-0/+2
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
|/
* Pass params __FILE__ and __LINE__ + 1 if class_eval with <<bogdanvlviv2017-05-291-1/+1
* Add custom polymorphic mappingAndrew White2017-02-211-4/+4
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Add load hooks to all tests classesRafael Mendonça França2016-08-251-0/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Fix actionview test failureRyuta Kamizono2016-08-111-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in actionviewXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionview/libXavier Noria2016-08-061-8/+8
* Revert "Make sure the cache is always populated"Rafael Mendonça França2016-05-201-1/+1
* Make sure the cache is always populatedAaron Patterson2016-05-201-1/+1
* TestController#parameters returns AC::ParametersJustin Coyne2015-12-291-1/+1
* Dont try to call method missing in routes if thats not what we wantArthur Neves2015-08-101-3/+9
* Change AC::TestResponse to AD::TestResponsePrem Sichanugrist2015-07-141-1/+1
* use new constructor. (Oops! :bomb:)Aaron Patterson2015-07-081-1/+1
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Make sure assert_select can assert body tagRafael Mendonça França2014-11-181-4/+5
* document_root_element need to be publicRafael Mendonça França2014-11-171-5/+5
* Parse HTML as document fragment.Kasper Timm Hansen2014-09-291-1/+1
* Do not memoize document_root_element in view testsRafael Mendonça França2014-09-081-2/+1
* Merge branch 'master' into loofahRafael Mendonça França2014-08-121-1/+1
|\
| * don't access named routes internalsAaron Patterson2014-07-301-1/+1
* | We don't need loofah for the assertionsRafael Mendonça França2014-07-151-2/+1
* | Make output_buffers used in tests be utf-8 encoded. Fixing unknown encoding A...Timm2014-06-161-1/+3
* | Support for changes in SelectorAssertions.Timm2014-06-161-5/+6
* | Required rails-dom-testing in test_case.rbTimm2014-06-161-1/+3
* | Moved Dom and Selector assertions from ActionDispatch to ActionView.Timm2014-06-161-0/+1
* | Replaced html-scanner with Loofah.Timm2014-06-151-1/+1
|/
* Fix subscriptions not being unsubscribed.Guo Xiang Tan2014-04-141-1/+2
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+272