Setting Up Your Development Environment
The day-to-day business of writing Rails programs is pretty straightforward. Everyone works differently; 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 Rails application, we find the command line is still the most powerful place to be. It’s worth spending a little while getting familiar with the command line on your operating system. Find out how to use it to edit commands that you’re typing, how to search for and edit previous commands, and how to complete the names of files and commands as you type.
So-called tab completion is standard on Unix shells such as Bash and Zsh. It allows you to type the ...
Get Agile Web Development with Rails 5.1 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.