8000 GitHub - knuepwebdev/Tweeeter: Social networking app - Rails, PostgreSQL, Devise
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

knuepwebdev/Tweeeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeeter

Tweeeter is a social-networking app (similar to Twitter) in which users can "tweet". A tweet can be either a text tweet or an image tweet. Users can also follow and unfollow eachother.

It adheres to Sandi Metz' programming guidelines:

  1. Controller actions should instantiate only one object
  2. Methods should be 5 lines of code or less
  3. Classes should be 100 lines of code or less
  4. No more than 4 parameters should be passed into a method

Technologies used: Ruby on Rails framework, PostgreSQL database

Gems used: Devise (for user authentication), Sunspot(for search functionality), Paperclip (file attachment library for image tweets)

About

Social networking app - Rails, PostgreSQL, Devise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0