Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonelgalan/favorites
This is a simple RoR app for displaying favorited tweets of Smashing Boxes employees. To add or remove a user create an empty method for the page-name under Tweet_controller.rb. Add an entry with full-name and page-name to application.js and create a view by.... repeating yourself :-| Would have created a partial view, but Twitter wanted the whole chunk together. Need to create methods/model for adding and removing employees. This would let us condense the amount of views in to search.html.erb with a controller that took the employee id from the search bar.
https://github.com/leonelgalan/favorites
Last synced: 6 days ago
JSON representation
This is a simple RoR app for displaying favorited tweets of Smashing Boxes employees. To add or remove a user create an empty method for the page-name under Tweet_controller.rb. Add an entry with full-name and page-name to application.js and create a view by.... repeating yourself :-| Would have created a partial view, but Twitter wanted the whole chunk together. Need to create methods/model for adding and removing employees. This would let us condense the amount of views in to search.html.erb with a controller that took the employee id from the search bar.
- Host: GitHub
- URL: https://github.com/leonelgalan/favorites
- Owner: leonelgalan
- Created: 2012-11-14T18:32:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-13T01:03:31.000Z (almost 12 years ago)
- Last Synced: 2024-10-10T14:05:12.853Z (27 days ago)
- Language: JavaScript
- Homepage: http://damp-hollows-1670.herokuapp.com/
- Size: 244 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
favorites
=========This is a simple RoR app for displaying favorited tweets of Smashing Boxes employees