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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Getting Started with Ruby on Rails on Windows

3 点作者 amree超过 11 年前
This is not a guide for those who are trying their best to not use Unix like environment in develop Rails application. This is more like a guide to do almost everything in Linux without replacing your Windows.

1 comment

MrBra超过 11 年前
What about simply downloading ruby-installer and devkit[1] installing those and then running:<p>gem update --system<p>gem install rails<p>rails new mynewapp<p>For someone experimenting with rails it&#x27;s more than enough!<p>[1] <a href="http://rubyinstaller.org/downloads/" rel="nofollow">http:&#x2F;&#x2F;rubyinstaller.org&#x2F;downloads&#x2F;</a>