English 中文(简体)
如果我使用铁路3或铁路2.3.8
原标题:Should I use Rails 3 or Rails 2.3.8

我听到了铁路3号,几乎准备从浅滩释放,即其稳定版本。 当然,实际日期仍然不明。

因此,我要求一位优秀的RoR开发商提供咨询意见。 你们是否认为我应当学习和使用铁路3号航道或使用铁路2.3.8? 如果我现在使用RC版本,将很难升级到稳定的铁路3版?

在那里,是否有象样的罗瑞乐会发展起来,以提供一些指导?

感谢。

问题回答

我不知道岩石开发商(!)是什么,但我建议使用铁路3而不是铁路2x。 第3号铁路是比拉铁路的未来方向,因此,它值得一劳永逸地加快。 坦率地说,铁路2.x现在是一个革命性的死端。 铁路3号释放申请和最后版本之间没有任何重大变化。

3 您可能遇到的阻碍是:

  • its availability on your production stack
  • plugin/gem compatibility

关于第一个问题,我知道,受欢迎的Herokus,例如:。 关于第二个问题,目前并非所有的原始或宝石都兼容,但许多最受欢迎的产品是。 如果存在具体的原始或宝石,则需要使用

如果你需要从地面上获得一个项目now,那么从所有手段来看,铁路是2.3.8的。 这是安全的选择。

铁路3发生了一些重大变化。 一些工具将用来帮助您升级。 但是,任何自动化工具都不会完全将你的2.3.8应用转换为铁路3。 很难说明涉及多少努力,这确实取决于你的申请。

尽管如此,如果你是新的,学习,而不是期望几个月释放任何东西,铁路3就是正确的选择。 到您的贪 Rail铁路生产时,铁路三号会稳定下来,没有人会回头。





相关问题
rails collection_select vs. select

collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...

SSL slowness in EC2

We ve deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web ...

Auth-code with A-Za-z0-9 to use in an URL parameter

As part of a web application I need an auth-code to pass as a URL parameter. I am currently using (in Rails) : Digest::SHA1.hexdigest((object_id + rand(255)).to_s) Which provides long strings like : ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

activerecord has_many :through find with one sql call

I have a these 3 models: class User < ActiveRecord::Base has_many :permissions, :dependent => :destroy has_many :roles, :through => :permissions end class Permission < ActiveRecord::...

Ordering a hash to xml: Rails

I m building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished? hash.to_xml

Text Editor for Ruby-on-Rails

guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...

How to get SQL queries for each user where env is production

I’m developing an application dedicated to generate statistical reports, I would like that user after saving their stat report they save sql queries too. To do that I wrote the following module: ...

热门标签