Name: Dilip Rajan CIS 196: Web Development with Ruby on Rails
URL of Heroku App: stormy-reaches-1103.herokuapp.com
Process and Issues:
-
I installed Ruby and Rails on Linux (ubuntu) using rvm.
-
I created a new rails app and viewed it locally after running rails server.
-
I created a new repo on GitHub and I committed all the files.
-
I tried to deploy to Heroku but ran into the problem with the sqlite gem and fixed that in the Gemfile
-
I then successdully deployed the app to heroku and updated this readme with the URL and my process.