Friday, April 26, 2013

Knows more than Ruby on Rails!!!
accept it.........
----------------------------------
Conoce mas de Ruby!!!
http://rubyonrails.org/

1 comment:

  1. # go and download http://railsinstaller.org/
    # next next next
    #first steps for ruby on rails
    #easy make your webpage about your posts in 10 min.
    >cd htdocs
    >rails -v
    >sudo rails new proyecto
    >cd proyecto
    >sudo rails generate scaffold post title description:text likes:integer
    >rake db:migrate
    >sudo rails server
    #go to http://localhost:3000/posts
    #for json http://localhost:3000/posts.json

    ReplyDelete