[Rails] Twitter Authentication Error

2014-06-24 Thread Rekha Benada
find any answer so far Please help... Twitter::Error::Unauthorized in TwitterController#twitter_profile Not authorized. Rails.root: /Users/rekha/rails_projects/Behavior_app Application Trace <http://localhost:3000/twitter_profile#> | Framework Trace <http://localhost:3000/twitte

[Rails] Twitter API in ruby on rails application

2013-10-28 Thread Rekha Benada
Hi, I am developing a ruby on rails application for getting all users tweets from twitter after twitter login from my application I am able to get user_id,email,provider,name etc from twitter login but I want to use Twitter Api to get all the tweets of the user who is doing twitter sign in fro

[Rails] Re: Having some issues on backend regarding a social networking project on ROR

2013-09-13 Thread Rekha Benada
I would suggest MongoDB is a right choice On Thursday, September 12, 2013 1:16:45 AM UTC-7, Yash Ladia wrote: > > I am working on a social networking project. I need to store about 10-15 > user profile information like movies,music,books,relationship-status and so > on. I am confused about w

[Rails] Re: How much css do I need to know for becoming a Ruby on Rails Develoepr?

2013-09-13 Thread Rekha Benada
You don't need to learn much about CSS because for developing a full stack web application in Ruby on Rails you need to focus on so many things to make your application work according to your functionality So focusing on CSS much won't be worth it according to me. Thanks On Thursday, Sep

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

Re: [Rails] linkedin gem

2013-09-02 Thread Rekha Benada
th_account' => 'linkedin#oauth_account' root :to => "linkedin#index" On Thursday, August 29, 2013 1:00:24 PM UTC-7, Colin Law wrote: > > On 29 August 2013 20:48, Rekha Benada > > wrote: > > Hi, > > > > I am following this post > htt

[Rails] linkedin gem

2013-08-29 Thread Rekha Benada
> Call with -d to detach => Ctrl-C to shutdown server Exiting /Users/rekha/.rvm/gems/ruby-1.9.2-p320/gems/actionpack-3.2.13/lib/action_dispatch/routing/mapper.rb:179:in `default_controller_and_action': missing :action (ArgumentError) from /Users/rekha/.rvm/gems/ruby-1.9.2-p320/gems/acti

Re: [Rails] linkedin login using omniauth

2013-08-26 Thread Rekha Benada
oauth_expires_at is a column in user table and It gives date and time...which I used for facebook login...But why it's giving problem with linkedin.? On Monday, August 26, 2013 1:58:34 PM UTC-7, Colin Law wrote: > > On 26 August 2013 21:39, Rekha Benada > > wrote: >

[Rails] linkedin login using omniauth

2013-08-26 Thread Rekha Benada
Hi, I am trying to add linkedin login feature in my rails application using omniauth gem..I used omniauth gem for Fb login and it's working fine..but it's not working for linkedin login this is my code /model/user.rb class User < ActiveRecord::Base attr_accessible :name, :oauth_expires_at,

Re: [Rails] Devise Gem

2013-08-26 Thread Rekha Benada
Did you get a chance to read the Devise wiki ? It's pretty straightforward > : https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview > > - Emil > > > On 22 August 2013 14:37, Rekha Benada >wrote: > >> Hi, >> >> How to use Devise Gem in rails

[Rails] Re: RSpec vs. Cucumber

2013-08-23 Thread Rekha Benada
Rspec is a popular framework for unit testing and Cucumber is used for integration testing and behavior driven development Unit tests with rspec confirm that small, discrete portion continue working as developers add features. Integration tests built with cucumber determine wether the applicatio

[Rails] Devise Gem

2013-08-22 Thread Rekha Benada
Hi, How to use Devise Gem in rails? What basic configuration is required for that? I did it but getting so many errors one after other How to use Devise Gem with Oauth2.0? Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsu

[Rails] Re: Hosting of Ruby on Rails3 App

2013-07-26 Thread Rekha Benada
heroku is good option for hosting rails application with easy deployment On Tuesday, June 26, 2012 3:06:28 PM UTC-7, Kory Tegman wrote: > > i believe that heroku is a community staple, and it is free. also > engineyard is a very nice tool, i have heard that it is great for scaling > because they

[Rails] Table Migration

2013-07-14 Thread Rekha Benada
Hi, How do I migrate my table again and again after some changes.If I give simply command "rake db:migrate" it doesn't take the changes I have done in table What is the right way to do that?? Rekha -- You received this message because you are subscribed to the Google Groups

Re: [Rails] Product suggestion

2013-07-14 Thread Rekha Benada
thanks BalaRaju On Thursday, June 20, 2013 8:00:38 AM UTC-7, BalaRaju Vankala wrote: > > Hey can you look here " twitter boot strap css", > > http://twitter.github.io/bootstrap/ > > > On Thu, Jun 20, 2013 at 2:00 AM, Rekha Benada > > wrote: > >>

[Rails] Product suggestion

2013-06-19 Thread Rekha Benada
Hi, I am developing a product in Ruby on Rails, I am looking for a good design, few pages I have developed but want to change design I want to know what is the best way to design pages in ruby on rails Rekha -- You received this message because you are subscribed to the Google Groups "

Re: [Rails] Connectivity Code

2011-02-03 Thread Rekha
An error occurred Error code: Error Message:IM002(0)[Microsoft][ODBC Driver Manager] data source name not found and no default driver specified On Wed, Feb 2, 2011 at 8:04 PM, Peter Hickman < peterhickman...@googlemail.com> wrote: > It would be useful if you posted the error messages. > > -- > Yo

[Rails] Connectivity Code

2011-02-02 Thread Rekha
Hi. I am connecting from Console to SQL Server with ruby on rails on windows XP but while executing the following code, only the coloured code is executing, i want the exact procedure, how to connect from database step by step procedure.. require "dbi" begin # connect to the SQL server dbh =