search for: rest_client

Displaying 3 results from an estimated 3 matches for "rest_client".

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...
2009 Oct 04
2
no such file to load -- restClient (MissingSourceFile) HELP
i don''t get what is going on here. if i run the restclient command that starts an irb with restclient it works fine but when i try to load it from environment.rb with require ''rest_client'' this is what i get... it''s driving me batty. /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load -- restClient (MissingSourceFile) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'...
2012 Dec 04
0
Empty test suite is run after every rake task
...5.1" gem "htmlentities"#, :version => "4.2.0" gem "liquid"#, :version => "2.0.0" gem "SyslogLogger", :require => "syslog_logger"#, :version => "1.4.0" gem ''rest-client'', :require => ''rest_client'' gem "daemons" gem "sinatra", "1.1.4" gem "resque", "1.13.0" gem "resque-scheduler", :require => ''resque_scheduler'' gem "unicorn" gem "multi_json" gem "geokit", :path => '...