Sha256: 05e1ba0916ec58941d3abca9c161996c56f6f4d931e0a874ae84e574de637fd6

Contents?: true

Size: 1.35 KB

Versions: 2

Compression:

Stored size: 1.35 KB

Contents

# Bearonrails

Bearonrails is the base Rails application generator.(For Rails 4.2+)

## Installation

First install the bearonrails gem:

    $ gem install bearonrails

Then run:

    $ bearonrails project_name

## Gems

* [pry-rails](https://github.com/rweng/pry-rails)
* [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug)
* [awesome_print](https://github.com/michaeldv/awesome_print)
* [hirb](https://github.com/cldwalker/hirb)
* [hirb-unicode](https://github.com/miaout17/hirb-unicode)
* [better_errors](https://github.com/charliesome/better_errors)
* [binding_of_caller](https://github.com/banister/binding_of_caller)
* [quiet_assets](https://github.com/evrone/quiet_assets)
* [capistrano-rails](https://github.com/capistrano/rails/)
* [capistrano-bundler](https://github.com/capistrano/bundler/)
* [rubocop](https://github.com/bbatsov/rubocop)
* [brakeman](https://github.com/presidentbeef/brakeman)
* [rspec-rails](https://github.com/rspec/rspec-rails)
* [database_cleaner](https://github.com/DatabaseCleaner/database_cleaner)
* [factory_girl_rails](https://github.com/thoughtbot/factory_girl_rails)
* [faker](https://github.com/stympy/faker)

## Reference:

[xdite/bootstrappers](https://github.com/xdite/bootstrappers)

[超棒的 rails console 設定](http://toyroom.bruceli.net/tw/2014/08/13/awesome-rails-console-customization-using-pry.html)


## MIT License

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bearonrails-0.1.1 README.md
bearonrails-0.1.0 README.md