is 100% Open Sourced (YAY!) Effective in creating web applications, it’s concise and readable. Rails is a great skill to learn - companies are looking for it NOW!
free account at Cloud9 (c9.io) 2. Click on “Go to your Dashboard” 3. Select “Create New Workspace” 4. Create a workspace called “railsgirls” set it to “Private to the people I invite”, and select the icon for the Rails Tutorial (not the icon for Ruby on Rails) 5. Click “Create” 6. After Cloud9 has finished provisioning the workspace, select it and click “Start editing”
and includes all the gems needed by the app. After creating a new Rails application, the next step is to use Bundler to install and include the gems needed by the app.
into your favourite Git repository hosting site. (Github, Bitbucket, etc) 2. Copy your public key using cat command. $ cat ~/.ssh/id_rsa.pub 3. Add public key to repo (https://github.com/settings/ssh)
created by the Rails generate scaffold command. It can be overwhelming to a beginner Rails developer; you can use it, but you probably won’t understand it.
No authentication • No tests • No style of layout • No real understanding Keep in mind. Scaffolding is good for building, but not to be used if you want the full understanding!