Hi,
Being new to RoR, I tried to get things working between RoR and
Firebird. With the help of some forums I figured out how to set things
up. I edit all documents using Aptana RadRails.
Problem occurs when I take the following (simple) steps, which you can
see in action at
http://aptana.tv/movies/aptana_radrails_intro/aptana_radrails_intro.html
in a tutorial, only difference is the database.;
- scaffold_resource product name:string (runs fine)
- db:migrate (runs fine)
- run application in browser (runs fine
- adding a product
- routing error
product_url failed to generate from
{:controller=>"products", :id=>"1.0",
:action=>"show"}, expected:
{:controller=>"products", :action=>"show"}, diff:
{:id=>"1.0"}
does anyone know what the reason is this error occurs? Would be great!
Joost
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---