rails/actionpack/lib
Grant Hutchins b142bd84d8 assert_template matches against Regexp
This allows for more strict template assertions,
while maintaining backward compatibility.

For example, if you use assert_template("foo/bar")
and "foo/bar/baz" was rendered, the test passes.

But if you use assert_template(%r{\Afoo/bar\Z}),
you will catch that a different template was
rendered.

Also, if you passed an unsupported argument to
assert_template() in the past, it would silently
succeed. Now it raises an ArgumentError.
2012-03-10 19:25:12 -05:00
..
abstract_controller AbstractController.action_methods should return a Set 2012-03-10 18:37:30 -02:00
action_controller assert_template matches against Regexp 2012-03-10 19:25:12 -05:00
action_dispatch Refactor AD::UploadedFile, and raise sooner if tempfile is not present 2012-03-06 18:34:20 -03:00
action_pack rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00
action_view Just change the formats on first render, closes #5307, closes #5308. 2012-03-07 14:56:38 +01:00
sprockets use Hash#delete on styelsheet_link_tag 2012-02-21 08:22:05 +00:00
abstract_controller.rb Refactor ActionMailer to not use hide_actions 2010-09-03 22:59:11 +02:00
action_controller.rb Remove unused ActionController::SessionManagement 2012-03-06 17:57:12 -02:00
action_dispatch.rb Merge pull request #4248 from andrew/2012 2011-12-31 12:48:19 -08:00
action_pack.rb Updated copyright notices for 2012 2011-12-31 20:30:08 +00:00
action_view.rb Merge pull request #4248 from andrew/2012 2011-12-31 12:48:19 -08:00