Commit 757b4bbc5c8f08d8e48e3c98a513570d4b4016d7
1 parent
8880c06d
Exists in
master
and in
4 other branches
add rails-dev-tweaks for development env speed
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
Gemfile
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 | ... | ... |