Development with Rails + Passenger (AKA mod_rails) on Mac
Back-End Full-Stack WebPassenger, AKA mod_rails
1 min read
Feb 25, 2008
Staging environments are the perfect excuse to dig into new server configurations, and to play around with tools like Deprec. I have covered the gruesome technical details of the process over at Andre on Tech:
Overall, I’m impressed with how much deprec does for you. I had my staging environment setup in a few hours. Enjoy!
Passenger, AKA mod_rails
Hotspotr – my community-driven WiFi hotspot site – announced a content-providing partnership with LightPole today. You can read the press release over at http://lightpole.net/press/index.html.
For a recent Rails project, I had to use PostgreSQL instead of the standard MySQL for the database. Setting up Postgres on Mac OS...