Put all this crap in your ~/.aliases file. Do it! alias migrate="rake db:migrate db:test:prepare" alias remigrate="rake db:migrate && rake db:migrate:redo && rake db:schema:dump db:test:prepare" alias gadd="git add -u && git add . && git status" alias svnprecommit="git svn rebase && rake features && rake test" alias cuc="cucumber -r features" alias g="git" alias tu="ruby_test unit" alias [...]
Posts Tagged ‘os x’
Installing CRM114 on OS X Snow Leopard
Posted: 6th January 2010 by M. E. Patterson in CodingTags: crm114, os x, ruby
Here’s what I had to do to get it working: Install ‘tre’ – but *don’t* use macports; tried that and it bombed, instead do: wget http://crm114.sourceforge.net/tarballs/tre-0.7.5.tar.gz tar zxvf tre-0.7.5.tar.gz cd tre-0.7.5 ./configure make && sudo make install Install ‘crm114′ wget -m -np http://crm114.sourceforge.net/src/ Follow Directions! now, follow these directions Enjoy!