shear madness

Hi, Would it be shear madness to start developing a large scale project with the current Rails version, when 3.0 is "just round the corner"?

Let me know your takes on that...

Rails 3.0 is claimed to be fully back ward compatible, so nothing major in your code would be broken even if you develop in 2.3.5.

But what about new features, won't I miss out on some "cool" new stuff?

You always miss out on features coming in new versions, so why get started with anything at anytime ?

Trausti

Exactly. Just get it done and working and ship it, then when that "cool" new feature comes out you can decide if you still need it, and refactor.

Trausti and Jemminger - thank you I really never thought about i that way :O)