We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I think this was all that was needed for Rails to work:
sudo apt-get install rails
sudo apt-get install ruby-bundler
sudo apt-get install libsqlite3-dev
sudo apt-get install nodejs
bundle install
rake db:migrate