I worked with rails around the year ago. Now I get the new version of Rails and I am a bit confused.
Where is my script/server and script/generate. I finded this guide and as I see I need use ‘rails’ command now.
Is it version 3 changes? Is there a document which describe all such changes. Is there a good book corresponding to new version Rails?
It is described in the Release Notes of 3.0 that those scripts have been replaced by rails c (console) and rails s (server). It’s pretty straight forward and very comfortable in my opinion.