Created
October 31, 2010 12:11
-
-
Save andrellima/656512 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'http://rubygems.org' | |
## Bundle rails: | |
gem 'rails', '3.0.1' | |
gem "activemerchant", '1.7.2'#, :lib => 'active_merchant' | |
gem 'acts_as_tree', :git => 'git://github.com/parasew/acts_as_tree.git' | |
gem 'authlogic', "2.1.5" | |
gem 'cancan'#, '1.3.2' | |
gem 'compass', ">= 0.10.5" | |
gem 'fancy-buttons' | |
gem "friendly_id", "~> 3.0" | |
gem 'formtastic', "~> 1.1.0"# :git => 'git://github.com/justinfrench/formtastic.git', :branch => "rails3" | |
gem 'haml', ">= 3.0.13"#, ">= 3.0.4"#, "2.2.21"#, | |
gem "jquery-rails" | |
## require 'riak-sessions' | |
#gem 'curb' # Faster HTTP | |
#gem 'yajl-ruby' # Faster JSON | |
#gem 'riak-client', :require => 'riak' | |
#gem 'ripple' | |
#gem 'riak-sessions' | |
gem 'dalli' | |
gem 'nokogiri' | |
gem 'memcache-client' | |
gem 'mysql2' | |
#gem 'mysql', '2.8.1' | |
#gem 'ruby-mysql' | |
gem "nifty-generators" | |
gem 'paperclip' | |
gem 'prawn' | |
gem 'rails3-generators' | |
gem 'rmagick', :require => 'RMagick' | |
#gem 'sunspot' | |
gem 'sunspot_rails', '1.2.rc4' | |
gem 'ssl_requirement' | |
gem 'state_machine' | |
gem 'will_paginate', '~> 3.0.pre2' | |
#gem 'validation_reflection', :branch => "rails-3" | |
group :development do | |
#gem 'awesome_print' | |
gem "autotest-rails-pure" | |
gem "rails-erd" | |
gem 'ruby-debug19' , :require => 'ruby-debug' | |
#gem "ruby-debug" | |
end | |
group :test do | |
gem 'factory_girl_rails' | |
gem 'rails3-generators' | |
gem "shoulda" | |
gem "rspec-rails", ">= 2.0.0" | |
gem "rspec", ">= 2.0.0" | |
gem "rspec-core", ">= 2.0.0" | |
gem "rspec-expectations", ">= 2.0.0" | |
gem "rspec-mocks", ">= 2.0.0" | |
gem "faker" | |
#gem "ZenTest" | |
gem "autotest" | |
gem "autotest-rails-pure" | |
gem "autotest-growl" | |
#gem "redgreen" | |
#gem "test-unit", "1.2.3" | |
### THESE ARE ALL FOR CUCUMBER | |
# gem "webrat" ## USE webrat or capybara NOT BOTH | |
# gem "capybara" | |
# gem "capybara-envjs" | |
# gem "database_cleaner" | |
# gem "cucumber" | |
# gem "cucumber-rails" | |
# gem 'spork' | |
# gem "launchy" | |
gem "ruby-debug19" | |
#gem "ruby-debug" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment