Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 31st, 2012  |  syntax: None  |  size: 0.74 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. source 'http://rubygems.org'
  2.  
  3. gem 'rails', '3.1.1'
  4.  
  5. # Bundle edge Rails instead:
  6. # gem 'rails',     :git => 'git://github.com/rails/rails.git'
  7.  
  8. gem 'sqlite3'
  9. gem 'mysql2'
  10.  
  11. gem 'haml'
  12.  
  13. gem 'therubyracer'
  14.  
  15. gem 'chronic'
  16.  
  17. # Gems used only for assets and not required
  18. # in production environments by default.
  19. group :assets do
  20.   gem 'sass-rails',   '~> 3.1.4'
  21.   gem 'coffee-rails', '~> 3.1.1'
  22.   gem 'uglifier', '1.0.3'
  23. end
  24.  
  25. gem 'jquery-rails'
  26.  
  27. # To use ActiveModel has_secure_password
  28. # gem 'bcrypt-ruby', '~> 3.0.0'
  29.  
  30. # Use unicorn as the web server
  31. # gem 'unicorn'
  32.  
  33. # Deploy with Capistrano
  34. # gem 'capistrano'
  35.  
  36. # To use debugger
  37. # gem 'ruby-debug19', :require => 'ruby-debug'
  38.  
  39. group :test do
  40.   # Pretty printed test output
  41.   gem 'turn', :require => false
  42. end