Ruby on Rails Enterprise Application Development
Why a Client/Server based Web Application?
Installing a Custom Rails Stack
Setting Up a New Rails Application
Connecting Rails to a Database
ActiveRecord, Migrations, and Models
Putting the Project into Context
Controllers and Views: A Recap
Creating a Simple Controller and Its Views
Adding a Controller for Companies
Editing Multiple Models Simultaneously
Fleshing Out Companies and Addresses
An Application Ready for Production
Rory's Production Installation
Easy Access to the Application
Users Need to be Able to Find Items Easily
Show and Hide Company Address Using link_to_remote
Adding an Authentication System