peek 0.1.7 → 0.1.8
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.md +4 -0
- data/README.md +2 -12
- data/lib/peek/railtie.rb +4 -1
- data/lib/peek/version.rb +1 -1
- data/lib/peek.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e4757c0d89f639ef4af8ea18b1f8b2259719d3a
|
|
4
|
+
data.tar.gz: 6db7dc5ba1bd2c4a37a423aa94e7d7d3c89f46f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 356042baf3ff1e89a55581ec7b91afe1f0067852a97f42a8408a5d24ad4ea18cf5eecb1cc322f0e0dd1344ae21239ad94e758cefd9f5dc57a0c80ce9c6d9117a
|
|
7
|
+
data.tar.gz: e9170140a350b80bd8f92a86a7168a5f601fc9624c9b9ff36e855cd79750b4cf3eb269abf55417e41b3f85e4d5abfd5121ab03978b107696afac2eae62a413a5
|
data/CHANGELOG.md
CHANGED
|
@@ -60,3 +60,7 @@
|
|
|
60
60
|
# 0.1.7
|
|
61
61
|
|
|
62
62
|
- Support all Rails 3.x.x versions by not using `request.uuid` instead `env` - [#39](https://github.com/peek/peek/pull/39) [@bryanmikaelian](https://github.com/bryanmikaelian)
|
|
63
|
+
|
|
64
|
+
# 0.1.8
|
|
65
|
+
|
|
66
|
+
- Include the ControllerHelpers directly into `ActionController::Base` - [#41](https://github.com/peek/peek/pull/41) [@lucasmazza](https://github.com/lucasmazza)
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Peek
|
|
2
2
|
|
|
3
|
-
[](https://travis-ci.org/peek/peek)
|
|
3
|
+
[](https://travis-ci.org/peek/peek) [](http://badge.fury.io/rb/peek)
|
|
4
4
|
|
|
5
5
|
Take a peek into your Rails application.
|
|
6
6
|
|
|
@@ -151,16 +151,6 @@ It just works.
|
|
|
151
151
|
|
|
152
152
|
It just works.
|
|
153
153
|
|
|
154
|
-
## Using Peek with Spork
|
|
155
|
-
|
|
156
|
-
For best results with Spork, add this to your `prefork` block
|
|
157
|
-
anytime before your environment is loaded:
|
|
158
|
-
|
|
159
|
-
```ruby
|
|
160
|
-
require 'peek'
|
|
161
|
-
Spork.trap_class_method(Peek, :setup)
|
|
162
|
-
```
|
|
163
|
-
|
|
164
154
|
## Access Control
|
|
165
155
|
|
|
166
156
|
Peek will only render in development and staging environments. If you'd
|
|
@@ -189,7 +179,7 @@ end
|
|
|
189
179
|
- [peek-resque](https://github.com/peek/peek-resque)
|
|
190
180
|
- [peek-sidekiq](https://github.com/suranyami/peek-sidekiq)
|
|
191
181
|
- [peek-faraday](https://github.com/grk/peek-faraday)
|
|
192
|
-
- [
|
|
182
|
+
- [peek-svn](https://github.com/neilco/peek-svn)
|
|
193
183
|
- Unicorn :soon:
|
|
194
184
|
|
|
195
185
|
Feel free to submit a Pull Request adding your own Peek item to this list.
|
data/lib/peek/railtie.rb
CHANGED
data/lib/peek/version.rb
CHANGED
data/lib/peek.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: peek
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Garrett Bjerkhoel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|