Skip to content

sub2u/rails3_devise_twitter_login_post_comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Post Comments

This is the sample app using rails 3, devise, twitter, Twitter bootstrap with Articles and comments, below we can see the description about this problem

Diagnostics

User should be able to post articles after signing in. He can also comment on other articles if signed in. Use devise with twitter for authentication.

Whenever user creates an article, a tweet should be posted on his behalf. Also, besides the article, fetch and show few of the recent tweets by article author.

On application home page, articles list will be displayed.

You may use one of twitter api gem for this work. Twitter bootstrap for html would be good. Get AJAX working for commenting.

Getting Started

Clone the repository with the command

  • git clone git@github.com:subbaraokly/rails3_devise_twitter_login_post_comments.git

Change the database username and password on /config/database.yml

Run database migration command

  • rake db:migrate

Run your app with the url http://lvh.me:3000/

if requires the email have to send from app configer the /config/application.yml file

About

rails3 devise twitter bootstrap twitter login post and comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages