GithubHelp home page GithubHelp logo

Comments (9)

grimen avatar grimen commented on April 28, 2024

OK, I'm not running MongoDB locally. Yes, please let me know when you got something to test out.

from devise_facebook_connectable.

 avatar commented on April 28, 2024

i've got no idea why this isn't working, but I have a hack - assigning the fb session value to a random variable then to the user attribute works:

 _x = fb_session.user.name
 self.real_name = _x 

from devise_facebook_connectable.

grimen avatar grimen commented on April 28, 2024

=o That's weird...but I'm 99.9% sure that's not because of this plugin. Sounds like Facebooker magic. Let me know if you find out why please.

from devise_facebook_connectable.

 avatar commented on April 28, 2024

facebooker lazy loading or something very weird

from devise_facebook_connectable.

 avatar commented on April 28, 2024

solved it need to call to_s on facebooker atts on the user object or they will not be saved

from devise_facebook_connectable.

grimen avatar grimen commented on April 28, 2024

Could you elaborate what you mean with a sample?

from devise_facebook_connectable.

 avatar commented on April 28, 2024
  self.username       = fb_session.user.username.to_s
  self.real_name      = fb_session.user.name.to_s

as opposed to

  self.username       = fb_session.user.username
  self.real_name      = fb_session.user.name

otherwise atlease with mongomapper - it saves nil

from devise_facebook_connectable.

grimen avatar grimen commented on April 28, 2024

Could you reproduce this in a test-app? Easier to report errors in Facebooker mailing list in such case; I asked about this but no-one there seems to see the problem.

from devise_facebook_connectable.

 avatar commented on April 28, 2024

its probably a mongomapper issue - closing

from devise_facebook_connectable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.