문제

Has anyone worked with Mozenda in ruby on rails project before? I am looking for gem or wrapper of Mozenda API. Searched online there were two library 'mozenda' and 'mozenda-api'. Unfortunately, both cannot be found when i tried to install them.

도움이 되었습니까?

해결책

Install one of them as a git repo by adding the proper record into Gemfile:

gem 'mozenda', :git => 'https://github.com/jefferyf/mozenda.git'

or

gem 'mozenda-api', :git => 'https://github.com/darrikmazey/mozenda-api.git'

Then issue:

$ bundle install
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top