Hi,

I used UUID gem from 
http://trac.labnotes.org/cgi-bin/trac.cgi/wiki/Ruby/UuidGenerator.
It worked great with my local machine. When i uploaded my application
into heroku, it complaints that it can't run my db migrations and the
error was listed below:

rake aborted!
no such file to load -- UUID

When i ran it with --trace flag, i got the following:

>> db:migrate --trace
rake aborted!
no such file to load -- UUID
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/
dependencies.rb:496:in `require'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/
dependencies.rb:342:in `new_constants_in'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/
dependencies.rb:496:in `require'
./db/migrate//015_add_guid_for_admin.rb:1
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/
dependencies.rb:489:in `load'

Please help me with the above.

Thanks,

Muthu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to