Posts Tagged ‘ git ’

Fixing the Heroku “Too many authentication failures for git” problem

January 31, 2010
By Luke Francl at Rail Spikes - Home
Fixing the Heroku “Too many authentication failures for git” problem

Getting an error like this when you push to Heroku?electricsheep:herokuapp look$ git push heroku master Received disconnect from 75.101.163.44: 2: Too many authentication failures for git fatal: The remote end hung up unexpectedlyIf ...
Read more »

Tags: ,
Posted in Heroku, Publishers, Rail Spikes | Comments

Double Shot #572

October 29, 2009
By Mike Gunderloy at A Fresh Cup
Double Shot #572

There is no apparent end of code that needs to be written.wysihat-engine-demo – Quick way to see the wysihat editing control in action. RailsBridge Bugmash VM Script – Script to build your own server to test the Rails source code from zero. bigrecord – ActiveRecord replacement to use distributed stores like HBase. Heroku Add-ons – Solr, New...
Read more »

Tags: , , , , , ,
Posted in A Fresh Cup, Heroku, Publishers | 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

Double Shot #561

October 14, 2009
By Mike Gunderloy at A Fresh Cup
Double Shot #561

Tools of the Trade – A few more folks have posted their own lists of what they use to develop software. Lots of good stuff lurking here:Elad Meidar David Bolton Jeff SchoolcraftAnd a few other odds and ends:Gerrit – Google project to provide Web-based code review and project management for git-based projects. Interesting but too enterprisey...
Read more »

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

Double Shot #555

October 6, 2009
By Mike Gunderloy at A Fresh Cup
Double Shot #555

These significant numbers always tickle me.Django for Rails devs – Another attempt at an even-handed comparison from someone who has used both. Rails Tricks, part 1: Searchlogic – Some nice advanced usage here. Install any HTML theme/template into your Rails app – Dr. Nic goes public about the install_theme project. Codaset Opens up its Beta to Everyone....
Read more »

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

Double Shot #544

September 21, 2009
By Mike Gunderloy at A Fresh Cup
Double Shot #544

I’ve had better mornings.Quicksilver Beta – Seems to work fine with Snow Leopard, though the web site is a mess. Flexible Continuous Testing – watchr is meant to replace autotest, adding more configurability. Using p4merge with Git – Just what the title says. friendly_id – Another take on a slug/permalink generator. jQuery Tools version 1.1.1 – Lots of...
Read more »

Tags: , , , , , ,
Posted in A Fresh Cup, Publishers | 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 #538

September 11, 2009
By Mike Gunderloy at A Fresh Cup
Double Shot #538

This would be a good day to ship some code, wouldn’t it?Testing with IE6, IE7 and IE8 on VirtualBox – If you must pollute your dev box with IE images here’s one way to do it. gold – Workflow script for git with a notion of review. AutomateIt – Another alternative for ruby-based server configuration. CodePlex Foundation...
Read more »

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

Double Shot #532

September 3, 2009
By Mike Gunderloy at A Fresh Cup
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...
Read more »

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

Oh My Zsh gets theme support

August 31, 2009
By Robby Russell at Robby on Rails
Oh My Zsh gets theme support

I just pushed a small change to Oh My Zsh, which gives it rudimentary support for themes. What I’m hoping to do is collect prompts from tons of people and make it simple for others to find a PROMPT that works well for them.As of right now, there are only three for you to...
Read more »

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