Profile_bird

Hey there! railsrx is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving railsrx's tweets.

Already using Twitter
from your phone? Click here.

railsrx

  1. @jdeppen It's not my decision, any discussion about that would happen closer to publication.
  2. @jdeppen Head to http://www.railsrx.com/user... and follow the instructions -- include purchase details.
  3. Rails Test Prescriptions update 7 now available: http://bit.ly/19boj3. It's the last self-pub. version with new content. Next up: Pragmatic
  4. Announcment: Rails Test Prescriptions will be published by Pragmatic. Details here: http://bit.ly/WfPiL. Thanks!
  5. "Help, My Test Is Failing" http://bit.ly/4yx6w9 -- tips for isolating and diagnosing test failures
  6. @pjammer Email me the code you wrote and the errors you are getting -- railsprescriptions at gmail dot com
  7. @pjammer I've problems with Preview and Skim -- the Skim people say it's the source, and the PrinceXML people say it's the reader...
  8. @pjammer What PDF reader are you using? Try Adobe's reader -- there have been some issues with other readers that I am trying to track down
  9. "Most code-heavy tutorials show the code but not the tests — I’m doing the opposite here" -- http://bit.ly/3HTP2A
  10. Tip: John Miller commented on my blog post with some nice Regex tips for Cucumber users: http://bit.ly/4ecI0
  11. Tip: Just got this http://gist.github.com/101130 setup with zsh shell for easy invocation of a single test file, with autocompletion.
  12. This post is based on a real example of testing. It's pretty long. I hope somebody finds it useful: http://bit.ly/IqTVg
  13. Whoever just tried to download an update on the site -- if you can read this, try again.
  14. Okay -- I think I've got it now. Anybody who is having a forgot password issue on the site should try the new forgot password link
  15. Chicago area Rails folk: Early registration for @windycityrails ends August 1st -- http://www.windycityrails.com. See you there.
  16. Those of you getting errors on registering the book -- errors seem to be caused by mail server. The registrations are getting through.
  17. Adding forgot password to the web site. Yes, I'm writing tests.
  18. Tip: Read this article with advanced Cucumber features: http://bit.ly/1wbNIO
  19. Tip: Right now, my preferred way to test email is assert_sent_email in shoulda combined with email_specs for Cucumber
  20. Tip: Cucumber people, read this by Mischa Fierer: http://bit.ly/DDaSd -- eight tips for Cucumbering