adelevie / parse-ruby-client

A simple Ruby client for the parse.com REST API
MIT License
415 stars 137 forks source link

undefined method `create' for Parse:Module #193

Closed torasakura closed 9 years ago

torasakura commented 9 years ago

when i try to initialize Parse with Parse.create i always get undefined method 'create' for Parse:Module

xavdid commented 9 years ago

@torasakura does your gemfile specify the git repository instead of the rubygems version?

torasakura commented 9 years ago

ah sorry i should read carefully. i used the rubygems version, now it is working. thanks for pointing me in the right direction.