[Rails] Re: creating new rails problem

2015-03-30 Thread Ant Na
So finally I was fed up and just decided to reinstall rails and now it works flawlessly! Thank you s much for everyones time! You live you learn! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"

[Rails] Re: creating new rails problem

2015-03-30 Thread Ant Na
I tried rails new cows (new name) and i still get the same output :( -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an ema

[Rails] Re: creating new rails problem

2015-03-30 Thread Ant Na
I tried all of your suggestions...I still get the same results even after replying "y" twice: overwrite config/initializers/session_store.rb? (enter "h" for help) [Ynaqdh] y force config/initializers/session_store.rb overwrite config/initializers/cookie_verification_secret.rb? (enter "h"

[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