Getting RPM working with Rails 3.0
Note: This has only been tested to work with Heroku, my hosting service of choice. It's not been tested anywhere else. Regardless, you should still test everything yourself.
Note: This has only been tested to work with Heroku, my hosting service of choice. It's not been tested anywhere else. Regardless, you should still test everything yourself.
Earlier today (well, a few minutes ago), I had a requirement to make an existing LIKE search case-insensitive with PostgreSQL.
Comments [0]
"There are over 100,000 applications leveraging the Twitter API"
Comments [0]
So, it's now been a month or so since Boxfile launched into beta, and it's been a busy one. We've been getting a fair few signups, but what is more interesting is what people have been getting signed off.
Comments [0]
Something work remembering that keeps catching me out is surround Rails 3 and it's assumption that everything is NOT html safe (a change of opinion from Rails 2).
Comments [3]
Over the last few months, it would appear that global internet thermonuclear war has set in.
Comments [0]
Earlier I had a interesting problem setting conditions on a query using Rails and ActiveRecord.
Comments [0]
These days there's a common requirement to be searching data in a way that's not just a simple find query. People want to search against text, and do weird and wonderful things like fuzzy searching. As I've been blogging about Rails a fair amount recently in a "Look Ma! I just figured this out!" way, I thought I would talk about how this could be done. The requirement I have is to search property in a model that consists of text and search it in as flexible way as possible (a LIKE just won't suffice here)
Comments [0]
Recently, during the development of BoxFile, I decided that I needed a nice caching layer on the site to alleviate unnecessary load on the server, but to also speed the application up on some of the more intensive pages such as the document view. After a couple of minutes research, it transpired in Rails that this is actually pretty easy.
Comments [0]
It's a fact of modern life that projects don't always go the way they should, be it for lack of time, budget or a scope that's too large. Another major reason for projects going awry is that of misunderstanding. It happens every day, and every single one of us at some point has generated some work for someone without fulling understanding what was required, and thus having to waste time doing more work to make things good again.
Comments [0]
Comments [0]