Launch Site Dear Friend
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 "Dear Friend"
Description
Receiving handwritten letters is much more awesome than emails.
Now you have a new way to send messages to special ones. The best part: you do it supporting people, groups and communities.
Dear Friends are handwritters. They give life to your email message transforming it into a letter, for the price of a cup of coffee.
More details can be seen at:
http://vimeo.com/51390650
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.
# Server
Nginx
Ruby 1.9.3
PostgreSQL 9.1
Passenger
Papistrano
Memcached
# ----- Gemfile -----
gem 'rails', '3.2.8'
# Database
gem 'pg'
gem "foreigner"
gem 'inherited_resources'
# Authentication
gem "d...
# Server
Nginx
Ruby 1.9.3
PostgreSQL 9.1
Passenger
Papistrano
Memcached
# ----- Gemfile -----
gem 'rails', '3.2.8'
# Database
gem 'pg'
gem "foreigner"
gem 'inherited_resources'
# Authentication
gem "devise", "~> 2.1.2"
gem "omniauth", "~> 1.1.0"
gem "omniauth-facebook", "~> 1.2.0"
gem "omniauth-twitter", "~> 0.0.12"
gem "cancan"
# Server
gem 'thin'
gem 'capistrano'
# Frontend stuff
gem 'jquery-rails'
gem "slim"
gem "slim-rails"
gem 'initjs'
gem 'rack-google-analytics'
# Tools
gem 'simple_form'
gem 'carrierwave'
gem "rmagick"
gem 'paypal-express'
gem 'dalli'
# Administration
gem 'rails_admin'
group :assets do
gem 'sass-rails', '~> 3.2.5'
gem 'coffee-rails', '~> 3.2.2'
gem "compass-rails", "~> 1.0.3"
gem 'bootstrap-sass'
gem 'uglifier', '>= 1.0.3'
end
group :production do
gem "execjs"
gem 'therubyracer', :platform => :ruby
end
group :development, :test do
gem "rspec-rails", ">= 2.11.0"
gem "shoulda-matchers"
gem "machinist", ">= 2.0"
gem "ffaker"
gem 'database_cleaner'
gem "capybara"
gem "launchy"
gem "jasmine"
gem "pry"
gem 'awesome_print'
end
# Images
http://iconsweets2.com/
http://www.flickr.com/ (creative commons)
http://wufoo.com
# Others
https://github.com/josemarluedke/rails-template/
https://gist.github.com/3876886
https://gist.github.com/3889323
2012