What do we need both the rails and the rake commands? -
why commands (e.g., generating new controller or model) executed rails command? while others (e.g., migrating databases , running specs) executed rake command? there reason these weren't included under rails? also, if can't remember whether command associated rails or rake, there simple conceptual principle allow me figure out?
there's conceptual difference between rails commands , rake commands.
rails commands add application.
rake commands building/testing/deploying application.
those differences should explain both why there 2 different commands figure out 1 use tasks.
Comments
Post a Comment