search for: smscontrol

Displaying 1 result from an estimated 1 matches for "smscontrol".

Did you mean: smbcontrol
2011 Oct 07
1
403 Error Dont know whats wrong.
Hi, I am quite new to ruby and am programming an application to send sms using rest_client gem. I so far have code on one of my modules which tries to send an sms to a number. It gives the 403 error - RestClient::Forbidden in SMSController#index 403 Forbidden Rails.root: /Users/user1/Desktop/rails_projects/sms_app My code in the module looks as follows - before adding this code i had a simple enter number and enter message text boxes with the usual edit/add/delete options. require ''rubygems'' require ''...