public
Description: Koz's rails git-svn clone
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/NZKoz/koz-rails.git
Rejig strange changelog error


git-svn-id: 
http://svn-commit.rubyonrails.org/rails/branches/2-0-stable@8837 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
nzkoz (author)
Sat Feb 09 17:09:47 -0800 2008
commit  00f157aca2e51ce1684d15e2fff770422c9f3868
tree    b10b70e0e4517057c127f9742f7cb8b7dc94616c
parent  4d48286caa45218be05ae426f7f480774125e357
...
1
2
 
 
 
3
4
5
...
1
2
3
4
5
6
7
8
0
@@ -1,5 +1,8 @@
0
 *SVN*
0
 
0
+* Make assert_routing aware of the HTTP method used. #8039 [mpalmer]
0
+ e.g. assert_routing({ :method => 'put', :path => '/product/321' }, { :controller => "product", :action => "update", :id => "321" })
0
+
0
 * Remove ERB trim variables from trace template in case ActionView::Base.erb_trim_mode is changed in the application. #10098 [tpope, kampers]
0
 
0
 * Fix typo in form_helper documentation. #10650 [xaviershay, kampers]
...
1
2
3
4
5
6
7
8
9
...
1
2
 
 
 
 
3
4
5
0
@@ -1,9 +1,5 @@
0
 *SVN*
0
 
0
-* Make assert_routing aware of the HTTP method used. #8039 [mpalmer]
0
- e.g. assert_routing({ :method => 'put', :path => '/product/321' }, { :controller => "product", :action => "update", :id => "321" })
0
-
0
-
0
 * Ensure that modifying has_and_belongs_to_many actions clear the query cache. Closes #10840 [john.andrews]
0
 
0
 * Fix issue where Table#references doesn't pass a :null option to a *_type attribute for polymorphic associations. Closes #10753 [railsjitsu]

Comments

    No one has commented yet.