https://github.com/andrewjh271/social-scrolls
Like Facebook, without the baggage
https://github.com/andrewjh271/social-scrolls
rails ruby ruby-on-rails social-media social-network
Last synced: 5 months ago
JSON representation
Like Facebook, without the baggage
- Host: GitHub
- URL: https://github.com/andrewjh271/social-scrolls
- Owner: andrewjh271
- Created: 2020-12-06T06:05:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-10T21:33:45.000Z (12 months ago)
- Last Synced: 2025-09-14T00:57:50.424Z (10 months ago)
- Topics: rails, ruby, ruby-on-rails, social-media, social-network
- Language: Ruby
- Homepage:
- Size: 100 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social Scrolls
Like Facebook, but without the baggage.
---
Users can create posts, upload pictures, manage friends and friend requests, like comments/posts, comment on comments/posts, search for friends or website content, and navigate to their personalized pages:
- Timeline
- Personal Posts
- Personal Photos
- Liked Posts
Users can login or sign up with Facebook, Github, or an email address, and edit their accounts and profiles. Confirmation emails are sent to new users when they sign up.
---
OmniAuth is implemented for Facebook and Github. Active Storage is used for avatar and photo uploads, using cloud storage on [Cloudinary](https://cloudinary.com/). Action Mailer is used with the default [Mail](https://github.com/mikel/mail) gem.
Test suite covers Models, Controllers, Mailers, and Integration Testing with Capybara.
---
Some screen recordings of Social Scrolls when it was still live, hosted on Heroku:




-Andrew Hayhurst