sms-fu icon indicating copy to clipboard operation
sms-fu copied to clipboard

carrier_select missing when gem is used

Open vanboom opened this issue 14 years ago • 5 comments

I was using the sms_fu plugin with good results but upgraded to the gem today.

Now the view helpers are missing, but are still in the documentation - how do we get back the view helpers when using the gem? thanks

vanboom avatar Dec 04 '10 21:12 vanboom

My sincerest thanks for your efforts on this project - but your install/startup/example documentation is really poor. The software does not work as advertised - you could help everyone out so much more if you would put together some more detailed "getting started" information.

vanboom avatar Dec 04 '10 21:12 vanboom

If you add include SMSFuHelper to your application_helper.rb, you can then use <%= carrier_select %>

nickradford avatar May 14 '11 21:05 nickradford

I ran into this issue as well. Thanks nick for the workaround.

dgmdan avatar May 21 '11 03:05 dgmdan

Yes, the README documentation is really poor. I've been using sms-fu plugin for years .. today am switching over to gem. It's unclear where to put the sms_fu = SMSFu::Client.configure(:delivery => :action_mailer) configuration.. controller? environment.rb? somewhere else? do we still need include SMSFu in the controller???

dsaronin avatar Sep 18 '11 06:09 dsaronin

uninitialized constant RAILS_ROOT when using SMSFu in rails 3

vanboom avatar Oct 27 '11 15:10 vanboom