- We design and build extraordinary applications for companies looking to make the next great idea a reality.
- learn more
Buy My Book! (Please?)
.jpg)
This week, my book Professional Ruby on Rails will be officially released. You can see sample chapters here, and you can buy the book at Amazon (affiliate link).
This book is designed to meet the needs of an intermediate to advanced Ruby on Rails user. The first wave of Rails books could not assume that the user had any pre-existing knowledge of Rails. As a result, they spent a lot of time covering the basics. The target reader for this book is somebody who has already read one of the basic books and now has to apply this knowledge to building a complete web site all the way from conception to deployment.
Written over the summer and fall, all the sample code in the book uses Rails 2.x, specifically including RESTful structures, respond_to, new migrations, cookie-based sessions, and other new features.
The book covers the kinds of tasks that nearly every site needs to
handle -- user models, database performance, time zones and
internationalization, creating common JavaScript navigation elements,
REST web services, and graphics. Where there are commonly used plugins
to support those features, the book covers those as well.
In addition to the application itself, there are other parts of the
Rails life cycle. The book covers many of these issues including how to
manage a Subversion repository, how to use Rake to simplify common
tasks, Capistrano for deployment, RailsBench and profiling tools,
generators, and plugins.
I wanted to include comprehensive and integrated coverage of
automated testing. In addition to a chapter dedicated to advanced
testing tools, nearly all of the sample code in the book is presented
with its associated tests first. I believe this promotes the use of
test-driven development and gives examples of how to test complex Rails
code.
I had a lot of fun writing this book. If you are a Rails programmer,
this book will improve your programs, and hopefully save you time and
effort. If you're interested, please check out the samples, and buy the book. Thanks.
Topics: Books, Ruby on Rails
Comments: 2 so far
Leave a comment
About Pathfinder
Recent
- Push Button Phones and the Limits of User Testing
- Firefox Plugin Malware ‘Trojan.PWS.ChromeInject.A’
- Pathfinder releases version 1 of the its Flash Platform microsite (codename Mica)
- Pimp my Rails: Five Plugins & Gems to Make Rails Better
- iPhone: Using Pre-processor Directives for Device Testing
- Subtle OpenGL Projection Matrix Difference Between iPhone Simulator and Device
- App Security: Throw Out the Org Chart!
- Pimp my jQuery: Five plugins to replace the features Prototype and Scriptaculous users expect
- Thanksgiving 2008: What We’re Thankful For (In Rails)
- iPhone SDK: Testing with TextMate & GTM
Archives
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006


I am glad to see a book come out that isn’t a “crash course in rails”. After working with rails for the enterprise for some time, we realized the hard way that certain practices could be quite expensive.
I would be interested to hear your opinion on what you recommend to beef up your app for enterprise deployment.
Comment by John Paul, Monday, March 3, 2008 @ 10:37 pm
I have probably upwards of 12 Rails books now… Hopefully this one is a little more “enterprise” grade. The only one worth buying so far is Obie’s new book. Looking forward to the read, purchased today!!!
Comment by windexh8er, Tuesday, March 11, 2008 @ 3:15 pm