Commit 757b4bbc5c8f08d8e48e3c98a513570d4b4016d7

Authored by Saito
1 parent 8880c06d

add rails-dev-tweaks for development env speed

Showing 2 changed files with 5 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -118,6 +118,7 @@ group :development do
118 118 end
119 119  
120 120 group :development, :test do
  121 + gem 'rails-dev-tweaks'
121 122 gem 'spinach-rails'
122 123 gem "rspec-rails"
123 124 gem "capybara"
... ...
Gemfile.lock
... ... @@ -277,6 +277,9 @@ GEM
277 277 activesupport (= 3.2.8)
278 278 bundler (~> 1.0)
279 279 railties (= 3.2.8)
  280 + rails-dev-tweaks (0.6.1)
  281 + actionpack (~> 3.1)
  282 + railties (~> 3.1)
280 283 railties (3.2.8)
281 284 actionpack (= 3.2.8)
282 285 activesupport (= 3.2.8)
... ... @@ -447,6 +450,7 @@ DEPENDENCIES
447 450 pygments.rb (= 0.3.1)
448 451 rack-mini-profiler
449 452 rails (= 3.2.8)
  453 + rails-dev-tweaks
450 454 raphael-rails (= 1.5.2)
451 455 rb-fsevent
452 456 rb-inotify
... ...