Hello I am new to Rails. I am learning rails 2.3.5 and checked Rails 3. I found some features added in Rails 3. That's perfectly fine. But I found something different. in 2.3.5 we use
ruby script/server
to start the server and in Rails 3 we use
rails server
and there are some other changes like this. What's the improvement by doing this?
What's the basic difference between this? Can anybody give me a list of these changes and explanations for doing this?