Rails Ramp Up Course with Coaching

Build & Launch a Ruby on Rails Application in 8 Weeks

Sign up by May 25, 2013 to get $500 off admission

Register-here

OR

Join the waiting list and get the free training session "Debugging Ruby and Rails"

We respect your email privacy

Guarantee

The Charles Max Wood 100% Iron Clad Money Back Guarantee.

This is an 8 week course. If after 4 weeks of the course, You are not 100% Satisfied, Simply email or call me and I will refund your course registration fees. No Hoops to jump through.

I want you to love this course and feel that it's worth a lot more than I what you are paying. If You're not 100% completely satisfied with the course after 4 weeks, I will refund your money. Period.

Signature

Here's what you get from the Rails Ramp Up course...

Telephone

Unlimited Access to an Expert

Charles Max Wood will be available to answer your questions and solve your problems. You can get help through the forums, over email, and through screensharing via Skype and GoToMeeting.

Clipboard

Live Coding Demonstrations

Each week's lesson will include a live coding demonstration where I'll use the principles taught to add functionality to my own application. This way, you not only get the training material, but can see how to apply it.

Comment-bubble

Online Discussion Forum

Our E-learning software provides a forum for the course where you can ask questions, get answers, and collaborate with other students.

Chalkboard

8 Online Training Sessions

Each week we'll cover an aspect of Ruby on Rails. Most other training courses are purely informational. Ours are practical. We'll start with the information and end with a live demonstration of how we'd use it in a real application.

Compass

Weekly Q&A Sessions

Each lesson will include up to 30 minutes of Questions and Answers at the end. If you run into a problem or have questions about the materials or techniques demonstrated, we'll get them clarified.

Video-clapperboard

Digital Copies of Online Lessons

After each lesson, you'll be able to download and rewatch each lesson as many times as you want. We'll also embed them in the membership area for the course if you'd rather stream them instead of downloading them. These materials will be available after the course is over as well.

Pencil

Sample Code

Sometimes it helps to have code you can look at as an example. Seeing what other people have done can show you what the next steps are. After the live demo during the lessons, you'll get access to the code I wrote in the lesson.

Target-dart

Weekly Assignments

The best way to learn Ruby on Rails is by using it. You are going to build a Ruby on Rails application. Each week, we'll give you an assignment to complete which involves adding functionality to your Ruby on Rails application.

Clouds

Launch Instructions

Writing an application is much more important when you're aiming to launch. We'll drive you to get something built that people can play with and we'll show you how to put it on a server so people can find it. This include server configuration, deployment scripts, and simpler solutions like heroku.com.

Sign up by May 25, 2013 to get $500 off admission

Register-here

Schedule

Date Traning Session Title Topics & Description Sign Up
August 7, 2013 Rails Ramp Up
  • Installing Ruby on Rails
  • Creating a new Rails app
  • Using gems as plugins with Bundler
  • Model-View-Controller in Rails
  • Build a blog in 15 minutes demo

All Sessions ($1500)

August 14, 2013 Rails Models Ramp Up
  • Ruby on Rails models
  • Rails generators
  • Database migrations
  • Model associations
  • Model CRUD (create, read, update, and delete) operations
  • Callbacks and Observers

All Sessions ($1500)

August 21, 2013 Rails Views Ramp Up
  • Rails Controller Basics
  • ERb Templates
  • Helpers and Helper Methods
  • Forms and Form Helpers
  • Non-HTML Views (XML and JSON views)

All Sessions ($1500)

August 28, 2013 Rails Controllers Ramp Up
  • Rails Controller Basics Review
  • Parameters and Sessions
  • Rails Routing
  • Before, After, and Around Filters
  • Basic HTTP Authentication

All Sessions ($1500)

September 4, 2013 Rails Asset Pipeline Ramp Up
  • CSS and Javascript Compilation
  • Dynamic CSS and Javascript
  • Images
  • CoffeeScript Basics
  • SCSS Basics
  • CSS Frameworks (Twitter Bootstrap)
  • Compass

All Sessions ($1500)

September 11, 2013 Common Rails Plugins (Gems) Ramp Up
  • Authentication (Devise)
  • File Uploads (CarrierWave)
  • Charging Money (Stripe)
  • Application Monitoring (New Relic)

All Sessions ($1500)

September 18, 2013 Testing Rails with RSpec
  • Introduction to RSpec
  • Unit Testing Models
  • Unit Testing Controllers
  • Testing Rails Views
  • Acceptance Testing with Capybara

All Sessions ($1500)

September 25, 2013 Rails Deployment Ramp Up
  • (Ubuntu) Server Setup
  • Nginx with Unicorn
  • Apache with Phusion Passenger
  • SSL Certificates

All Sessions ($1500)

Register-here

About Charles Max Wood

Cmaxw Charles Max Wood is a programmer, podcaster, and family man living in Lehi, Utah. He is the host of several podcasts, has recorded multiple programming tutorials at Teach Me To Code, and spoken at several conferences. He has been programming with Ruby on Rails for 7 years and built myriad sites including social networks, reporting applications, mapping and geospacial applications, and financial applications.

Charles is currently a freelance web developer. His company is Intentional Excellence Productions, LLC.

Podcasts

Rubyrogues The Ruby Rogues Podcast is a weekly podcast discussion around concepts relating to Ruby and good programming practices. It features other top Rubyists either as regular co-hosts or guests.

Railscoach The Rails Coach Podcast is designed to help people new to Ruby on Rails understand the concepts behind the libraries and approaches to Ruby on Rails. Each show is 5-10 minutes long and after the recent reboot has an accompanying video.

Tmtc Teach Me To Code is a series of screencasts explaining code concepts and demonstrating how to build various websites. Many of the videos are demonstrations of how to use Ruby on Rails.

Speaking/Conferences

About Ruby on Rails

Ruby on Rails is a terrific framework for building web applications. It hides a lot of the details of interacting with the database. It provides a clear way to organize your code. And, it is arguably the fastest way to build a website or web application.

Ruby on Rails' modular design gives the programmer a simple way to substitute pieces of technology with others. It allows you switch out frameworks for CSS, JavaScript, testing, database access, and many others.

Many of the functions and methods used in Ruby on Rails are named after what they do. These helper methods make building forms, lists, and other web components very easy.

Building XML and JSON apis are exceptionally simple in Rails. You can build a view (or template) for the responses to API calls or you can simply use the built-in methods for converting objects to XML or JSON.

Web Analytics