Has anyone been able to send push notification to iPhone using rails 3? APN on rails and the samesoffes plugin only works with rails 2. I am new to rails and I have not been able to get any of them to work.
Here are the errors I encountered:
APN on Rails:
tried to replace
ruby script/generate apn_migrations
FROM
rails generate apn_migrations
got:
MYAPP / config / environment.rb: 5: in `require ': there is no such file to load - apn_on_rails (LoadError)
I was also unable to start the configuration "config.gem" apn_on_rails "(config.gem: command not found)
Samsoffes Plugin:
I was unable to configure the gem:
config.gem "apple_push_notification", :source => "http://gemcutter.org/"
gave me:
http://gemcutter.org/ : no such file or directory
Any help would be greatly appreciated!
Thanks Vincent
ruby-on-rails-3 apple-push-notifications
vdaubry
source share