yuki24 / pushing

Finally, push notification framework that does not hurt. currently supports Android (FCM) and iOS (APNs)
MIT License
46 stars 6 forks source link

User should be able to generate a notifier with e.g. rails g notifier UserNotifier new_notification #3

Closed yuki24 closed 7 years ago

yuki24 commented 7 years ago

User should be able to generate a new notifier with a command like below:

rails g notifier UserNotifier
rails g notifier UserNotifier new_friend_request
rails g notifier UserNotifier new_friend_request --only=apn

It should generate:

It should fail if config/initializers/fourseam.rb is missing.