ThinkingSphinx Advanced Queries

ThinkingSphinx Advanced Queries

ThinkingSphinx gives Ruby-on-Rails developers the power of a full-text search engine, with only one downside; it’s a full-text search engine. Recently I had to develop an Advanced Search facility for a site which required me to locate content within certain...
CSS Specific Handling for IE

CSS Specific Handling for IE

Internet Explorer 6 isn’t going to go away. We wish it would, and so does Microsoft – but it won’t. And when it does, it’s big brother IE7 will be there to frustrate programmers for years to come. Until all that happens, we need to be able to...
Unhelpful Helpers

Unhelpful Helpers

What is a Helper? A helper is a piece of code which can be used in several places within your Ruby project, which helps you to keep your code DRY (Don’t Repeat Yourself). By moving code into helpers you can reduce repetition, improve readability and increase...