Have you ever gotten a result like the following when using ThinkingSphinx (by the awesome Pat Allen):
NoMethodError (undefined method `constantize’ for nil:NilClass):
This error occurs when your index isn’t quite up to date and ThinkingSphinx returns results that have since been deleted from your database. To fix the problem add :retry_stale => true to your searches, [...]
Those of you that follow me on Twitter will probably know that I’ve spent the last week or so trying to find a decent way of generating PDF documents from a Rails application. I finally found a solution that suited my needs so I thought I’d share it with you lovely people.
Initial Probing
After my first [...]
Abso-fucking-lutely crazy.
Good news? Bad news? Personally I’m thinking it’s a good move and it also means I don’t have to publish my post about the bitchiness in the Rails vs. Merb camp.
It’s nice to see that Rails 3.0 is going to be more modular and library agnostic as well. Good news for all use jQuery [...]