开发者

What should a Rails 3.x noob know about maintaining a Rails 2.3 app?

I recently learned Rails (Rails 3 to be specific) and got a small project maintaining a Rails 2.开发者_C百科3.2 app.

So, as you might expect, I keep running into differences between what I learned in Rails 3 and what I'm working in.

For example 'rails server' command in Rails 3 is 'script/server' in Rails 2.x.

What else should I know to maintain my sanity?


If you're new to rails, I don't know if you'll see a lot of differences. The rails server command is one thing however.

The other big thing is the use of .gemspec in Rails 2.3.5 instead of Bundler and Gemfiles in Rails 3. Installing gems/specifying which gems your app uses is way better in Rails 3 I think.

The rest are mostly syntax changes and depreciated functions in specific areas (e.g. javascript generators).

This Blog does a good job of listing most of the major changes in more detail.

Hope that helps!

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜