Home > railscasts-templates-ror3

railscasts-templates-ror3

Railscasts-templates-ror3 is a project mainly written in RUBY and JAVASCRIPT, it's free.

Ryan Bates' Railscasts' projects' templates updated to Rails 3 (3.0.3 at least)

Railscasts Projects Templates

Introduction

I'm a big fan of Ryan Bates' work

I follow Railscasts episodes as much as I can, and some times go back to the past trying a "remix" - doing the same exercises using a fresh technology - like Rails 3 for instance.

So, following Ryan's path and giving back to open source...

This is an effort to get all of the projects templates being updated to Rails 3

I will try to create a timeline relating episodes and it's projects (it's already done up to episode #100)

The original work comes from here:

railscasts-episodes/templates

That is it. MarcRic

Strategy

The projects:

There are 6 projects used in Railscasts up to now:

  1. todo (Since Episode 1) stage1 ✔ - stage2 - ✔ - stage3 ✘

  2. store (Since Episode 17) stage1 ✘ - stage2 - ✘ - stage3 ✘

  3. railscasts (Since Episode 18) - (to be verified)

  4. blog (Since Episode 70) stage1 ✘ - stage2 - ✘ - stage3 ✘

  5. forum (Since Episode ?) stage1 ✘ - stage2 - ✘ - stage3 ✘

  6. wiki (Since Episode ?) stage1 ✘ - stage2 - ✘ - stage3 ✘

  • There are specific or non project related episodes:
    • Here they are.

What will be done (my first wishes)

For each of the 5 first projects we will provide three entries (stages)

  • Stage1 - Just the scaffold with basic relationship in Models and a starting page in routes.rb
  • Stage2 - An intermediate one with seeds to populate the database
  • Stage3 - The current stage of that project up to the last appearance in Railscasts
Previous:crowdplay