Commit Graph

6 Commits

Author SHA1 Message Date
Alan Wu 1db8438d10 Remove compatibility module from docs [ci skip]
This module exists to warn old users. I think we should remove
it from the docs so we don't advertise it.
2019-05-22 11:58:14 -04:00
Kir Shatrov dfcc766163 Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +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
Guo Xiang Tan ca83436d1b Remove `assigns` and `assert_template`. 2015-05-30 14:13:57 +08:00
eileencodes 16d7f6d08d Move `TemplateAssertions` to their own file
This moves `TemplateAssertions` out of the `test_case.rb` file and into
it's own `template_assertions` file. It still inherits from
`ActionController`.`

This is in preparation for combining the code for Integration tests and
Controller tests. This will need to be it's own file to be added to the
`requires` for Integration tests. This does not currently change ANY
behavior, just moving it for access later on.
2015-05-09 08:13:47 -04:00