-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
carrier_select missing when gem is used #3
Comments
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. |
If you add |
I ran into this issue as well. Thanks nick for the workaround. |
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??? |
uninitialized constant RAILS_ROOT when using SMSFu in rails 3 |
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
The text was updated successfully, but these errors were encountered: