Rails Rumble has finished and the winner has already been announced. Most of the entries made us flummoxed on how these contestant could develop such a polished application. So I take some pride to dissect what are some of the interesting gems used by the contestants.
Assets
Views
- nestive - Improved layout rendering (still a proof of concept)
- simple_form - DSL form builder (like Formtastic but no opinion markup)
- stamp - Date and time formatting with human-friendly example
- chronic - Natural language time parser
- mobylette - Serve mobile view
Rails
Services
Server
- dragonfly - Rack files handling/uploading
- guard - Event listener for file modification
Database
- texticle - Full text search for PostgreSQL