- Foundation Rails 2
- http://www.friendsofed.com/book.html?isbn=9781430210399
- Due: 22nd September 2008
- ISBN-10: 1-43021-039-7
- ISBN-13: 978-1-43021-039-9
- RRP: $39.99
- 350 Pages
Foundation Rails 2
Rails is one of the most popular frameworks for building web applications. Why? Because it makes development quick and easy by doing a lot of the work for you. The problem is that most developers aren’t used to this way of working, and it can be difficult to learn to let go!
Foundation Rails 2 takes you through your first steps in Rails, explaining in plain English how to get started in Rails and how to build applications. It covers the link with Ruby and why you need to be familiar with it; the Model, View, Controller pattern, working with databases; and writing, running, testing and deploying your Rails applications.
- Understand what makes Rails and Ruby so important
- Learn how to install Rails and use the Rake tool
- Discover the fundamentals of the Model, View, Controller design pattern
- Work with Ajax alongside the prototype and script.aculo.us libraries
- Learn how to run function tests and unit tests on a Rails application
- Deploy your application onto your web server