You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried with gem version - '1.1.1' and '1.1.2' and also tried with plugin and able to successfully install.
But when tried to start the server, getting following error:
no such file to load -- pony (LoadError)
I did manage to get a fix of this by commenting "require 'pony'" line2 in plugin file "vendor/plugins/sms_fu/lib/sms_fu.rb"
SMS Fu relies on either ActionMailer or Pony for delivery. If I have configured ActionMailer then it should not bother about Pony configuration or pony gem dependency.
Hi, thanks for the wonderful SMSFu.
I am trying to integrate it with Rails 3.0.5.
I am using
and don't want to use pony
I tried with gem version - '1.1.1' and '1.1.2' and also tried with plugin and able to successfully install.
But when tried to start the server, getting following error:
no such file to load -- pony (LoadError)
I did manage to get a fix of this by commenting "require 'pony'" line2 in plugin file "vendor/plugins/sms_fu/lib/sms_fu.rb"
You can find detailed error report here .
Not very sure about this issue, so thought to discuss with you.
Thanks
Ritesh Kumar
The text was updated successfully, but these errors were encountered: