Save 36% for Black Friday! Learn more

Rails 4.2 Introduction

August 27, 2014

Track your progress

Sign in to track your progress and access subscription-only lessons.

Log In

Your Teacher

Hi, I'm Chris. I'm the creator of GoRails, Hatchbox.io and Jumpstart. I spend my time creating tutorials and tools to help Ruby on Rails developers build apps better and faster.

About This Episode

A quick look at the new features of Rails 4.2 in the first beta that was recently released

Notes

Notes

How to install and use Rails 4.2.0.beta1:

gem install rails --pre
rails _4.2.0.beta1_ -v
rails _4.2.0.beta1_ new myapp

Resources