Current hosted address: sleepy-cliffs-2411.herokuapp.com
git@github.com:feigningfigure/flockly.git
Flockly is a way for anyone to see what others around them are interested in talking about.
How it works: Users have locations which have messages.
'awesome_print'
'pry'
'pry-rails'
'gravtastic' (Bundled, but not implemented in current build)
'bcrypt'
'will_paginate' (Bundled, but not implemented in current build)
'faker'
'rails_12factor'
'json'
'digest
geocoder
- User's message and location history are persistent after logging out.
- Messages outside of "nearby" range of the user are still displayed in the list.
- Gravatar images hash URLs are created using Digest::MD5 but do not properly generate the correct MD5 to display the correct gravatar image.
- Displayed results are improperly styled. Currently using the responsive grid system with custom CSS added at the bottom.
- User should be re-directed to an error page if geocoder times out and is unable to grab the coordinates of the user's address.
- CSS background not displaying.