Ruby on Rails: Helpful Resources
Learning Tools
Gem Installs (Command Line)
- gem install pry
- gem install sass
- gem install haml
- gem install railties --pre
- gem install capybara
- gem install capybara-webkit
Code Sharing
Rails Deployment
Styles
Action Mailer
Install Stuff on Mac
Redis for Background Jobs
brew install redis
launchctl start homebrew.mxcl.redis
launchctl stop homebrew.mxcl.redis
launchctl load -w /usr/local/Cellar/redis/2.6.13/homebrew.mxcl.redis.plist
sudo launchctl load /Library/LaunchDaemons/org.redis.redis-server.plist