Launch Site Rumbling Brook
This is an entry in the 2012 Rails Rumble. After checking it out, we encourage you
to leave feedback and then take a look at the hundreds of other amazing entries.
By "Cybernetic Meadow "
Description
This app is broken. :)
I decided to go solo on this one, aimed too high and simply ran out of time even after choosing to only sleep for 5 hrs during the entire competition. I will be finishing it after the deadline regardless, but just so you know: it's a mess right now.
The intended purpose is to give people ten minutes to complete a commitmeny -- doing some pushups, asking a girl to dance, etc -- before making it public on their Facebook that they failed to achieve their goal.
Ironic isn't it.
Anyway, I learned a lot and will do it again. It's a shame I can't show you my application in a state I deem acceptable, but that's the nature of the game.
Built By
Built With
Interested in seeing what was used to build this application? Resources may include things like open source libraries, third party APIs, and icons.
I built my application with Sinatra. Other than the fine technologies provided by github and linode, I used LESS.
As for the rest of the batch, here is my gemfile:
gem 'sinatra'
gem 'sinatra-flash'
gem 'rake'
gem ...
I built my application with Sinatra. Other than the fine technologies provided by github and linode, I used LESS.
As for the rest of the batch, here is my gemfile:
gem 'sinatra'
gem 'sinatra-flash'
gem 'rake'
gem 'padrino'
gem 'sanitize'
gem 'htmlentities'
gem 'facets', :require => 'facets/time'
gem 'omniauth-facebook', "1.4.0"
gem 'koala'
gem 'pg'
gem 'data_mapper'
gem 'dm-core'
gem 'dm-validations'
gem 'dm-migrations'
gem 'dm-timestamps'
gem 'dm-serializer'
gem 'dm-sqlite-adapter'
gem 'dm-postgres-adapter'
gem 'debugger'
2012