Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k-s-a/message-wall
Test task
https://github.com/k-s-a/message-wall
Last synced: 5 days ago
JSON representation
Test task
- Host: GitHub
- URL: https://github.com/k-s-a/message-wall
- Owner: K-S-A
- Created: 2016-03-04T13:33:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T13:58:28.000Z (almost 9 years ago)
- Last Synced: 2024-12-29T13:25:56.362Z (10 days ago)
- Language: Ruby
- Homepage: http://msg-wall.herokuapp.com/
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple message-wall application.
---
## (Rails, jQuery, Bootstrap, coffee/slim)- Authorization with `'devise'` and related omniauth gems.
- Implemented omniauth feature for:
- Twitter,
- Google+,
- Facebook,
- Vkontakte.- Posts on homepage sorted by the date added (DESC), comments sorted in ASC order.
- Tree-like structure implemented using `'closure_tree'` gem.
- Infinite scrolling implemented via `'will_paginate'` gem and ajax requests.
- To seed database with faked data used `'faker'`, `'factory_girl'` gems. To populate DB run:
`rake db:seed`
- RSpec for unit tests. (not fully covered)
- Integration tests are not yet implemented.