This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
How I personally start new apps Create Project Get the latest version of Rails gem install rails Create a new app rails new <name> -d postgresql --skip-turbolinks Don’t fret too much over the name - you can easily update it later Version Control Add Git git add . git commit -m "Hello app" App Config Make a few updates to config/application.rb Disable unwanted generators config.generators do |g|…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.