Setting Up Your Development Environment
Get familiar with the Rails development environment.
We'll cover the following...
The day-to-day business of writing Rails programs is pretty straightforward. Everyone works differently, but here’s how we work.
The command line
We do a lot of work at the command line. Although an increasing number of GUI tools help generate and manage a ...