Why rails platform developers are changing the syntax?
Posted
by piemesons
on Stack Overflow
See other posts from Stack Overflow
or by piemesons
Published on 2010-06-03T19:21:38Z
Indexed on
2010/06/03
19:24 UTC
Read the original article
Hit count: 171
ruby-on-rails
|subjective
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?
© Stack Overflow or respective owner