Search
-
Recent Posts
Tags
adwords amazon analytics api apple aws blog chrome chromium cloud Design dropbox ec2 email error facebook firefox google google-apps homebrew ipad javascript jQuery linux lion mac microsoft mysql osx os x paypal php plugin quicksilver raspberry pi scam social spam twitter ubuntu unix video windows woo wordpress
Tag Archives: rails
Ruby on Rails: Setting up a new Application
step 1: rails new _ ( is the name of your app, no spaces or punctuation) step 2: rails generate scaffold posts (generate some basic framework)
rvm: how to install the latest version of ruby
rvm install ruby-1.9.2-p136 If that doesn’t work, try this command first: source ~/.rvm/scripts/rvm