whoops 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ class EventGroupsController < ApplicationController
10
10
  Whoops::EventGroup.where(:_id.in => Whoops::Event.where(:keywords => /#{params[:query]}/i).collect{|e| e.event_group_id}.uniq)
11
11
  end
12
12
 
13
- @event_groups = finder.desc(:last_recorded_at).page(params[:page]).per(10)
13
+ @event_groups = finder.desc(:last_recorded_at).page(params[:page]).per(30)
14
14
 
15
15
  respond_to do |format|
16
16
  format.html
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whoops
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- version: "0.2"
9
+ - 1
10
+ version: 0.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Daniel Higginbotham