Foundation Rails 2 (häftad)
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
450
Utgivningsdatum
2008-10-13
Upplaga
New
Förlag
FRIENDS OF ED
Illustrationer
illustrations
Dimensioner
230 x 190 x 23 mm
Vikt
800 g
Antal komponenter
1
Komponenter
Paperback
ISBN
9781430210399

Foundation Rails 2

Häftad,  Engelska, 2008-10-13
464
  • Skickas från oss inom 3-6 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 1 format & utgåvor
You've heard about this amazing web framework called Ruby on Rails that's taken the world by storm, but thought it was way too complex for you? Think again.

Foundation Rails 2 takes you through your first steps in Rails, explaining in plain English how to start building dynamic web applications. And there's never been a better time to jump in to the Rails world, as the release of Rails 2 was a major evolutionary leap forward from previous versions.

Unlike other Rails books, this book doesn't throw you into the deep end right away in the hopes that you'll learn to swim. Instead, we'll start out with the basics and continually expand your knowledge until, by the end of the book, we're building a Rails application with dynamic features such as user registration, geocoding, filtering results with AJAX, RSS feeds, and an XML interface. Meanwhile, we'll talk about the important issues that other books often leave out such as testing your application's code, securing your application from hackers, optimizing your code for the best performance, and of course, deploying your application.

This book takes a focused approach to guiding you through understanding how the pieces of Rails work individually and how they fit together. Instead of emphasizing boring theoretical discussions, Foundation Rails 2 lets you get your hands dirty with the framework and learn the hows and whys of Rails faster than ever.

We start with a tour of what makes Rails special and why you need to learn it, move into a gentle introduction to the high points of programming in Ruby, and then take a tour of a sample Rails application. Next, we dig deeper into the core components of Rails before building a complete Rails application together. By the end of this book, not only will you know how to build Rails applications but you'll understand the reasons behind what you do.
Visa hela texten

Passar bra ihop

  1. Foundation Rails 2
  2. +
  3. Co-Intelligence

De som köpt den här boken har ofta också köpt Co-Intelligence av Ethan Mollick (häftad).

Köp båda 2 för 654 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Eldon Alameda

  • Practical Rails Projects

    Eldon Alameda

    The best way to learn Rails is by creating a variety of applications with it. You already know the basics of Rails, and youre familiar with the exciting features and benefits associated with using this Rubybased framework. Youre now at the point w...

Övrig information

Eldon Alameda is a web developer who currently resides in the harsh climates of Kansas. He works as a regional webmaster for the U.S. National Weather Service; prior to this, he did development for a variety of companies including local start-ups, advertising firms, Sprint PCS, and IBM. During the 1990s, he also acquired a nice stack of worthless stock options from working for dot-com companies.

Innehållsförteckning

1. Why Rails?
2. A Short Introduction to Ruby
3. Touring a Rails Application
4. Introducing ActiveRecord
5. Advanced ActiveRecord
6. Presenting the Views
7. Exploring Action Pack: Understanding the Controller
8. Controlling Our Routing
9. Scaffolding and Plug-ins
10. Introduction to Testing with RSpec
11. Building a Complete Application
12. Enhancing Our Application
13. Security and Performance Enhancements
14. Deploying Your Rails Application

A. Where to Go from Here
B. Rails Installation
C. Database Design 101