Creating a Rails 3 application

a step-by-step tutorial

  1. Episode #1 (04:17) Deployment with Heroku You will create the skeleton of a Rails 3 app, set up version control and deploy in production with Heroku
  2. Episode #2 (05:21) Home-page design with Haml You will set up a database, import seed data and display the imported list in the home-page with Haml
  3. Episode #3 (07:01) Style and layouts with Compass You will write stylesheets in SASS, include Compass CSS3 helpers and set up a layout grid
  4. Episode #4 (04:04) View partials and the favicon You will create partials for the header and the footer, include layout images and generate a favicon
  5. Episode #5 (05:57) Image attachments with Paperclip You will import and show images storing them either locally or on Amazon S3 using Paperclip
  6. Episode #6 (04:28) Associations and helpers You will define associations between ActiveRecord models and familiarize with ActionView helpers
  7. Episode #7 (05:03) Multiple views You will add a ‘show’ action and view with eager association loading and a separate stylesheet
  8. Episode #8 (05:20) Geolocalization and maps You will enable geolocation with Geokit and display addresses on a Google map with ym4r_gm
  9. Coming up… 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