본문 바로가기

ruby on rails8

Phusion Passenger에서 SSL 이용 (Apache, Passenger, OpenSSL) 1. OpenSSL을 설치한다. - 소스 사이트 : http://openssl.org/source - 압축을 풀고 설치함(디폴트 설정) : ./configure;make;make install (디폴트 디렉토리는 /usr/local/ssl 이 된다.) - 2009.07.06 현재 최신 버전은 openssl-0.9.8k.tar.gz 임 2. Apache 웹 서버를 설치한다. - 소스 사이트 : http://httpd.apache.org - 압축을 풀고 설치함 ./configure --prefix=/usr/local/apache2.2.11 --enable-modules=ssl --with-ssl=/usr/local/ssl --enable-mods-shared=all --enable-so --enable-re.. 2009. 7. 6.
데비안 리눅스에서 Ruby on Rails 설치 1. 데비안 인스톨 - netinstall버전으로 기본설정으로 데비안을 설치한다. (http://www.debian.org) - dselect로 package 환경 설정: access에 apt 부분에서 http를 이용하도록 - ssh 설치: apt-get install ssh - gcc 설치: apt-get install gcc - libc 설치: apt-get install libc6-dev - g++ 설치: apt-get install g++ - glibc 설치: apt-get install glibc - make 설치: apt-get install make - zlib 설치: apt-get install zlib1g-dev apt-get install libzlib-ruby (zlib를 설치 하지 .. 2008. 11. 2.
[Rails] action web service에서 함수 이름 관련 문제 해결 action web service에서 SOAP 서비스의 함수 이름은 apis에 정의된 ****_api.rb 에 정의 된다. 이때 다음과 같이 api_method :함수명, expects => 입력파라미터, :returns => 출력파라미터 의 형태로 정의되며 api_method의 함수명이 SOAP 메소드의 함수명이 된다. api_method의 함수명을 "testMethod"로 소문자로 시작하게 하고, controller에서 def testMethod 와 같이 함수를 정의한 다음 testMethod에 대해서 SOAP 호출을 하게 되면 다음과 같은 에러가 나타난다 ActionWebService::Dispatcher::DispatcherError (no such method 'testMethod' on API.. 2008. 10. 7.
[Rails] action web service와 각 SOAP Client간 호환성 검토 #3 [index] action web service와 각 SOAP Client간 호환성 검토 #1 : http://alnova2.tistory.com/255 - 1 action web service에서 http request 의 내용을 출력하도록 변경 - 2 시험할 SOAP API 준비 - 3 Ruby SOAP에서의 호환성 action web service와 각 SOAP Client간 호환성 검토 #2 : http://alnova2.tistory.com/256 - 4 gSOAP에서의 호환성 - 5 PHP nuSOAP에서의 호환성 (WSDL을 이용하지 않음) - 6 PHP nuSOAP에서의 호환성 (WSDL을 이용) action web service와 각 SOAP Client간 호환성 검토 #3 : http:.. 2008. 9. 19.
[Rails] action web service와 각 SOAP Client간 호환성 검토 #2 [index] action web service와 각 SOAP Client간 호환성 검토 #1 : http://alnova2.tistory.com/255 - 1 action web service에서 http request 의 내용을 출력하도록 변경 - 2 시험할 SOAP API 준비 - 3 Ruby SOAP에서의 호환성 action web service와 각 SOAP Client간 호환성 검토 #2 : http://alnova2.tistory.com/256 - 4 gSOAP에서의 호환성 - 5 PHP nuSOAP에서의 호환성 (WSDL을 이용하지 않음) - 6 PHP nuSOAP에서의 호환성 (WSDL을 이용) action web service와 각 SOAP Client간 호환성 검토 #3 : http:.. 2008. 9. 19.
[Rails] action web service와 각 SOAP Client간 호환성 검토 #1 [index] action web service와 각 SOAP Client간 호환성 검토 #1 : http://alnova2.tistory.com/255 - 1 action web service에서 http request 의 내용을 출력하도록 변경 - 2 시험할 SOAP API 준비 - 3 Ruby SOAP에서의 호환성 action web service와 각 SOAP Client간 호환성 검토 #2 : http://alnova2.tistory.com/256 - 4 gSOAP에서의 호환성 - 5 PHP nuSOAP에서의 호환성 (WSDL을 이용하지 않음) - 6 PHP nuSOAP에서의 호환성 (WSDL을 이용) action web service와 각 SOAP Client간 호환성 검토 #3 : http:.. 2008. 9. 19.