Rails Test Prescriptions


Your Ruby on Rails application is sick. It’s got bugs. Nobody remembers what that tricky piece of code was supposed to do, and nobody can tell what it actually does. Deadlines are looming, but every time you make the slightest change to the code, something else breaks.

You need Test-Driven Development (TDD), a proven process for improving the design, maintainability, and long-term viability of software. In TDD, the tests come first, and then code is written to match the expectation of the test. Using TDD means writing better code faster.

Ruby on Rails has unparalleled support for TDD. In addition to the tools that Rails has built-in, a large and thriving testing community adds new tools at an accelerating rate. Rails Test Prescriptions is your guide to the entire Rails testing ecosystem.

Containing both practical code examples and discussion of why testing works, this book starts with the most basic features delivered as part of core Ruby on Rails. Once you’ve integrated those features into your coding practice, you’ll want to use popular third-party testing tools such as RSpec, Shoulda, Cucumber, Factory Girl, and Rcov. Rails Test Prescriptions will show you how to use these tools and when they are appropriate. Rails Test Prescriptions will cover both the current Rails 2.3.x version as well as the initial 3.0 release.

If you are a Rails programmer who tests code, this book is an invaluable guide to the latest in available testing tools. If you are a Rails programmer who doesn’t test code, then start testing immediately: this book can help.

Book Details

  • Paperback: 350 pages
  • Publisher: Pragmatic Bookshelf (February, 2011)
  • Language: English
  • ISBN-10: 9781934356647
  • ISBN-13: 978-1934356647
Download [6.5 MiB]

You may also like...

No Responses

  1. zlorfi says:

    Hi,

    page 35 seems to be fucked up. Can you plz reup a rectified version of the pdf?

  2. Wow! says:

    Page 35 has been fixed. Now visible
    Thank you for your comment.

  3. zlorfi says:

    Thx a lot.
    Keep them coming, especially more in the epub format.

Leave a Reply