mmangino / facebooker2

A simple facebook connect library for ruby
MIT License
311 stars 93 forks source link

Is there any fork compatible with rails 3? #23

Closed millisami closed 13 years ago

millisami commented 13 years ago

I'm trying to use this in rails3 app. But its taking way longer coz of missing dependent gems and not bundler ready coz bundle install doesn't installs the dependencies. RIght now its two gems I'd to bundle after each failure, mongli ruby-mac

Ain't there any fork compatible with rails 3?

joeytheman commented 13 years ago

Your supposed to be using the "mogli" gem not "mongli". And go here for configuration http://stackoverflow.com/questions/3692970/install-mogli-gem-on-rails-3

mmangino commented 13 years ago

Thanks joeytheman! That's a great answer