Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soartec-lab/mygemfile
my develop Gemfile
https://github.com/soartec-lab/mygemfile
Last synced: about 1 month ago
JSON representation
my develop Gemfile
- Host: GitHub
- URL: https://github.com/soartec-lab/mygemfile
- Owner: soartec-lab
- Created: 2017-12-28T07:46:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T07:20:31.000Z (almost 7 years ago)
- Last Synced: 2024-10-22T02:12:53.070Z (2 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyGemfile
my develop Gemfile#解説
hpricot
faker
gimei
## bullet
N+1を検出時に画面にダイアログ表示
## brakeman
`bundle exec brakeman` でセキュリティチェック実行
## bundle-audit
`bundle exec bundle-audit` でgemバージョンを調べてセキュリティ問題をチェック
## rack-mini-profiler
リクエストの所要時間などをブラウザ画面に表示
json
pry-byebug
pry-rails
rubocop
## rufo
小さいrubocop
`rufo {filepath}`
## better_errors,binding_of_caller
エラー画面でデバックできる様にする
vagrant環境で開発する場合、config/environments/development.rbに以下を追加
BetterErrors::Middleware.allow_ip! "192.168.33.1"## rails-erd
ERDを生成する
`bundle exec erd`rspec, ~> 3.0
rspec-rails
factory_girl_rails
parallel_tests
jasmine
capybara
poltergeist
simplecov, require: false
simplecov-rcov, require: false
endgroup :assets do
sass-rails
coffee-rails
end