redpanthers / starter

New rails project startup template to speed up project start time.
3 stars 3 forks source link

Make setup from scratch work again #18

Closed redtachyons closed 6 years ago

redtachyons commented 6 years ago

Setup script wasn't working properly because

  1. Rails.env is not available in bin/setup
  2. rails db:setup was failing since schema.rb was missing from the repo
coderhs commented 6 years ago

I have added another method to check if the environment is production or development, so i think this issue is resolved.