Nice. Also you may need RVM and also 2 packages if you are on Ubuntu: libsql3-devel and build-essentials. Sometimes zlib causes problems too. If you used RVM do not write sudo befro gem install commands, it's important. bests, gezope
On Feb 19, 6:01 am, "Suganthi T." <[email protected]> wrote: > Well. I fixed it myself.. > I think sqlite3 gem doesnt work well with fedora. enough if you have > sqlite3-ruby gem. But dont forget to edit the Gemfile of your project > once you create it.. > > Initially, your Gemfile will be like.. > > gem 'sqlite3' > . > . > #gem 'sqlite3-ruby', :require => 'sqlite3' > > Change it to, > > #gem 'sqlite3' > . > . > gem 'sqlite3-ruby', :require => 'sqlite3' > > Now it will work very well. > > -- > Posted viahttp://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 [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.

