Creating a Rails 3 application
a step-by-step tutorial
-
Episode #1 (04:17)
You will create the skeleton of a Rails 3 app, set up version control and deploy in production with Heroku
-
Episode #2 (05:21)
You will set up a database, import seed data and display the imported list in the home-page with Haml
-
Episode #3 (07:01)
You will write stylesheets in SASS, include Compass CSS3 helpers and set up a layout grid
-
Episode #4 (04:04)
You will create partials for the header and the footer, include layout images and generate a favicon
-
Episode #5 (05:57)
You will import and show images storing them either locally or on Amazon S3 using Paperclip
-
Episode #6 (04:28)
You will define associations between ActiveRecord models and familiarize with ActionView helpers
-
Episode #7 (05:03)
You will add a ‘show’ action and view with eager association loading and a separate stylesheet
-
Episode #8 (05:20)
You will enable geolocation with Geokit and display addresses on a Google map with ym4r_gm
-
Coming up…
You will authenticate users, authorize access, create forms, validate input, add categories, include unobtrusive javascripts, deliver e-mails, translate content, manage subdomains, improve routes, and write a fully functional application in Ruby on Rails 3