TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Rails Myths

34 点作者 ashleytowers超过 16 年前

3 条评论

donw超过 16 年前
I'm an Ops guy who just happens to write a lot of code, rather than a coder who happens to handle Ops, and I can testify that Rails is not fun to manage, from an Ops perspective.<p>Setting up a tightly version-controlled, centralized deployment for a full Rails app stack is more difficult than doing the same with J2EE, but this is partially due to the immaturity of the platform -- Ruby, and Rails, just haven't been in the mainstream for anywhere near as long as Java has.
评论 #364105 未加载
评论 #363662 未加载
Harkins超过 16 年前
By coincidence, I was up until 2 last night getting a Passenger install to work. I'm deploying multiple apps to this new server I'm setting up and didn't want to install gems globally (Rails' version of DLL hell) and had all sorts of fun with freezing Rails and gems, and getting Capistrano to work.<p>And, yes, Passenger made this whole process easier than it was when I did this with Mongrels. It's still not simple and easy.
评论 #363278 未加载
kuniklo超过 16 年前
We build a small, versioned depot of ruby + rails and other gems. Running this with Apache/mod_fcgid works really well and is very stable.