[Rails] ruby on rails first app creating problem

2015-03-07 Thread moein rahimi
HI Guys I started to learn ruby on rails, i used http://railsinstaller.org/ to get all the stuffs i need and check it up the ruby,rails,bundler and gem version in cmd to be sure everything is fine. then i tried to create my first app using rails new firstapp and this message appears.

[Rails] NET/HTTP GET VALUE

2015-03-07 Thread Simon Eric
I have two app in rails that communicate between net/http: In the first app controller is something like so: class WebservicesController ApplicationController require 'net/http' require uri layout 'admin' def ws uri = URI(http://localhost:3001/api/ws;)

Re: [Rails] ruby on rails first app creating problem

2015-03-07 Thread Robby O'Connor
Rails on windows has given me nothing but trouble and is a general pain in the ass. --Rob Sent from my cell, please excuse any typos. On Mar 7, 2015 3:04 PM, moein rahimi melinaja...@gmail.com wrote: HI Guys I started to learn ruby on rails, i used http://railsinstaller.org/ to get all the