- generated Rails app foundations
- created (bare) trek, section, restaurant, user models
- added restaurants
- added picture upload system
- New: user will need to give a profile picture upon sign up
- Change config.serve_static_assets to true(/config/environments/production.rb) to enable assess to pictures (this has to be enable in order to get static contents)
- Added Trek
- Added Trekker
- Added Section (Theme)
- fix an syntax error. push the whole thing to heroku
- added dashboard model
- edited some basic style
- added geolocation (this includes geocoder, figaro, and bing gems. Geocoder for google maps, figaro for adding values to the ENV [environment variable], bing [API] to allow 50,000 free requests per day for geocoding).
- added map canvas so we can show maps on restaurant pages. Probably need to edit so it is not showing on the restaurant page per se, as there is not current restaurant-only page.
- fixed bug in restaurants db table -- even though :name was listed, it had not been migrated. Added name column to table by rails generate (was not able to simply modify file and add that way)
- modified the title in the index page according to our scope (maybe we should drop create your own trek -- need agreement here)
- modified footers' links. Work in progress.
- change the navibar layout/ dropdown menu is now under user's name
- created Check-in model and controllers
- enable emailing functions
- fixed formating with all the forms