Launch Site Prophet Game
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 "Prophet Game"
Description
Prophet Game is a social betting game where people predict real world events and use virtual currency to bet.
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 'rails', '3.2.8'
gem 'sqlite3'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
group :production do
gem 'mysql2'
gem 'thin'
gem 't...
gem 'rails', '3.2.8'
gem 'sqlite3'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
group :production do
gem 'mysql2'
gem 'thin'
gem 'therubyracer'
end
gem "devise"
gem 'omniauth'
gem 'oauth2'
gem 'omniauth-facebook', :require => "omniauth-facebook"
gem "haml", ">= 3.0.0"
gem "haml-rails"
gem "jquery-rails"
gem "rspec-rails", ">= 2.0.1", :group => [:development, :test]
gem "bootstrap-sass"
gem 'simple_form'
2012