Provides common gems that are useful in all rails applications and which encourage clean and well encapsulated code styles as well as those which provide convenience
Add this line to your application's Gemfile:
gem 'sleepers'And then execute:
$ bundle
Or install it yourself as:
$ gem install sleepers
Usage is the same as installing each gem individually
gems included are
# Convenience
gem 'hashie'
# Debug and output
gem 'table_print'
gem 'awesome_print'
gem 'pry-byebug' # With configuration to behave like byebug
gem 'simple_command'
The gem is available as open source under the terms of the MIT License.