seep, makasih infornya bro barusan dah dicoba dan ternyata bisa ^_^
gem sources -a http://gems.github.com/ gem install datanoise-actiionwebservice -v='2.2.2' lalu di config/environtment.rb tinggal ditambahin config.gem 'datanoise-actionwebservice', :lib => 'actionwebservice', :version => '2.2.2' untuk ngetest tinggal nyalain servernya aja, atau bikin kode lewat generatornya [adi...@aditya trunk]$ ruby script/generate web_service blabla exists app/services/ exists app/controllers/ exists test/functional/ create app/services/blabla_api.rb create app/controllers/blabla_controller.rb create test/functional/blabla_api_test.rb catatan : versi datanoise yg diinstall mesti sama dgn versi rails yg dipakai 2009/5/6 Achmad Gozali <[email protected]> > > > coba pake gem ini aja om adit > http://github.com/datanoise/actionwebservice/tree/master > > saya sih belum nyoba, tapi dia klaim kompatibel ama latest rails version > alias 2.3.2 > > kalo berhasil, share di sini om :) > > salam > > --Gozali > > > On May 6, 2009, at 12:15 PM, Aditya Agustyana wrote: > > > > > > > hi Kawans > > > > ada yg tau cara nginstall action web service di rails 2.2.x ? > > > > dari kemaren nyari2 artikel tentang ini > > > > diantaranya > > > > di sini > > > http://biorails-dev.blogspot.com/2007/12/actionwebservice-and-rails-20.html > > dan di sini > > http://www.depixelate.com/2007/12/13/actionwebservice-with-rails-2-0 > > > > tapi setelah dicoba ternyata gagal, setiap mo nyalain server selalu > > muncul > > > > /usr/lib/ruby/gems/1.8/rubygems.rb:142:in `activate': can't activate > > actionpack (= 1.13.6, runtime), already activated actionpack-2.2.2 > > (Gem::Exception) > > > > -- > > blog : http://adityakircon.blogsome.com > > ym : adit.prawirasoft > > skype : adit_skype > > > > i continue to fight, i continue to FIGHT (O2 - Orange Range) > > > > [Non-text portions of this message have been removed] > > > > > > > > [Non-text portions of this message have been removed] > > > -- blog : http://adityakircon.blogsome.com ym : adit.prawirasoft skype : adit_skype i continue to fight, i continue to FIGHT (O2 - Orange Range) [Non-text portions of this message have been removed]

