View Single Post
Old Jun 1st, 2006, 11:09 AM   #2
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Quote:
Originally Posted by SirBob1701
truck_vehicleID it does not insert the id properly. but if i remove set primary key from the truck.rb the method works? i know it most be some base somewhere but how can i fix it?
What does the correspondin gview look like? Also, it might be useful if you could provide the code, a database schema and some test data. It's hard to understand the problem without context.

Also, consider posting on one of the Ruby on Rails forums/mailing lists. They probably know a lot more about the details of the system.
Quote:
Originally Posted by SirBob1701
just prints out a blank screen event though there is a view for it.
Again, what does the view look like?
Arevos is offline   Reply With Quote