Skip to content

Commit

Permalink
Add ActionController::IntegrationTest to allow high-level testing of …
Browse files Browse the repository at this point in the history
…the way the controllers and routes all work together

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3701 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jamis committed Feb 28, 2006
1 parent 1b3bae9 commit 9507f5d
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actionpack/CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,7 @@
*SVN* *SVN*


* Add ActionController::IntegrationTest to allow high-level testing of the way the controllers and routes all work together [Jamis Buck]

* Added support to AssetTagHelper#javascript_include_tag for having :defaults appear anywhere in the list, so you can now make one call ala javascript_include_tag(:defaults, "my_scripts") or javascript_include_tag("my_scripts", :defaults) depending on how you want the load order #3506 [Bob Silva] * Added support to AssetTagHelper#javascript_include_tag for having :defaults appear anywhere in the list, so you can now make one call ala javascript_include_tag(:defaults, "my_scripts") or javascript_include_tag("my_scripts", :defaults) depending on how you want the load order #3506 [Bob Silva]


* Added support for visual effects scoped queues to the visual_effect helper #3530 [Abdur-Rahman Advany] * Added support for visual effects scoped queues to the visual_effect helper #3530 [Abdur-Rahman Advany]
Expand Down
Loading

0 comments on commit 9507f5d

Please sign in to comment.