Commit 757b4bbc authored by Saito's avatar Saito

add rails-dev-tweaks for development env speed

parent 8880c06d
...@@ -118,6 +118,7 @@ group :development do ...@@ -118,6 +118,7 @@ group :development do
end end
group :development, :test do group :development, :test do
gem 'rails-dev-tweaks'
gem 'spinach-rails' gem 'spinach-rails'
gem "rspec-rails" gem "rspec-rails"
gem "capybara" gem "capybara"
......
...@@ -277,6 +277,9 @@ GEM ...@@ -277,6 +277,9 @@ GEM
activesupport (= 3.2.8) activesupport (= 3.2.8)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.2.8) railties (= 3.2.8)
rails-dev-tweaks (0.6.1)
actionpack (~> 3.1)
railties (~> 3.1)
railties (3.2.8) railties (3.2.8)
actionpack (= 3.2.8) actionpack (= 3.2.8)
activesupport (= 3.2.8) activesupport (= 3.2.8)
...@@ -447,6 +450,7 @@ DEPENDENCIES ...@@ -447,6 +450,7 @@ DEPENDENCIES
pygments.rb (= 0.3.1) pygments.rb (= 0.3.1)
rack-mini-profiler rack-mini-profiler
rails (= 3.2.8) rails (= 3.2.8)
rails-dev-tweaks
raphael-rails (= 1.5.2) raphael-rails (= 1.5.2)
rb-fsevent rb-fsevent
rb-inotify rb-inotify
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment