Category: plugins
uninitialized constant ThinkingSphinx::Deltas::Job
April 18th, 2010, Comments Off
If you are getting this error during a sphinx index, it is likely because you have a copy of the gem ‘thinking-sphinx’ installed, but you also have an older version of the gem from the old github repository also installed (eg, freelancing-god-thinking-sphinx).
The solution is to remove the old github gem version.
Also this should be [...]
Correct Format Plugin Released
July 4th, 2009, Comments Off
I have released a new Plugin for Rails, called Correct-Format.
Github URL: github.com/mendable/correct-format
This plugin allows you to automatically correct simple user input mistakes
and format user-input without raising an ActiveRecord Error and without
inserting inconsistently formatted data into your database. Using this
plugin will enhance the usability and user-friendlyness of your application
and increase your data integrity.
You can automatically:
Make a [...]