Re: [Rails] creating new rails problem

2015-03-30 Thread Colin Law
On 30 March 2015 at 04:20, Ant Na wrote: > ... > here is where I am at now: > > > ~$ rails new blog > /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv > will be deprecated in the future, use String#encode instead. > /usr/lib/ruby/vendor_ruby/railties/lib/rails_generator/genera

Re: [Rails] creating new rails problem

2015-03-29 Thread Krishna Gundala
If the error says the server is already running, Can you go to temp/pids folder there you see a PID associated to the sever. Delete it and run again. It should work. [image: --] Mohan Krishna Gundala [image: https://]about.me/gmk.india On Mon, Mar

[Rails] creating new rails problem

2015-03-29 Thread Ant Na
I got everything to work. When I first tried: rails new myApp it created the app and then I ran: rails server that worked fine too with localhost:3000 but then I tried making another app, which was created but gave me a message stating that server is already running and then it exited. Therefo