Emanuel wrote in post #964744:
> /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.3/lib/bundler/
> runtime.rb:64:in
>  `require': no such file to load -- sqlite3 (LoadError)
>
>
> u can see from the above line...i think it is an error regarding
> sqlite3 as i am using it with my application...and i think heroku is
> not supporting sqlite3...so what i have do now,,,

Have you ensured that the sqlite3 gem is available?  There are tons of 
examples out on the web about setting up a basic Rails app. sqlite is 
the default database for Rails, but you have to get the gem yourself. 
And sqlite3 is fine for development (just you on your machine), but not 
so well suited for multi-user scenarios with updating.

A simple google for "sqlite3 rails install" should give you plenty of 
references.

-- 
Posted via http://www.ruby-forum.com/.

-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to