Showing posts with label rails. Show all posts
Showing posts with label rails. Show all posts

Friday, July 15, 2011

Rails on ubuntu 11.04

Hi,

Was trying to setup rails on my ubuntu netbook, installed nicely but when i tried starting the server from with the Aptana studio IDE which i am using for both Django and Ruby/Rails development, i returned an error about sqlite gem not installed.

To solve this gem installation problem the command to run is "bundle install", that too didn't solve the problem.

Then after 2 day of going through stackoverflow and google search results, i found the solution and as usual it was simple :)

libsqlite3-dev package was missing, installed and everything is running fine now.

Regards,
Ishan