Gem to get Rails 3's new ActiveRecord query interface (where, order) and the new scope syntax (chaining scope definitions...
Sometimes you want one distinct version of RubyGems to be installed to replicate the same behavior across multiple servers.
Our gitpt script to generate git commits from Pivotal Tracker stories has been tweaked and polished and is now part...
Using .downcase or .upcase on strings containing umlauts does not work as expected in Ruby versions before 2.4. It leaves...
To make the RSpec matcher of the authorization solution Consul work with Rspec 2.x read the following blog post...
Firefox 3.6 users will receive update notifications in April offered through the browser’s internal updating service that will update...
Although it's tempting flirt with detecting mobile/touch devices with CSS media queries or Javascript feature detection alone, this approach...
Basically, you now need to know if your project uses a "real" time zone or :local, and if config.active_record.time_zone...
A possible way for localisation in Rails applications that allows editing translations remotely.
After my update from MacOS X 10.6 Snow Leopard to 10.7 Lion the search function in Apple Mail stopped working...
Note: capistrano_colors was merged into Capistrano starting from v2.13.5. However, this requires Ruby 1.9+. If you cannot upgrade Capistrano...
If you're using Paperclip to store and convert images attached to your models, processing a lot of images will...
Our rcov:all task for aggregated RSpec/Cucumber coverage was overhauled extensively. Among other things it now works for Rails 2...
Association named 'variations' was not found; perhaps you misspelled it? I just was hunting down a strange error with this...
When you're getting this error, one possibility is that you've created a select field for an association instead...
This will hopefully kill IE6 and IE7 for good. The latest available IE for Windows XP is IE8 though.
The unix command line tool less is a good choice for browsing logfiles. In the standard configuration, though, it does...
When internationalizing your Rails app, you'll be replacing strings like 'Please enter your name' with t('.name_prompt'). You...
Submit buttons in Rails come with a useful option :disable_with which will disable the button when clicked and change...
When you use google analytics to track your visitors interactions, you should ensure that it runs on your production site...
If you turn on stylesheet caching, it might happen that stylesheets from different locations with different relative pathes will be...
Using rename_column, remove_column, etc. more than once in a migration makes that migration run slower than it should...
Gem to generate entity relationship diagrams from your Rails 3 ActiveRecord models. The diagram style is pretty and configurable.
I have a pair of headphones connected to my desktop's back panel and a headset connected to the front...