Posts Tagged ‘ github ’

Installing Ruby on Rails, Passenger, PostgreSQL, MySQL, Oh My Zsh on Snow Leopard, Fourth Edition

February 8, 2010
By Robby Russell at Robby on Rails
Installing Ruby on Rails, Passenger, PostgreSQL, MySQL, Oh My Zsh on Snow Leopard, Fourth Edition

Welcome to what seems like my tenth installment (actually, it’s the fourth) of showing you how I setup my development environment on a fresh OSX install. In this case, I’m actually getting a MacBook setup for a new employee with Snow Leopard.Over the years, I’ve evolved these following steps and they’ve helped our team...
Read more »

Tags: , , , , , , , , , , , , , , ,
Posted in Publishers, Robby on Rails | Comments

(oh my) Zsh themes Gone Wild! 18+

December 27, 2009
By Robby Russell at Robby on Rails
(oh my) Zsh themes Gone Wild! 18+

Earlier this evening, I accepted a pull-request for theme number 18, which is now included in Oh My Zsh. To celebrate, I’ve updated the themes wiki page with fresh screenshots.Here is a sampling of some of the themes that you can use out of the box with Oh My Zsh.Oh My Zsh is much...
Read more »

Tags: , , , ,
Posted in Publishers, Robby on Rails | Comments

Tracking Google Analytics events in development environment with GoogleAnalyticsProxy

November 1, 2009
By Robby Russell at Robby on Rails
Tracking Google Analytics events in development environment with GoogleAnalyticsProxy

As mentioned in a recent article1, I’ve been diving deep into Google Analytics lately while working on a few client projects. We’re aiming to use much more of the features of Google Analytics and have been hitting some roadblocks with the development versus production application environments. Once you begin to dive into event tracking...
Read more »

Tags: , , , , , , , , , ,
Posted in Publishers, Robby on Rails | Comments

Double Shot #567

October 22, 2009
By Mike Gunderloy at A Fresh Cup
Double Shot #567

It’s interesting working with clients who are passionate about URL structure.Introducing BERT and BERT-RPC – GitHub’s new binary data serialization and RPC protocol. They may have invented the ruby of RPC. Devise: flexible authentication solution for Rails – Built on top of Warden. I’m not personally sold on pushing authentication down into Rack, but if...
Read more »

Tags: , , ,
Posted in A Fresh Cup, Publishers | Comments

Flash Message Conductor now a Gem

October 13, 2009
By Robby Russell at Robby on Rails
Flash Message Conductor now a Gem

We’ve been doing some early (or late… if you’re a half-full kind of person) spring cleaning on some of our projects. One of the small projects, flash_message_conductor, which we released last year as a plugin is now a gem. We’ve been moving away from using plugins in favor of gems as we like locking...
Read more »

Tags: , , , , , , ,
Posted in Publishers, Robby on Rails | Comments

Double Shot #558

October 9, 2009
By Mike Gunderloy at A Fresh Cup
Double Shot #558

I’m getting too old for these late nights.Caliper – From Devver.net, a simple way to run metric_fu on any project with an accessible git repo. cap-recipes – A collection of capistrano recipes for managing things like delayed job and whenever and passenger. Gem Building is Defunct – At GitHub, anyhow. They’re throwing their weight behind Gemcutter. The...
Read more »

Tags: , , , , , ,
Posted in A Fresh Cup, Publishers | Comments

Mustache: Logic-Free Views For Your Ruby Web Apps

October 7, 2009
By Ric Roberts at Ruby Inside
Mustache: Logic-Free Views For Your Ruby Web Apps

Mustache (or GitHub repo) is a new templating library from Chris Wanstrath (a.k.a. defunkt of GitHub fame) that provides a way to render views in your chosen Ruby web framework. Influenced by ctemplate, Mustache helps to keep your MVC layers separate by actively preventing the inclusion of application logic in your views.
Read more »

Tags: , , , , , ,
Posted in Publishers, Ruby Inside | Comments

Push to Multiple Git Repos

September 19, 2009
By Mike Gunderloy at A Fresh Cup
Push to Multiple Git Repos

If you’ve got a project with multiple git remotes, and you’d like to update both of them with a single operation, there’s an easy way to do it. Just edit your .git/config file to include a new target named “all”:url = git@github.com:ffmike/BigOldRailsTemplate.git fetch = +refs/heads/*:refs/remotes/origin/*remote = origin ...
Read more »

Tags: , , ,
Posted in A Fresh Cup, Publishers | Comments

Double Shot #542

September 17, 2009
By Mike Gunderloy at A Fresh Cup
Double Shot #542

Another quiet morning in the code farm.ActiveRecord Attribute Normalization – Plugin to do defensive data munging on the way into the database. HTTP Scoop – Nicely done (not free) HTTP sniffer for OS X. Yeah, there’s free stuff you can wrestle with, but this one just worked. Gource – Visualization software for git repositories. Announcing the Devver...
Read more »

Tags: , , , ,
Posted in A Fresh Cup, Publishers | Comments

Double Shot #541

September 16, 2009
By Mike Gunderloy at A Fresh Cup
Double Shot #541

I can only imagine how much work I could get done without four kids to ferry around.Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs – If you don’t have the luxury of telling IE6 users to take a hike, this is a great collection of ways to deal with the problem. GitHub...
Read more »

Tags: , ,
Posted in A Fresh Cup, Publishers | Comments