notifications 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 55c8e18fe2e682eaf7a45ef6fb104d0a8d7446d6
4
- data.tar.gz: 74a390763224f92a43807c2dbd31f86c2e04c75f
2
+ SHA256:
3
+ metadata.gz: 79db559c211b2011d5615a2ac349e6d36abf5ec76c61bb2fcb08db013d5ced50
4
+ data.tar.gz: cffba71597d27b35f00357c9a743645a9c276b673acc618214084110f0f46c75
5
5
  SHA512:
6
- metadata.gz: 314ca88887751450405a13e24f6ed4c8a093e670e24efd688c4bb040fb08a0c2394f339487497cdc28d77ccfe4fcc88138dc409dcb1949e4a96b9777499c9f62
7
- data.tar.gz: cc94c073af15fdb5bc721d99e9a057d331ec9654980422ec6de19d0ad2f64eccfc0585b07d10ab4705717f53256d7522b70b3b3a0caff00362aa7dd1da2584f5
6
+ metadata.gz: '0998a62dd596d90afcdc6289d4a54195f00ad39c782ef31e503f4263cd94309c5ce1660651f48a6686bf50749449f71cda01b6902bd1a8d0a2c2224f211385eb'
7
+ data.tar.gz: 754e36beeb1b439e4acaa89f7c651e36f21f884cac0a628ba3b081691abe92e9c23bac0955b787e2d60be463efa586f454162c44a14bb346af5b854988b617da
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Notifications
2
2
 
3
- Rails mountable Notification for any applications.
3
+ Mountable notifications for any Rails applications.
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/notifications.svg)](https://badge.fury.io/rb/notifications) [![Build Status](https://travis-ci.org/rails-engine/notifications.svg)](https://travis-ci.org/rails-engine/notifications) [![Code Climate](https://codeclimate.com/github/rails-engine/notifications/badges/gpa.svg)](https://codeclimate.com/github/rails-engine/notifications) [![codecov.io](https://codecov.io/github/rails-engine/notifications/coverage.svg?branch=master)](https://codecov.io/github/rails-engine/notifications?branch=master) [![](http://inch-ci.org/github/rails-engine/notifications.svg?branch=master)](http://inch-ci.org/github/rails-engine/notifications?branch=master)
6
6
 
@@ -17,13 +17,13 @@ gem 'notifications'
17
17
 
18
18
  And then run `bundle install`.
19
19
 
20
- Now you have notifications generator in Rails application:
20
+ You now have a notifications generator in your Rails application:
21
21
 
22
22
  ```bash
23
23
  $ rails g notifications:install
24
24
  ```
25
25
 
26
- And, you can generate views, controller if you need custom them:
26
+ You can generate views, controllers if you need to customize them:
27
27
 
28
28
  ```bash
29
29
  $ rails g notifications:views
@@ -56,7 +56,7 @@ class Comment
56
56
  end
57
57
  ```
58
58
 
59
- Get user unread count:
59
+ Get unread notifications count for a user:
60
60
 
61
61
  ```rb
62
62
  count = Notification.unread_count(current_user)
@@ -64,7 +64,7 @@ count = Notification.unread_count(current_user)
64
64
 
65
65
  ### Write your custom Notification partial view for notify_types:
66
66
 
67
- If you create a notify_type, you need add a partial view in `app/views/notifications/` path, for example:
67
+ If you create a notify_type, you need to add a partial view in `app/views/notifications/` path, for example:
68
68
 
69
69
  ```rb
70
70
  # There have two notify_type
@@ -72,7 +72,7 @@ Notification.create(notify_type: 'follow' ....)
72
72
  Notification.create(notify_type: 'mention', target: @reply, second_target: @topic, ....)
73
73
  ```
74
74
 
75
- You app must be have:
75
+ You app must have:
76
76
 
77
77
  - app/views/notifications/_follow.html.erb
78
78
  - app/views/notifications/_mention.html.erb
@@ -87,7 +87,7 @@ You app must be have:
87
87
  ```erb
88
88
  # app/views/notifications/_mention.html.erb
89
89
  <div class="media-heading">
90
- <%= link_to notification.actor.title, notification.actor %> has mention you in
90
+ <%= link_to notification.actor.title, notification.actor %> has mentioned you in
91
91
  <%= link_to notification.second_target.title, topic_path(notification.second_target) %>
92
92
  </div>
93
93
  <div class="media-content">
@@ -97,7 +97,7 @@ You app must be have:
97
97
 
98
98
  ### About Notification template N+1 performance
99
99
 
100
- Suggest you to use [second_level_cache](https://github.com/hooopo/second_level_cache) for solve N+1 performance issue.
100
+ It is recommended that you use [second_level_cache](https://github.com/hooopo/second_level_cache) for solving N+1 performance issues.
101
101
 
102
102
  ## Contributing
103
103
 
@@ -1,4 +1,4 @@
1
- class CreateNotifications < ActiveRecord::Migration[4.2]
1
+ class CreateNotifications < ActiveRecord::Migration[5.0]
2
2
  def change
3
3
  create_table :notifications do |t|
4
4
  t.integer :user_id, null: false
@@ -5,7 +5,7 @@ module Notifications
5
5
  DEFAULT_AVATAR = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAMAAAAJixmgAAAAFVBMVEWkpKSnp6eqqqq3t7fS0tLV1dXZ2dmshcKEAAAAtklEQVR4Ae3XsRGAAAjAQFRk/5HtqaTz5H+DlInvAQAAAAAAAAAAAAAAAAAAAACymiveO6o7BQsWLFiwYMGCBS8PFixYsGDBggULFixYsGDBggULFixYsGDBggULFixYsGDBc4IFCxYsWLBgwYIFC14ZfOeAPRQ8IliwYMGCBQsWLFiwYMGCBQsWLFiwYMGCBQsWLFiwYMGCBQsWLFiwYMGCBQv+JQAAAAAAAAAAAAAAAAAAAOAB4KJfdHmj+kwAAAAASUVORK5CYII='
6
6
 
7
7
  included do
8
- belongs_to :actor, class_name: Notifications.config.user_class
8
+ belongs_to :actor, class_name: Notifications.config.user_class, optional: true
9
9
  belongs_to :user, class_name: Notifications.config.user_class
10
10
 
11
11
  belongs_to :target, polymorphic: true, optional: true
@@ -1,3 +1,3 @@
1
1
  module Notifications
2
- VERSION = '0.4.3'
2
+ VERSION = '0.4.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-16 00:00:00.000000000 Z
11
+ date: 2018-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  version: '0'
90
90
  requirements: []
91
91
  rubyforge_project:
92
- rubygems_version: 2.6.11
92
+ rubygems_version: 2.7.6
93
93
  signing_key:
94
94
  specification_version: 4
95
95
  summary: Rails mountable Notification for any applications.