rake
Nothing to display jet.
Nothing to display jet.
How do we usually check the routes in #rails application? We are accustomed to use rake routes command in terminal but there are actually couple tricks. More under the cut
It is much faster and if you have huge Gemfile and rake task lasts forever - dropdb will save you some time. More under the cut