Thursday, 30 August 2012
Friday, 24 August 2012
sam-stephenson-of-37signals
http://alittlecode.com/coffeescript-intro-video-by-sam-stephenson-of-37signals/
Tuesday, 14 August 2012
FAST KEY REPEAT RATE vic nava
FAST KEY REPEAT RATE
the fastest rate by system preference is 2
need too logout/login to see the effect
defaults write NSGlobalDomain KeyRepeat -int 0
Saturday, 11 August 2012
rais in production compile assets
in : config/environments/production.rb
config.assets.compile = true
Then run:
rake assets:precompile --trace RAILS_ENV=production
Then:
rails s -e production
Thursday, 9 August 2012
Wednesday, 8 August 2012
Monday, 6 August 2012
Thursday, 2 August 2012
Spork and Rpsec and Bash
in .profile
Start Spork if is not runing and pass params the file
function rtest{
if pgrep -f spork; then echo running; else spork &; fi
rspec --drb --color --format doc "$@"
}
rtest spec/requests/whatever
Subscribe to:
Posts (Atom)