https://github.com/iacobson/stuk_io_3-social_network
Building a social network site
https://github.com/iacobson/stuk_io_3-social_network
Last synced: about 2 months ago
JSON representation
Building a social network site
- Host: GitHub
- URL: https://github.com/iacobson/stuk_io_3-social_network
- Owner: iacobson
- Created: 2015-03-06T07:59:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T19:51:32.000Z (about 10 years ago)
- Last Synced: 2025-03-29T02:36:55.437Z (2 months ago)
- Language: Ruby
- Size: 1.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stuk_io_3-Social_Network
Building a social network site
based on https://stuk.io/en/courses/social-network course## Custom Developement
### New Features
- comments section
- nested Model associations : user - post - comment
- comments are available to the Timeline through public_activity
- custom comment icon
- comment counter
- likes module with Ajax### Improvements
- custom font-awesome icons for each action: friends, posts
- automatic resize of pictures added with auto_html through jQuery
- new Timeline:
- now it's possible to add posts and comment from the Timeline
- no page reload for new posts, comments and likes (Ajax)