Tag Archives: rake

Use “rails” instead of “rake” in Rails 5

A pain point for new Rails developers is learning which command goes after the “rails” keyword and which go after the “rake” keyword. In Rails 5, just use “rails”. The source of this issue in previous versions of Rails is the fact that some commands make sense to be rails commands, such as rails server, […]

Posted in Technology | Also tagged , | Leave a comment