On 8 December 2011 11:25, sachin kewale <[email protected]> wrote: > MissingSourceFile in HomeController#index > > hi Colin , > following is the full trace error and in my code i am using Rails version > 2.3.4 > > and here is the code where i am using uuid > > > new_temp_user.creation_date = Date.today > new_temp_user.guid = UUID.new
There is no native support for uuid in rails as far as I know. I believe there are gems available to provide this, though I have not used them, google should help you find them. If you picked up this code from an example or tutorial have a look at it and see if it makes a recommendation. Do you really need uuids though? By the way, if you need to use rails 2.3 you should at least use the latest 2.3.x (11 I think) as there were some security fixes. If you are writing a new app then best to use 3.1 Colin -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

