Re: [Rails] linkedin gem

2013-09-04 Thread Rekha Benada
On Monday, September 2, 2013 4:30:37 AM UTC-7, Colin Law wrote: > > On 2 September 2013 12:16, Rekha Benada > > wrote: > > My routes.rb is same as in this tutorial. Here it is > > Please don't top post, it makes it difficult to follow the thread. > Insert your reply inline at appropriate poin

Re: [Rails] linkedin gem

2013-09-02 Thread Colin Law
On 2 September 2013 12:16, Rekha Benada wrote: > My routes.rb is same as in this tutorial. Here it is Please don't top post, it makes it difficult to follow the thread. Insert your reply inline at appropriate points in previous message. Thanks. > > LinkedinGem::Application.routes.draw do > dev

Re: [Rails] linkedin gem

2013-09-02 Thread Rekha Benada
My routes.rb is same as in this tutorial. Here it is LinkedinGem::Application.routes.draw do devise_for :users resources :linkedin match '/linkedin_profile' match '/linkedin_oauth_url' => 'linkedin#generate_linkedin_oauth_url' match '/oauth_account' => 'linkedin#oauth_account' roo

Re: [Rails] linkedin gem

2013-08-29 Thread Colin Law
On 29 August 2013 20:48, Rekha Benada wrote: > Hi, > > I am following this post http://www.sitepoint.com/ruby-social-gems-linkedin/ > for using linked gem and API for getting profile and other stuff > But at the end I am getting this error: > > > > => Booting WEBrick > => Rails 3.2.13 application

[Rails] linkedin gem

2013-08-29 Thread Rekha Benada
Hi, I am following this post * http://www.sitepoint.com/ruby-social-gems-linkedin/* for using linked gem and API for getting profile and other stuff But at the end I am getting this error: => Booting WEBrick => Rails 3.2.13 application starting in development on http://0.0.0.0:3000 => Call wi