Displaying 2 results from an estimated 2 matches for "mcginley".
Did you mean:
mcginlay
2006 Jun 01
1
find not working properly
here is the input view
[code]
<form method="post" action="found">
<br>
<b>Find by</b><br/>
<b>Vehicle Number:</b><br/>
<input id="truck_vehicleID" name="truck[vehicleID]" size="20"
type="number" value=""/><br/>
</p>
<%= link_to "Find", :action
2006 Jun 13
0
Write a Primary Key in Create
I do not want my one of my primary keys to be automaticlly
incremented/created by the database. I want to let the user enter it
(unique still) so it can be accessed easily across the db. I was
wondering how i can do this (right now it won''t let me and passes a null
to the pk creating an error)
--
Posted via http://www.ruby-forum.com/.