aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/assertions/tag.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated assertion filesRafael Mendonça França2015-01-041-3/+0
|
* edit pass over all warningsXavier Noria2014-10-281-1/+1
| | | | | | | | | | | | | | | This patch uniformizes warning messages. I used the most common style already present in the code base: * Capitalize the first word. * End the message with a full stop. * "Rails 5" instead of "Rails 5.0". * Backticks for method names and inline code. Also, converted a few long strings into the new heredoc convention.
* Remove extra 'has been' from the deprecation messagePrathamesh Sonpatki2014-09-091-1/+1
| | | | - [ci skip]
* Add missing requireGodfrey Chan2014-08-181-0/+2
|
* Deprecate TagAssertion instead of removingRafael Mendonça França2014-08-181-0/+1
|
* Removed tag.rb, since it is actually removed, not just deprecated. [ci skip]Timm2014-06-161-3/+0
|
* Added deprecation warning to ActionDispatch::Assertions::TagAssertions.Timm2014-06-161-0/+3
|
* Removed tag.rb since it has been deprecated.Timm2014-06-151-135/+0
|
* 1.9 hash syntax changes to docsAvnerCohen2012-10-311-19/+19
|
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-281-1/+1
| | | | | | This is another step in moving Action View's dependencies in Action Pack to Action View itself. Also, HtmlScanner seems to be better suited for views rather than controllers.
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-3/+0
|
* All AD modules are "deferrable"Joshua Peek2009-12-221-0/+2
|
* TestProcess belongs in ADJoshua Peek2009-12-121-3/+16
|
* Move generic assertions into ActionDispatchJoshua Peek2009-04-301-0/+123