Has anybody been able to send push notification to iPhone using rails 3 ? APN on rails and samesoffes plugin only works with rails 2. I am new to rails and i have not been able to make either of them work.
Here are the errors i encountered :
APN on Rails :
tried to replace
ruby script/generate apn_migrations
With
rails generate apn_migrations
got :
myApp/config/environment.rb:5:in `require': no such file to load -- apn_on_rails (LoadError)
I also did not manage to run the configuration "config.gem 'apn_on_rails'" (config.gem: command not found)
Samsoffes plugin :
I did not manage to config 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