- https://github.com/burke/zeus
- Preload rails app (like spork)
- zeus start and then zeus console, zeus rspec (in less than a second)
- https://github.com/wakiki/rspec-zeus-tmbundle
run rspec (without type zeus rspec) (https://github.com/thoughtbot/dotfiles)
rspec() {
if [ -S .zeus.sock ]; then
zeus rspec "$@"
else
command rspec "$@"
fi
}
- https://github.com/charliesome/better_errors
- http://railscasts.com/episodes/402-better-errors-railspanel
- Better error page for Rails
- thougtbot (https://github.com/thoughtbot/dotfiles) dotfiles are really nice
- https://semaphoreapp.com
- Continuos integration (now supports deployments)
- http://exercism.io
- Crowd-sourced code reviews.
- Pratice coding.