skip to main content
Skip header Section
Agile Web Development with Rails, Third EditionMarch 2009
Publisher:
  • Pragmatic Bookshelf
ISBN:978-1-934356-16-6
Published:28 March 2009
Pages:
850
Skip Bibliometrics Section
Bibliometrics
Skip Abstract Section
Abstract

You want to write professional-grade applications: Rails is a full-stack, open-source web framework, with integrated support for unit, functional, and integration testing. It enforces good design principles, consistency of code across your team (and across your organization), and proper release management.But Rails is more than a set of best practices. Rails makes it both fun and easy to turn out very cool web applications. Need Ajax support, so your web applications are highly interactive? Rails has it built in. Want an application that sends and receives e-mail? Built in. Supports internationalization and localization? Built in. Do you need applications with a REST-based interface (so they can interact with other RESTful applications with almost no effort on your part)? All built-in.With this book, you'll learn how to use ActiveRecord to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. Need to create and modify your schema? Migrations make it painless (and they're versioned, so you can roll changes backward and forward). You'll learn how to use the Action Pack framework to route incoming requests and render pages using easy-to-write templates and components. See how to exploit the Rails service frameworks to send emails, implement web services, and create dynamic, user-centric web-pages using built-in Javascript and Ajax support. There is extensive coverage of testing, and the rewritten Deployment chapter now covers Phusion Passenger.As with the previous editions of the book, we start with an extended tutorial that builds parts of an online store. And, of course, the application has been rewritten to show the best of Rails V2.

Cited By

  1. ACM
    Teixeira R, Guerra E, Lima P, Meirelles P and Kon F Does it make sense to have application-specific code conventions as a complementary approach to code annotations? Proceedings of the 3rd ACM SIGPLAN International Workshop on Meta-Programming Techniques and Reflection, (15-22)
  2. ACM
    Klems M and Anh Lê H Position paper Proceedings of the 2013 international workshop on Hot topics in cloud services, (63-70)
  3. ACM
    Mohr F and Büning H Semi-Automated Software Composition Through Generated Components Proceedings of International Conference on Information Integration and Web-based Applications & Services, (676-680)
  4. ACM
    Günther S and Fischer M Supporting program variant generation and feature files in rbFeatures Proceedings of the 15th International Software Product Line Conference, Volume 2, (1-8)
  5. ACM
    Chaudhuri A and Foster J Symbolic security analysis of ruby-on-rails web applications Proceedings of the 17th ACM conference on Computer and communications security, (585-594)
  6. ACM
    Pohjalainen P Self-configuring user interface components Proceedings of the 1st international workshop on Semantic models for adaptive interactive systems, (33-37)
  7. ACM
    Guerra E, Fernandes C and Silveira F Architectural patterns for metadata-based frameworks usage Proceedings of the 17th Conference on Pattern Languages of Programs, (1-25)
  8. ACM
    Hulette G, Sottile M, Armstrong R and Allan B OnRamp Proceedings of the 2009 Workshop on Component-Based High Performance Computing, (1-10)
  9. ACM
    Miravet P, Marín I, Ortín F and Rionda A DIMAG Proceedings of the 6th International Conference on Mobile Technology, Application & Systems, (1-8)
  10. Mohaghegh M and Sarrafzadeh A An analysis of the effect of training data variation in English-Persian statistical machine translation Proceedings of the 6th international conference on Innovations in information technology, (51-55)
Contributors

Recommendations