[Rails] Re: Rails 3 Phusion Passenger - Ruby (Rack) application could not be started

2010-04-26 Thread dmack
On Apr 25, 4:40 pm, Paul Jonathan Thompson wrote: > > > My environment is: > > >  FreeBSD 6.4 > >  Ruby1.9.1p378 > >  Passenger  2.2.11 > >  Rails3.0.0.beta3 > > I did, it then complained that it could not find "config.ru" > > Regards, > > Paul Thompson. > Ack. Sounds like a different problem t

[Rails] Re: Rails 3 Phusion Passenger - Ruby (Rack) application could not be started

2010-04-25 Thread dmack
Just curious if you tried removing the "config.ru" file from your rails application's root directory? It seems to be a different error than me but I thought I would throw it out there just in case it helps. My environment is: FreeBSD 6.4 Ruby 1.9.1p378 Passenger 2.2.11 Rails 3.0.0.beta3

[Rails] ruby 1.9.1, cygwin & rails 2.3.2: undefined method camelize

2009-05-26 Thread dmack
I tried to get this working and ran into a problem: - latest cygwin - ruby 1.9.1p129 (same problem with p0). install in /opt/ruby19 - rails 2.3.2 1) Installed ruby 1.9.1p129 with: --prefix=/opt/ruby19. No errors or problems. make install worked. 2) gem install rails No problem, rai