profile_it 0.2.8 → 0.2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.markdown +4 -0
- data/README.markdown +5 -17
- data/lib/profile_it/version.rb +1 -1
- data/profile_it.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6e27885fe7889fc61e25ed6ac99b970543e4bb4
|
|
4
|
+
data.tar.gz: 33c2e2322945ecba137762fa00be3dc8b95e11b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ea51dcffd02e48807dac1eac08bb4837f01af5ed27bd3ce2f37a0cd1ebe793c03b5b3117861410a73b571d8b17c0af8c03e65b5bf0bcb984341af7ffbf97562
|
|
7
|
+
data.tar.gz: 65f0b0b799c745305b87a8b815417cc1a768cae6c22e2e622a2031e9729d09a284f0dde2e397700399cadaf33bfc0e4b1f80f71afa0422181a914561f182655d
|
data/CHANGELOG.markdown
CHANGED
data/README.markdown
CHANGED
|
@@ -1,24 +1,12 @@
|
|
|
1
1
|
# ProfileIt
|
|
2
2
|
|
|
3
|
-
A Ruby gem for detailed Rails profiling analysis. Metrics are reported to [profileit.io](https://profileit.io).
|
|
3
|
+
A Ruby gem for detailed in-browser Rails profiling analysis. Metrics are reported to [profileit.io](https://profileit.io).
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Install the gem:
|
|
8
|
-
|
|
9
|
-
gem install profile_it
|
|
10
|
-
|
|
11
|
-
Signup for a [profileit.io](https://profileit.io) account and copy the config file to `RAILS_ROOT/config/profile_it.yml`.
|
|
5
|
+

|
|
12
6
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
common: &defaults
|
|
16
|
-
name: YOUR_APPLICATION_NAME
|
|
17
|
-
key: YOUR_APPLICATION_KEY
|
|
18
|
-
profile: true
|
|
7
|
+
## Getting Started
|
|
19
8
|
|
|
20
|
-
|
|
21
|
-
<<: *defaults
|
|
9
|
+
[See instructions](https://profileit.io/help) on ProfileIt.io to get started.
|
|
22
10
|
|
|
23
11
|
## Supported Frameworks
|
|
24
12
|
|
|
@@ -37,4 +25,4 @@ Your config file should look like:
|
|
|
37
25
|
|
|
38
26
|
## Help
|
|
39
27
|
|
|
40
|
-
Email support@profileit.io if you need a hand.
|
|
28
|
+
Email support@profileit.io if you need a hand.
|
data/lib/profile_it/version.rb
CHANGED
data/profile_it.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = ProfileIt::VERSION
|
|
8
8
|
s.authors = ["Derek Haynes",'Andre Lewis']
|
|
9
9
|
s.email = ["support@scoutapp.com"]
|
|
10
|
-
s.homepage = "https://github.com/scoutapp/
|
|
10
|
+
s.homepage = "https://github.com/scoutapp/profile_it_agent"
|
|
11
11
|
s.summary = "Rails Profiler UI"
|
|
12
12
|
s.description = "Profile a Ruby on Rails application in your browser and reports detailed metrics to profileit.io."
|
|
13
13
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: profile_it
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.8
|
|
4
|
+
version: 0.2.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Derek Haynes
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-02-
|
|
12
|
+
date: 2015-02-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Profile a Ruby on Rails application in your browser and reports detailed
|
|
15
15
|
metrics to profileit.io.
|
|
@@ -46,7 +46,7 @@ files:
|
|
|
46
46
|
- lib/profile_it/tracer.rb
|
|
47
47
|
- lib/profile_it/version.rb
|
|
48
48
|
- profile_it.gemspec
|
|
49
|
-
homepage: https://github.com/scoutapp/
|
|
49
|
+
homepage: https://github.com/scoutapp/profile_it_agent
|
|
50
50
|
licenses: []
|
|
51
51
|
metadata: {}
|
|
52
52
|
post_install_message:
|