pathways 0.0.3 → 0.0.4

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.
@@ -24,7 +24,7 @@
24
24
  </div>
25
25
 
26
26
  <div id="footer">
27
- <p>Powered by <a href="http://github.com/defunkt/resque">Pathways</a></p>
27
+ <p>Powered by <a href="https://rubygems.org/gems/pathways">Pathways</a></p>
28
28
  </div>
29
29
 
30
30
  </body>
@@ -4,6 +4,6 @@
4
4
 
5
5
  <ul>
6
6
  <% sessions.sort_by{|s|s.created_at}.each do | session | %>
7
- <li><b><%= session.state %></b> <%= session.ip %> <a href="/sessions/<%= session.id %>/visits">Show Session</a> - <%=session.visits.count %> pages <%= "in #{session.visits.reject{|v|v.time_active.nil?}.sum(&:time_active)} seconds" if session.state == "closed" %></li>
7
+ <li><b><%= session.state %></b> <%= session.ip %> <a href="/sessions/<%= session.id %>">Show Session</a> - <%=session.visits.count %> pages <%= "in #{session.visits.reject{|v|v.time_active.nil?}.sum(&:time_active)} seconds" if session.state == "closed" %></li>
8
8
  <% end %>
9
9
  </ul>
@@ -77,7 +77,7 @@ module Pathways
77
77
  end
78
78
 
79
79
  get '/pages' do
80
- @pages = Pathways::Session.popular_pages(:filter => "controller_action")
80
+ @pages = Pathways::Session.popular_pages
81
81
  show :pages
82
82
  end
83
83
 
@@ -1,3 +1,3 @@
1
1
  module Pathways
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pathways
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mint Digital