To initialise a Ruby on Rails app
By Jiazhen Xie | 17 November 2013
Tags: ruby, rails, tutorial
Today I'm going to summarise how to initialise a RoR. Many thanks to > Ruby on Rails Tutorial Learn Web Development with Rails by Michael Hartl Here we are using and Create RoR app Firstly we create a new app Working with git We would use github to manager our code. Create a new repository in github without README. Then do Update Gemfile Update secret token Edit Config the app Edit Initialise Rspec Deploy to heroku Then, we are done, wow~
← Back to Home