APN on rails Gem Upgrade: Difference between revisions

From Berkman Klein Google Summer of Code Wiki
Jump to navigation Jump to search
(New page: Upgrade the Ruby on Rails gem APN_on_rails that makes it easy to integrate the server side of Apple Push Notifications into a Rails application. The gem is currently actively being used b...)
 
(old project)
 
Line 1: Line 1:
{{Template:Oldproject}}
Upgrade the Ruby on Rails gem APN_on_rails that makes it easy to integrate the server side of Apple Push Notifications into a Rails application.  The gem is currently actively being used by many applications that manage push notifications for iPhone apps.  
Upgrade the Ruby on Rails gem APN_on_rails that makes it easy to integrate the server side of Apple Push Notifications into a Rails application.  The gem is currently actively being used by many applications that manage push notifications for iPhone apps.  



Latest revision as of 10:50, 18 March 2019

This page is for an old project that is not be part of Google Summer of Code currently. If you are a student looking for projects to get involved with we suggest you check out the projects linked to from the main page of this wiki.

Upgrade the Ruby on Rails gem APN_on_rails that makes it easy to integrate the server side of Apple Push Notifications into a Rails application. The gem is currently actively being used by many applications that manage push notifications for iPhone apps.

Code on Github: https://github.com/PRX/apn_on_rails

The Project:

  • make the gem Rails 3 compliant
  • add support for management of Apple's In-App Purchasing
  • address existing bugs and make other feature improvements