Launch Site dexter.io
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 "Dexter"
Description
ted stevens once said, "the internet is not something that you just dump something on. it's not a a big truck."
this got me thinking.... what if it was a big truck. so i went on a mission. i spent the next 6 years of my life studying dump trucks in their natural environment.
the experience was enlightening.
dump trucks do two things. they accept shit. and they move shit around.
welcome to dexter.io. the dump truck of the internet. put garbage in. move garbage around.
also available as opensource so you can setup your yourname.io as your personal dump truck.
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.
http://web.archive.org/web/20080819014758/http://drop.io/? => for reference and copying their idea
Redis server. Nginx.
http://www.istockphoto.com/stock-illustration-14564002-happy-geek-sitting-with-laptop.php?st=...
http://web.archive.org/web/20080819014758/http://drop.io/? => for reference and copying their idea
Redis server. Nginx.
http://www.istockphoto.com/stock-illustration-14564002-happy-geek-sitting-with-laptop.php?st=17c7fcf
http://fortawesome.github.com/Font-Awesome/
http://www.jumware.com/Includes/jquery/Flot/Examples/index.html
http://awesome-fontstacks.com/
Rails Dependencies:
source 'https://rubygems.org'
gem 'rails', '3.2.8'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
gem 'redis'
gem 'haml'
gem 'capistrano'
gem 'unicorn'
gem 'simple_form'
gem 'agent_orange'
group :test, :development do
gem 'spin'
gem 'shoulda'
gem 'shoulda-matchers'
gem 'timecop'
end
2012