Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade rails version and fix bug #673

Open
wants to merge 6 commits into
base: rails4
Choose a base branch
from
Open

Conversation

wuwx
Copy link

@wuwx wuwx commented Aug 7, 2015

Rails 4.2 => 4.2.3
Forem::Topic helper methods #register_view_by increments the overall topic view count

@radar
Copy link
Collaborator

radar commented Aug 10, 2015

Please see #640. We're waiting on 4.2.4 to be released.

@@ -9,7 +9,7 @@ def send_notification(post_id)
# If a user cannot be found, then no-op
# This will happen if the user record has been deleted.
if subscriber.present?
SubscriptionMailer.topic_reply(post_id, subscriber.id).deliver
SubscriptionMailer.topic_reply(post_id, subscriber.id).deliver_now
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And what if people want to use deliver_later instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants