[Rails] Re: Can't get WEBrick to work

2012-02-05 Thread Sergio Tapia
Here's a basic rundown. 1. "rails new my_new_app" This generates your brand new rails application, and puts it all in a new folder called "my_new_app". 2. "cd my_new_app" Go into your "my_new_app" folder. 3. "rails server" Launch the rails server - notice you are running this command while INSID

[Rails] Re: Can't get WEBrick to work

2012-02-05 Thread Joel
I did try rails server from the root directory of my app, entitled "simple_cms." Here's my command and the results. Macintosh-198:simple_cms joelrw$ rails server NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. Gem.source_index called from /usr/l

[Rails] Re: Can't get WEBrick to work

2012-02-05 Thread soldier.coder
Also, what were exact steps you took to download and install latest version of rails? As someone mentioned above, you need to be in the root directory of your app. What does that mean? When you first started developing your app, you probably did a command like: rails new my_app_name, where "my_ap

[Rails] Re: Can't get WEBrick to work

2012-02-05 Thread CavalryJim
On Feb 4, 8:17 pm, "mitijain...@gmail.com" wrote: > Hi, > > can you send the exact output which you are getting after running this > command. > > Mitesh Jain > > On Feb 4, 7:41 pm, Joel wrote: > > > > > Hello, Also, you need to be in a directory containing a Rails application when you submit t

[Rails] Re: Can't get WEBrick to work

2012-02-04 Thread mitijain...@gmail.com
Hi, can you send the exact output which you are getting after running this command. Mitesh Jain On Feb 4, 7:41 pm, Joel wrote: > Hello, > > I'm having trouble getting my server to work. > > I type > > rails server > > at the command line and get a whole lot of gobble-dee-gook.  I do NOT > get t