Frage

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.

War es hilfreich?

Lösung

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
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top