##Ruby on Rails Walkthroughs
Created by Will Allen, Painted Ltd
###Table of Contents
-
- How to start creating a Ruby on Rails application.
-
- How to set up a basic form in Ruby on Rails.
-
- How to install Devise.
- A shortcut in the creation of user models.
-
- More advanced usages of Devise.
-
- Basic use of Syntactically Awesome Style Sheets.
-
- Using the paperclip gem to process images.
-
- How to configure Amazon S3 to store images.
-
- Using Bootstrap to improve layout quickly.
-
- Using Heroku for deployment and hosting.
-
- Creating many to many relationships.
-
- More advanced use of many to many relationships.
-
- Utilization of the GMaps gem for mapping.
- Simple usages of the google map api.
-
- Using Stripe for payment processing.
-
- Allowing sign up via Facebook.
-
- Super basic order confirmation emails.
- Set up of Mailcatcher for testing.
- Set up of Sendgrid for production.
-
- Unlocking the power of Websockets.
###Technologies Used
- Markdown
###Credits
The first 16 walkthroughs were based on lectures given by [Alex Peattie] during my stay at [Makers Academy] from May 2014 - August 2014. I thank you very much for your instruction and I really enjoyed my time there.