13 Stories by Steve Robinson
One of the new additions to ActiveRecord that’s gonna be coming out with the Rails 5 release is the ActiveRecord::Base.suppress method. I have some... Have you ever wanted to interact with your Amazon S3 bucket just like how you deal with the directories in the file system without... We were doing some crazy things with our staging server and it ran out of space which we did not notice because of the... I’ve been working on a codebase which is Rails 4.0 and Ruby 1.9.3 and something that’s annoying about this app is its incredibly large... In the project I’m working on where we sell photos, we had to find out the country of each and every visitor for a... One of our clients at Spritle is a startup that sells photos taken at various events. The Rails app we have built and maintaining... We widely use the amazing Zurb Foundation framework as a base for many of our projects. Zurb provides a lot of features and utilities... We recently are dealing with a company which specializes in building enterprise Java applications. When we proposed to use Rails for a couple of... We at Spritle Software are incredibly passionate when it comes to everything Open Source. We strongly believe that everyone who uses Open Source technologies... Today I came across a really cool method in Ruby’s Hash class. I cannot believe I missed it all these days. Its a class... We @ Spritle came across this wonderful new tool recently. Although it took time to taste it (atleast to some extent), I soon realized... When writing applications where you fetch data asynchronously from the server and render it to the user using AJAX you would have to deal...