开发者

What are the major new features in Rails 3 [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit th开发者_运维问答e help center for guidance. Closed 10 years ago.

I am working on rails 2.3.4 . As rails new version rails 3 has arrived , I want to know which are the major changes rails3 has?


Did you check the release notes?

If you're looking for more Rails 3 info, you could start here.


http://weblog.rubyonrails.org/2010/2/5/rails-3-0-beta-release/

There’s plenty to get excited about here. A few of the headliner features are:

  • Brand new router with an emphasis on RESTful declarations
  • New Action Mailer API modelled after Action Controller (now without the agonizing pain of sending multipart messages!)
  • New Active Record chainable query language built on top of relational algebra
  • Unobtrusive JavaScript helpers with drivers for Prototype, jQuery, and more coming (end of inline JS)
  • Explicit dependency management with Bundler

My Five Favorite Things About Rails 3

Google "rails 3"


From rubyonrails.org blog

  • Brand new router with an emphasis on RESTful declarations
  • New Action Mailer API modelled after Action Controller (now without the agonizing pain of sending multipart messages!)
  • New Active Record chainable query language built on top of relational algebra
  • Unobtrusive JavaScript helpers with drivers for Prototype, jQuery, and more coming (end of inline JS)
  • Explicit dependency management with Bundler


yehuda Katz features list on rails 3 will give and here is the list on rails-3 to learn

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜