add rails-dev-tweaks for development env speed
This commit is contained in:
parent
8880c06d3b
commit
757b4bbc5c
2 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -118,6 +118,7 @@ group :development do
|
|||
end
|
||||
|
||||
group :development, :test do
|
||||
gem 'rails-dev-tweaks'
|
||||
gem 'spinach-rails'
|
||||
gem "rspec-rails"
|
||||
gem "capybara"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue