... jose RSS

Github
Twitter

Archive

May
16th
Fri
permalink

Build and Install Github.com gems

Haml example

git clone git://github.com/nex3/haml.git

cd haml

gem build haml.gemspec

sudo gem install haml-1.9.0.gem

Apr
24th
Thu
permalink
  • dirtyhand: sudo gem install cheat
  • dirtyhand: cheat vim | mate
  • dirtyhand: IRONY
Apr
21st
Mon
permalink
  • faisal: i have aptana, i have netbeans, i mostly work in textmate anyway. but aptana has a good test runner and its code hints stuff overlaps (but isn't a subset of) netbeans'
  • faisal: so i use both
  • yaroslav: so you're on mac?
  • • yaroslav sighs
  • faisal: i'm on a mac
  • yaroslav: HOW CAN I REACH THESE KIDS
Apr
18th
Fri
permalink
permalink
Apr
17th
Thu
permalink
Mark is coding in the park. He will send his changes when he comes back.
Apr
16th
Wed
permalink
permalink
Apr
15th
Tue
permalink

git rebase master vs git merge master

  • dirtyhand: so, if im working on a branch and stuff in the master gets committed, when should I rebase vs doing a master merge into the branch?
  • mojombo: rebase is good for keeping local branches clean, but once they're pushed up, rebase is unwise
  • dirtyhand: what about Lighthouse reporting all github commits as being made by the account owner.
  • mojombo: we'll probably add the user level stuff to the LH integration before too long
Apr
14th
Mon
permalink
class Luke < Anakin; end # man, that was too easy