Commit bfa0eed6

mo <mo.khan@gmail.com>
2017-09-23 03:21:39
add rack-mini-profiler in dev
1 parent c303cd0
Changed files (2)
Gemfile
@@ -55,6 +55,11 @@ group :development do
   gem 'pry-rails'
   gem 'spring-commands-rspec'
   gem 'web-console', '~> 2.0'
+  gem 'rack-mini-profiler'
+  gem 'memory_profiler'
+  gem 'flamegraph'
+  gem 'stackprof'
+  gem 'fast_stack'
 end
 
 group :development, :test do
Gemfile.lock
@@ -616,10 +616,12 @@ GEM
       railties (>= 3.0.0)
     faraday (0.11.0)
       multipart-post (>= 1.2, < 3)
+    fast_stack (0.2.0)
     ffaker (2.6.0)
     ffi (1.9.18)
     ffi-yajl (2.3.1)
       libyajl2 (~> 1.2)
+    flamegraph (0.9.5)
     fog-aws (1.4.1)
       fog-core (~> 1.38)
       fog-json (~> 1.0)
@@ -713,6 +715,7 @@ GEM
       mime-types (>= 1.16, < 4)
     memoizable (0.4.2)
       thread_safe (~> 0.3, >= 0.3.1)
+    memory_profiler (0.9.8)
     method_source (0.8.2)
     mime-types (3.1)
       mime-types-data (~> 3.2015)
@@ -779,6 +782,8 @@ GEM
     rack-attack (5.0.1)
       rack
     rack-cors (1.0.1)
+    rack-mini-profiler (0.10.5)
+      rack (>= 1.2.0)
     rack-test (0.6.3)
       rack (>= 1.0)
     rails (4.2.8)
@@ -887,6 +892,7 @@ GEM
     sshkit (1.14.0)
       net-scp (>= 1.1.2)
       net-ssh (>= 2.8.0)
+    stackprof (0.2.10)
     syslog-logger (1.6.8)
     systemu (2.6.5)
     teaspoon (1.1.5)
@@ -967,7 +973,9 @@ DEPENDENCIES
   exception_notification
   exifr
   factory_girl_rails
+  fast_stack
   ffaker
+  flamegraph
   fog-aws
   font-awesome-rails
   foreman
@@ -983,6 +991,7 @@ DEPENDENCIES
   kaminari
   local_time
   lol_dba
+  memory_profiler
   mime-types
   mini_magick
   pg
@@ -992,6 +1001,7 @@ DEPENDENCIES
   puma
   rack-attack
   rack-cors
+  rack-mini-profiler
   rails (= 4.2.8)
   rspec-rails
   sass-rails (~> 5.0)
@@ -999,6 +1009,7 @@ DEPENDENCIES
   spank
   spring
   spring-commands-rspec
+  stackprof
   teaspoon-jasmine (~> 2.3.4)
   twitter
   uglifier (>= 1.3.0)