Joel Clark
2011-06-19 14:21:42 UTC
Here are the commands:
407 rails new resource_test_2
408 cd resource_test_2/
409 rails g resource asset
410 rake routes
The output:
imac:resource_test_2 joel$ rake routes
imac:resource_test_2 joel$ rails --version
Rails 3.1.0.rc4
On 3.0.9 the resource routes come up, on 3.1.0.rc4 the routes do not.
If you use a name other than asset, rc4 brings up the routes.
407 rails new resource_test_2
408 cd resource_test_2/
409 rails g resource asset
410 rake routes
The output:
imac:resource_test_2 joel$ rake routes
imac:resource_test_2 joel$ rails --version
Rails 3.1.0.rc4
On 3.0.9 the resource routes come up, on 3.1.0.rc4 the routes do not.
If you use a name other than asset, rc4 brings up the routes.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-***@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-core+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-***@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-core+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.