Re: [Rails] koala - how to get users facebook friends

2016-07-18 Thread Colin Law
On 18 July 2016 at 16:52, tom wrote: > hi, im using the koala gem, and i woudl like to display a list of friends, > meaning the friend of the user being displayed. > ->> /user/:id/friends > > this give me only an empty array > friends = @graph.get_connections("me",

Re: [Rails] koala - how to get users facebook friends

2016-07-18 Thread tom
that's what I'm not clear about. what reference do I have to pass instead of 'me'? I got the oath working and users can login via fb, but not sure what to pass here...what am I missing? thx On Jul 18, 2016 11:59 AM, "Colin Law" wrote: > On 18 July 2016 at 16:52, tom

[Rails] koala - how to get users facebook friends

2016-07-18 Thread tom
hi, im using the koala gem, and i woudl like to display a list of friends, meaning the friend of the user being displayed. ->> /user/:id/friends this give me only an empty array friends = @graph.get_connections("me", "friends", api_version: 'v2.0') not sure...pls help thx -- You received

Re: [Rails] Error install. What should I do?

2016-07-18 Thread Krishna Gundala
Before running the bundle install, verify the gem is listed in your gemfile or not.if not install the gem and then run bundle install command. On Mon, Jul 18, 2016, 6:55 PM Krishna Gundala wrote: > Type "bundle install" in your cmd prompt. > > On Mon, Jul 18, 2016, 6:50 PM

Re: [Rails] Error install. What should I do?

2016-07-18 Thread Krishna Gundala
Type "bundle install" in your cmd prompt. On Mon, Jul 18, 2016, 6:50 PM 加藤純 <1206t...@gmail.com> wrote: > > > > I am Japanese juner high school student. > >>rails server > > ↓ > > > > > > > > > this error. > What should I do? > > -- >

[Rails] Error install. What should I do?

2016-07-18 Thread 加藤純
I am Japanese juner high school student. >>rails server ↓ this error. What should I do? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group

[Rails] [Screencast] ActionCable - Part 2 - More Complex Example

2016-07-18 Thread Dave Kimura
Extending the previous episode, we look into making a realtime poll application where users can get live feedback on voting. https://www.driftingruby.com/episodes/actioncable-part-2-more-complex-example -- Posted via http://www.ruby-forum.com/. -- You received this message because you are

[Rails] Re: Javascript rendering partial improperly

2016-07-18 Thread John Sanderbeck
Actually, what it appears to be doing is not executing the javascript. The js file just shows as text. I assume this is due to the protection_from_forgery but can anyone point me in the right direction to fix this? John -- Posted via http://www.ruby-forum.com/. -- You received this message