Skip to Content
Ruby on Rails® for Microsoft Developers
book

Ruby on Rails® for Microsoft Developers

by Antonio Cangiano
April 2009
Intermediate to advanced content levelIntermediate to advanced
479 pages
12h 55m
English
Wrox
Content preview from Ruby on Rails® for Microsoft Developers

5.1. Creating a New Rails Application

If you were to create a new ASP.NET application, you would typically reach for Visual Studio or its free counterpart Visual Web Developer 2008 Express Edition, in order to produce a new ASP.NET website. The solution and project generated would essentially be an almost empty container for the items that you'd add as you developed the application.

With Rails you reach for the command line and invoke the rails command, unless you are using one of the available IDEs that does that behind the scenes for you. Unlike Visual Studio, this command generates several folders and files that act as the skeleton of your application.

NOTE

In Rails there is a lot of magic going on. This improves productivity but can also be intimidating to newcomers. When doing Rails development, always keep a tab open on the official API documentation (http://api.rubyonrails.org) or equivalent sites such as http://apidock.com/rails.

5.1.1. The rails Command

You can use the rails command to create your blog application:

C:\projects> rails blog

This creates a blog directory in the current one (C:\projects in this case) and also prints a list of directories and files that are generated, as shown in Figure 5-1.

Figure 5.1. Figure 5-1

You use cd to step into the blog directory that was just generated by the rails command:

C:\projects> cd blog

The directory structure is shown ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Ruby on Rails™ 3 Tutorial: Learn Rails™ by Example

Ruby on Rails™ 3 Tutorial: Learn Rails™ by Example

Michael Hartl

Publisher Resources

ISBN: 9780470374955Purchase book