Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

favorites
=========

This is a simple RoR app for displaying favorited tweets of Smashing Boxes employees