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
@@ -118,6 +118,7 @@ group :development do @@ -118,6 +118,7 @@ group :development do
118 end 118 end
119 119
120 group :development, :test do 120 group :development, :test do
  121 + gem 'rails-dev-tweaks'
121 gem 'spinach-rails' 122 gem 'spinach-rails'
122 gem "rspec-rails" 123 gem "rspec-rails"
123 gem "capybara" 124 gem "capybara"
@@ -277,6 +277,9 @@ GEM @@ -277,6 +277,9 @@ GEM
277 activesupport (= 3.2.8) 277 activesupport (= 3.2.8)
278 bundler (~> 1.0) 278 bundler (~> 1.0)
279 railties (= 3.2.8) 279 railties (= 3.2.8)
  280 + rails-dev-tweaks (0.6.1)
  281 + actionpack (~> 3.1)
  282 + railties (~> 3.1)
280 railties (3.2.8) 283 railties (3.2.8)
281 actionpack (= 3.2.8) 284 actionpack (= 3.2.8)
282 activesupport (= 3.2.8) 285 activesupport (= 3.2.8)
@@ -447,6 +450,7 @@ DEPENDENCIES @@ -447,6 +450,7 @@ DEPENDENCIES
447 pygments.rb (= 0.3.1) 450 pygments.rb (= 0.3.1)
448 rack-mini-profiler 451 rack-mini-profiler
449 rails (= 3.2.8) 452 rails (= 3.2.8)
  453 + rails-dev-tweaks
450 raphael-rails (= 1.5.2) 454 raphael-rails (= 1.5.2)
451 rb-fsevent 455 rb-fsevent
452 rb-inotify 456 rb-inotify