rails-push-notifications
rails-push-notifications copied to clipboard
Rails iOS, Android and Windows Phone Push Notifications made easy!!
``` rake aborted! StandardError: An error has occurred, this and all later migrations canceled: Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written...
How can you send additonal data like these: ``` { "to": "", "time_to_live": 86400, "collapse_key": "new_message", "delay_while_idle": false, "notification": { "title": "title", "body": "this is a noisy test", "tag": "new_message",...
Hi, this PR fixes #22 by adding version numbers to the migration templates.