便携式 Ruby on Rails 环境
我给自己买了一个新的 8 GB USB 盘,我正在寻找一个合适的解决方案来拥有一个便携式 RoR 环境来学习。 我用谷歌搜索了一下,发现了一些可能性,但我很想听听一些现实生活中的经历和意见。 谢谢!
I got myself a new 8 gig USB key and I'm looking for a decent solution to have a portable RoR environment to learn on. I did the google on it and found a few possibilities, but I'm curious to hear some real life experiences and opinions. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
我喜欢InstantRails,非常易于使用,无需安装程序,并且不会修改您的系统环境。
I like InstantRails, very easy to use, no installer, and does not modify your system environment.
InstantRails 于 2007 年被 [BitNami RubyStack] 取代。
http://bitnami.org/stack/rubystack
InstantRails was replaced by [BitNami RubyStack] in 2007.
http://bitnami.org/stack/rubystack
如何基于RubyInstaller的二进制文件和开发工具包创建可移植环境:
http://hcettech.blogspot.pt/2012/05/windows-portable-rails-development.html
相关:适用于 Windows 的便携式 Ruby on Rails 环境
How to create a portable environment based on RubyInstaller's binaries and Development kit:
http://hcettech.blogspot.pt/2012/05/windows-portable-rails-development.html
Related: Portable Ruby on Rails environment for Windows
设置便携式安装 Cygwin 将是一个不错的选择。
您将拥有一个完整的 *nix 环境,这将给您带来无限的可能性。 您可以轻松使用 Ruby、Rails、Mongrel(或任何选择的服务器)以及一个非常好的编辑器供您使用。 我会推荐使用这个 Rails 特定的 VIM 配置(非常棒的外观和感觉!)。
我目前有一个类似的设置,在跳跃驱动器上运行 Cygwin。 我主要将它用于 bash shell、VIM,并使用 tail 以其漂亮的颜色编码语法来监视开发日志文件。
Setting up a portable install of Cygwin would be a good choice.
You'll have a full *nix environment which would give you endless possibilities. You could easily have Ruby, Rails, Mongrel (or whatever server of choice) as well as a really good editor at your disposal as well. I would recommend VIM with this Rails specific VIM configuration (fantastic looks and feel!).
I currently have a similar setup running Cygwin off a jump drive. I use it mostly for the bash shell, VIM, and using tail to monitor development log files with its nicely color coded syntax.
我发现了这个,我打算今晚尝试一下:
Flash Rails
I found this, and I intend to give it a go this evening:
Flash Rails
假设您使用的是 Windows,我会选择 Instant Rails 和 Netbeans(带有用于 Netbeans 的 JVM)。
Netbeans 有点重,但它支持许多优秀的以 Rails 为中心的 IDE 功能,并且是 Windows 上 Rails 的最佳 IDE。
您只需不到 1 场演出即可获得所有这些。
Assuming you're on Windows, I'd go for Instant Rails and Netbeans (with a JVM for Netbeans).
Netbeans is a bit heavy-weight, but it supports lots of nice rails focused IDE features and is the best IDE for Rails on Windows IMO.
You'll get all of that on a lot less than 1 gig.