Sunday, February 7, 2010

Rails 3 environment settings using Passenger + Apache

I had some trouble getting Passenger to run my rails 3 app in development mode today, it wanted to use production even with RailsEnv development. Turns out that while it was ignoring that, it was respecting RackEnv development. Yay! I didn't investigate further, I'm happy using RackEnv.

0 comments: