vectordotdev / timber-ruby

🌲 Great Ruby logging made easy.
https://timber.io
Other
154 stars 19 forks source link

Improve installer #136

Closed binarylogic closed 7 years ago

binarylogic commented 7 years ago

This improves the installer by:

  1. Removing the prompt asking them if the app details are correct.
  2. Assume they want to silence template rendering in production. This makes for a better overall timber experience. These logs are designed for development.
  3. Assume they want to enable the logrageify option if they already have lograge installed.
  4. Remove the git commands. This is too assuming and can be destructive, especially if git hooks are installed.
  5. Moves the "commit and deploy" message to be last since this is what you immediately read when the installer finishes.
  6. Remove the Heroku / platform installation step since this is handled inside the timber app.