Why rails platform developers are changing the syntax?
- by piemesons
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. thats 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. Whats the improvement by doing this?
whats the basic difference between this. Can anybody gimme a list of these changes and explanations for doing this?