Launch Site Quote Bin
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 "Yeah! Magnets!"
Description
Welcome to Quote Bin
You've come to the easiest place to find and document quotes. Add your favorite quotes. Save the quotes you know. Find new love. Hot, steamy idea love.
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.
gem 'acts-as-taggable-on'
gem 'redcarpet'
gem 'rails', '3.2.8'
gem 'stemmer'
gem 'newrelic_rpm'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'compass-rails'
gem 'coffee-rails', '~> 3.2.1'
gem 'ugl...
gem 'acts-as-taggable-on'
gem 'redcarpet'
gem 'rails', '3.2.8'
gem 'stemmer'
gem 'newrelic_rpm'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'compass-rails'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
gem 'unicorn'
gem 'capistrano'
gem 'pg'
gem 'pg_search'
gem 'devise'
gem "socialization"
gem 'gravatar_image_tag'
gem "kaminari"
gem 'whenever', require: false
group :development, :test do
gem "minitest-rails"
gem "autotest"
gem 'minitest-rg'
gem 'm'
gem "autotest"
gem 'autotest-standalone'
gem 'autotest-fsevent'
gem 'autotest-growl'
end
gem 'debugger'
2012