The Super Easy Guide to Everything You Wanted to Know About How to be Awesome at a Conference
Back-End Full-Stack WebAs rubyists, we do not suffer for a lack of conferences. Nor for Rails events. Each and every one of these conferences...
Debugging Remote Processes With Pry-Remote
Back-End Full-Stack Web Leveling UpHighgroove really likes Pry. It’s a great tool for digging into your code and seeing what’s going on with tons of great features. However,...
Use Ruby to Generate Formatted Excel Documents
Back-End Full-Stack WebThe latest version of Ruby comes standard now with Comma Separated Value support built right in via the CSV library written by one of...
Finish Weekend ATL
Back-End Full-Stack WebHighgroove Studios is proud to be helping Collective Idea bring Finish Weekend to Atlanta this June:
Rails Needs to Make JSON Serialization Easier
Back-End Full-Stack WebAs the web continues to mature, JSON APIs (and XML if you’re into that) have become increasingly important. But if you’ve tried to use...
Live from Startup Weekend Atlanta
Back-End Conferences Full-Stack WebStartup Weekend in Atlanta kicked off last night with over 116 participants, and 48 pitches, eventually forming into 18 teams. The concept behind...
Reasonable RSpec Config for Clean, and Slightly Faster, Specs
Back-End Full-Stack WebDatabase-bound tests are a drag. Inconsistent tests are a pain. Database-bound, inconsistently failing tests are the worst!