diff options
| author | mo <mo.khan@gmail.com> | 2017-09-22 21:21:39 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2017-09-22 21:21:39 -0600 |
| commit | bfa0eed66e9b45623eb8a08fad18d90d27348203 (patch) | |
| tree | ea3adb31aea6378d5ff7795cb720ccbe7680a017 | |
| parent | c303cd07b7d14c699eaa7bfbff9a888796f77cfc (diff) | |
add rack-mini-profiler in dev
| -rw-r--r-- | Gemfile | 5 | ||||
| -rw-r--r-- | Gemfile.lock | 11 |
2 files changed, 16 insertions, 0 deletions
@@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 92ef6cc7..d9fbcafb 100644 --- a/Gemfile.lock +++ b/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) |
