Daniel Upton
Daniel Upton

Reputation: 5741

Differences between rails 2.3.10 and 3.0.3?

I recently jumped on the rails bandwagon at the end of last year so i went straight to rails version 3.0.3..

I don't have any experience with 2.* releases but i'd like to start hacking on the gitorious project (http://gitorious.org/gitorious/mainline which is the tool our company hosts it's repos on.. we run a local copy) and it runs on rails 2.3.10

What should i look out for?

Upvotes: 0

Views: 3297

Answers (1)

radosch
radosch

Reputation: 619

The best is you look into the whats new guide for rails 3.0, there are old features mentioned, or what have changed.

You may want also check out the casts from Ryan Bates which covers those topics: rails 2.3 and rails 3

Upvotes: 2

Related Questions