Developmentkit
What
Standard GemSet for development.
Determination Criteria
- Usefull
- Less harmful
- Easy Testable
Install
In your Gemfile add:
gem 'developmentkit', group: :development
Then run
$ bundle install
Now you're good to go.
If conflict,
$ rake developmentkit:update
Includes
- bullet ~> 4.14.0
- pry-byebug ~> 2.0.0
- pry-rails ~> 0.3.2
- pry-rescue ~> 1.4.1
- pry-stack_explorer ~> 0.4.9.1
- quiet_assets ~> 1.0.3
- rack-mini-profiler ~> 0.9.2
- spring ~> 1.2.0
- thin ~> 1.6.3