[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Mrmaster Mrmaster
Frederick Cheung wrote: > If you're running OS X 10.5 and using the system provided install of > ruby, the way it is setup means that gem doesn't know how to remove > the gems that ship with Leopard (ie the ones in /System/Library/...) > > Fred > > On Nov 30, 7:4

[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Mrmaster Mrmaster
Frederick Cheung wrote: > If you're running OS X 10.5 and using the system provided install of > ruby, the way it is setup means that gem doesn't know how to remove > the gems that ship with Leopard (ie the ones in /System/Library/...) > > Fred > > On Nov 30, 7:4

[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Mrmaster Mrmaster
Bobnation wrote: > Can you run gem update and that works fine? What gem version are you > using? > > On Nov 30, 10:06�am, Mrmaster Mrmaster <[EMAIL PROTECTED] I used gem update and gem update --system and both said nothing to update. I think i'm running gems 1.3.1 but

[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Mrmaster Mrmaster
Bobnation wrote: > I'm just curious as to why you want to remove Mongrel, just a general > question. > > I would really add +1 to the idea of just adding in an alias in > your .bashrc file just to make the server easier to start. > > On Nov 30, 9:47�am, Mrmaster Mrma

[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Mrmaster Mrmaster
Davo wrote: > Try 'gem uninstall mongrel' > ( if you have more than one version you will be asked which one ) > Dave > > > On Nov 30, 3:19�pm, Mrmaster Mrmaster <[EMAIL PROTECTED] With the unistall command I get this error: [EMAIL PROTECTED]:~/Desktop$ gem

[Rails] Re: How to go back to using webrick default server

2008-11-29 Thread Mrmaster Mrmaster
Tom Lobato wrote: > Mrmaster Mrmaster escreveu: >> Hi, >> >> I've installed mongrel to check it out and want to go back to using >> webrick as default when i type server/script to run my server. How can I >> do this? I know that I can just type server/scrip

[Rails] How to go back to using webrick default server

2008-11-29 Thread Mrmaster Mrmaster
Hi, I've installed mongrel to check it out and want to go back to using webrick as default when i type server/script to run my server. How can I do this? I know that I can just type server/script webrick but i'd prefer to have it as default. Thanks -- Posted via http://www.ruby-forum.com/. --~

[Rails] Re: problem with scaffold

2008-11-29 Thread Mrmaster Mrmaster
starter - > http://www.tutorialspoint.com/ruby-on-rails-2.1/rails-scaffolding.htm > HTH Dave > > > On Nov 30, 9:57�am, Mrmaster Mrmaster <[EMAIL PROTECTED] Thanks for the help and the new tutorial. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~--

[Rails] problem with scaffold

2008-11-29 Thread Mrmaster Mrmaster
Hi, I keep getting undefined method `scaffold' for EventsController:Class error method even though everything seems to be defined in my project. I was wondering if someone can explain to me what the problem is? I'm using ubuntu 8.10 with ruby 1.8.7 and rails 2.2.2. My Steps: 1) rails events 2) C

[Rails] Problem viewing my hello world app

2008-11-26 Thread Mrmaster Mrmaster
Hi, I've created a hello world app that i want to view but i get CGI::Session::CookieStore::TamperedWithCookie error in the browser when i run it. I copied everything in my browswer below and I've also listed the steps I took in creating the hello world. My steps: 1. rails hello 2. generated a

[Rails] Re: Problem with RubyGems installation

2008-11-23 Thread Mrmaster Mrmaster
Everything works now. Thank you soo much for your help. Just a recap I think the problem was my ruby install the ruby full install command you gave fixed everything. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message becaus

[Rails] Re: Problem with RubyGems installation

2008-11-23 Thread Mrmaster Mrmaster
Bobnation wrote: > Did you do an apt-get install ruby-full or just the ruby package? > > On Nov 23, 10:34�pm, Mrmaster Mrmaster <[EMAIL PROTECTED] I'm assuming if i have the latest version wouldn't everything with it come installed? -- Posted via htt

[Rails] Re: Problem with RubyGems installation

2008-11-23 Thread Mrmaster Mrmaster
Bobnation wrote: > Did you do an apt-get install ruby-full or just the ruby package? > > On Nov 23, 10:34�pm, Mrmaster Mrmaster <[EMAIL PROTECTED] I've also tried the command you put there and received this message: [EMAIL PROTECTED]:/usr/local/lib/site_ruby/1.8$ sudo apt-

[Rails] Re: Problem with RubyGems installation

2008-11-23 Thread Mrmaster Mrmaster
Bobnation wrote: > Did you do an apt-get install ruby-full or just the ruby package? > > On Nov 23, 10:34�pm, Mrmaster Mrmaster <[EMAIL PROTECTED] I used this command: $ sudo apt-get install ruby irb rdoc libruby1.8 ruby1.8-dev I got it from Beginning rails from novice to profe

[Rails] Re: Problem with RubyGems installation

2008-11-23 Thread Mrmaster Mrmaster
updating to 1.3.1? Also, do you have the development headers for Ruby > 1.8.7 installed. I know I just did this same installation maybe last > week, but I might have gone from 1.3.0 to 1.3.1. > > On Nov 23, 10:23�pm, Mrmaster Mrmaster <[EMAIL PROTECTED] I have Ruby 1.8.7 installe

[Rails] Re: Problem with RubyGems installation

2008-11-23 Thread Mrmaster Mrmaster
Bobnation wrote: > What OS are you using? > > On Nov 23, 7:28�pm, Mrmaster Mrmaster <[EMAIL PROTECTED] Actually i just upgraded to Ubuntu 8.10, tried the same steps and still got the same error message. -- Posted via http://www.ru

[Rails] Re: Problem with RubyGems installation

2008-11-23 Thread Mrmaster Mrmaster
Bobnation wrote: > What OS are you using? > > On Nov 23, 7:28�pm, Mrmaster Mrmaster <[EMAIL PROTECTED] I'm using Ubuntu 8.04 -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscri

[Rails] Problem with RubyGems installation

2008-11-23 Thread Mrmaster Mrmaster
Hello, I am trying to install RubyGems on Ubuntu and i'm having trouble. I've downloaded rubygems 1.3.1 and when i run the sudo ruby setup.rb command I get the problem mentioned below. I'd really appreciate if someone can help me out. Thanks mkdir -p /usr/local/lib/site_ruby/1.8 mkdir -p /usr/