Axlsx is an incredible gem to generate "Office Open XML" spreadsheet files (XLSX). Does not break on large spreadsheets and...
Great solution in a GitHub issue.
Our old solution for cronjobs, the "craken" plugin, is no longer maintained and does not work on Rails 3.2+.
navy 0.5.1+ gives empty navigation containers a CSS class .navy-empty which you can hide via .navy-navigation &.navy-empty...
For two years we've been using SearchableTrait which gives models the ability to process Googlesque queries like this: Contact.search...
I am talking about development speed. When your application starts growing and you start adding gems, it starts to take...
The gem author Jonas Nicklas highlights in a Google Groups post that the release is not backwards compatible to 1...
The very useful andand gem does not play very nice with Ruby's SimpleDelegator (or vice versa). This following will...
A technique to vastly reduce the number of join model records that need to be stored in the database.
If you get a stacktrace complaining about uninitialized constant MysqlCompat::MysqlRes a system library update might broke your gem.
Rarely, you might want to rebuild all gems with native extensions, because they might be compiled against outdated system libraries...
If you're using the Capybara webdriver, steps sometimes fail because the browser hasn't finished loading the next page...
In theory you can take any scope and extend it with additional joins or conditions. We call this chaining scopes...
The (admittedly crazy) goal of this Gem is to be able to format/split all phone numbers in the world.
This is for you if you get the following strange error from the state_machine gem: undefined method `-' for #
Geordi now supports our solution for running Selenium tests without having Firefox or Chrome windows popping up all over your...
Ruby's mathn library changes Fixnum division to work with exact Rationals, so 2 / 3 => 0 2 / 3 * 3 => 0...
If you get this warning on your local machine one of these steps might help: Rebuilt the gem with the...
If some of your JavaScripts fail on Internet Explorer, but only in staging or production environments, chances are that JavaScript...
This describes how to migrate an existing cucumber test suite to Spreewald. Add the gem Include spreewald into your cucumber...
Cucumber_rails' old-school web-steps have been deprecated for a while, urging developers to write high-level step definitions...
There is no reason to leave trailing whitespace characters in your project's files, so don't add any.
The ActionMailer in Rails 2 depends on a buggy version of TMail, which sometimes inserts a blank line into the...
Ever wanted autocompletion for paths from paths.rb in Cucumber? This card lets you write your steps like this: