Ruby

http://s.erious.ly

Posts tagged "github"

Planting the seeds

Yesterday, the Rails team released 2.3.4, which includes standardized way for loading seed data into your application so that you didn’t have to clutter your database migrations.

I noticed a few comments on some blogs where people were asking how to use this new feature, so here is a quick runthrough a few ways that you...

Double Shot #532

Life goes on after Snow Leopard. Dear Github – I’m seeing more rumblings of discontent with GitHub lately. As a paying customer myself, I certainly hope their plans to fix things come to fruition relatively quickly. Codaset – And these guys look like a potential GitHub competitor, now in closed beta. FireCrystal – Firefox extension that provides a timeline...

Double Shot #529

I’ll likely be doing a Snow Leopard upgrade on my main dev box some time next week – after I have a good bootable backup. Meanwhile, I’ve collected a bunch of links to (I hope) avoid some of the trouble spots. Other stuff Clogger – Configurable request logging as Rack middleware. Magic Model Generator 0.5 – Generate Rails...

..and on the seventh day, Science created zsh

Inspired by some recent posts from Tom on zsh, I decided that I’d do my part to help people give it a whirl. I’ve been using zsh for a few years now and haven’t found myself missing bash.

If you’re interested in taking a few minutes to give zsh a while, you’re in luck. I...

Double Shot #507

Wait, it’s still July? This month may never end. acts_as_taggable_on_steroids was REALLY slow – A case where having some MySQL knowledge turned out to be critical. Embrace Technical Debt – An argument that sometimes writing sloppy code isn’t such a bad thing to do. Freshlog – Screen capture for OS X that can automatically create Lighthouse or Unfuddle...

Howdy Rip!

Chris Wanstrath (@defunkt) just posted the following on twitter.

“Hello Rip – http://hellorip.com/

The Rip project describes itself as, “an attempt to create a next generation packaging system for Ruby.”

One of the cool features is that it supports multiple environments. For example, you can have different Rip environments (with different gem versioning) that are...

Git commit-msg for Lighthouse tickets

A quick follow-up to a post from a few months ago on how our team has a naming convention for git branches when we’re working on Lighthouse tickets (read previous post).

I’ve just put together a quick git hook for commit-msg, which will automatically amend the commit message with the current ticket number when you’re...

Lighthouse tickets and Git branching

We’re currently using Lighthouse as our ticketing system with clients for maintenance/bug requests. We’re also using Github for all of our major client projects. I’m sure that many of you take advantage of the Lighthouse service that Github allows you to use so that your commits can trigger actions on your tickets in Lighthouse.

If you’re...