[Rails] Re: Simple app - problems w/ routes

2008-10-21 Thread Clem Rock
Progress, I finally just updated my local copy of ruby to 2.1.1.This got me up and running both locally and remotely. Now I have a problem w/ my main project. In that project I have frozen rails and also, the environment.rb file sets the rails version to 1.2.6 with this: RAILS_GEM_

[Rails] Re: Simple app - problems w/ routes

2008-10-13 Thread Clem Rock
Freddy Andersen wrote: > Wow there are just so many issues... > > First I would highly recommend that you have the same rails version in > both environments... Is there a reason why you want 1.2.6 on one > machine and 2.1 on a different machine? These versions are very > different and I'm sure yo

[Rails] Re: Simple app - problems w/ routes

2008-10-10 Thread Freddy Andersen
Wow there are just so many issues... First I would highly recommend that you have the same rails version in both environments... Is there a reason why you want 1.2.6 on one machine and 2.1 on a different machine? These versions are very different and I'm sure you will find numerous of issues usi

[Rails] Re: Simple app - problems w/ routes

2008-10-10 Thread Clem Rock
Now after a bit of tech support I now get this when I go to: http://erichermann.com/say/hello Code: [code] Expected /home/c73mr0ck/railsapp/app/controllers/say_controller.rb to define SayController /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:249:in

[Rails] Re: Simple app - problems w/ routes

2008-10-09 Thread Erol Fornoles
On Oct 10, 10:10 am, Clem Rock <[EMAIL PROTECTED]> wrote: > One thing that could be causing a big problem is that on localhost, my > rails version is:  Rails 1.2.6 > > and on the Rails Playground hosting the version is:   Rails 2.1.1 > > Any ideas how I can get this to work in both places? > > Tha