paul_diagnostic 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,9 @@
1
- paul_diagnostic
1
+ This is an engine gem for Paul's diagnostic tool "paul_diagnostic" written by Andrew Kim.
2
2
 
3
- This is an engine gem for Paul's diagnostic tool written by Andrew Kim.
3
+ The diagnostic page can be accessed via /diagnostic.
4
4
 
5
- The diagnostic page can be accessed via /diagnostic.
5
+ NOTE FOR REFINERY APPS: The 'mount Refinery::Core::Engine' line in the routes.rb file of a Refinery CMS application gobbles up everything in its path, leaving no room for gem routes which are loaded after. Therefore, the line
6
+
7
+ match '/diagnostic', to: 'diagnostic#diagnostic'
8
+
9
+ must be inserted BEFORE the mount occurs in the applications routes.rb file if running Refinery CMS. (in general, any route must be named before the mount in a Refinery app, and I do not think this is possible in a gem.)
@@ -1,3 +1,3 @@
1
1
  module PaulDiagnostic
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paul_diagnostic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: