Hi > Thnq very much for your quick response, I instaled > datanoise-actionwebservice gem as you suggested but result is smae. I > don't know why it is happening can u suggest me one more solution.
You have to do step1 - sudo gem install datanoise-actionwebservice --source http://gems.github.com This will install datanoiseactionwebservice version 2.3.2 Step2 - in config/environment.rb under the section # Add additional load paths for your own custom dirs add the line config.load_paths += %W( #{RAILS_ROOT}/app/apis ) step3 - in config/environment.rb under the section #Specify gems that this application..... add the line config.gem 'datanoise-actionwebservice', :lib => 'actionwebservice', :version => '2.3.2' Sijo -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---