Skip to content

Instantly share code, notes, and snippets.

@fxposter
Created May 3, 2011 20:41
Show Gist options
  • Save fxposter/954185 to your computer and use it in GitHub Desktop.
Save fxposter/954185 to your computer and use it in GitHub Desktop.
Gems
source 'http://rubygems.org'
gem 'rails', '3.0.5'
gem 'rails3-generators'
gem 'pg'
gem 'silent-postgres'
gem 'devise'
gem 'cancan'
gem 'inherited_resources', '~> 1.1.2'
gem 'meta_where'
gem 'simple_form', :git => 'git://github.com/plataformatec/simple_form.git'
gem "nested_form", :git => "git://github.com/jdmorani/nested_form.git"
gem 'haml-rails'
gem 'compass'
gem 'paperclip'
gem 'cells', '3.5.6'
gem 'ckeditor', '3.5.0'
gem 'simple_model_translations', '>= 0.2.8'
gem 'workflow'
gem 'configatron'
gem 'unicorn'
gem 'mime-types', :require => 'mime/types'
gem 'ffaker'
gem 'will_paginate', '~> 3.0.pre2'
# gem 'memcached'
gem 'thinking-sphinx', '>= 2.0.1', :require => 'thinking_sphinx'
gem 'ts-datetime-delta', '>= 1.0.0', :require => 'thinking_sphinx/deltas/datetime_delta'
gem 'stringex'
gem 'acts_as_list'
gem 'javascript_features', :git => 'git://github.com/fxposter/javascript_features.git'
gem 'harmony'
gem 'table_for_collection', :git => 'git://github.com/fxposter/table_for.git'
gem 'jammit'
gem 'russian'
gem 'typography', :git => 'git://github.com/fxposter/typography.git'
gem 'json'
gem 'delayed_job'
gem 'nokogiri'
gem 'sitemap_generator'
#gem 'later_dude', '>= 0.3.1'
gem 'calendar_helper', :git => 'git://github.com/fxposter/calendar_helper.git'
gem 'newrelic_rpm'
gem 'hoptoad_notifier', '~> 2.4.2'
gem 'whenever', '0.6.2'
group :development do
gem 'mongrel', :require => false
gem 'rails-erd'
#gem 'mysql2'
gem 'ruby-debug'
#gem 'ruby-progressbar'
#gem 'tidy_ffi'
end
group :development, :test do
gem 'autotest-standalone'
gem 'autotest-rails-pure'
# gem 'autotest-fsevent', :require => false
# gem 'autotest-growl', :require => false
gem 'rspec-rails', '~> 2.5.0'
gem 'shoulda'
gem 'factory_girl_rails', :require => false
gem 'capybara'
gem 'database_cleaner'
gem 'spork', '~> 0.9.0.rc'
gem 'launchy' # So you can do Then show me the page
gem 'timecop'
gem 'steak'
end
group :deployment do
gem 'capistrano'
gem 'capistrano-ext'
gem 'capistrano_colors'
# Contains bugs not fixed by author
# gem 'dark-capistrano-recipes'
# gem 'dark-capistrano-recipes', :git => 'git://github.com/daemon/capistrano-recipes.git'
end
group :console do
gem 'wirble'
gem 'hirb'
gem 'awesome_print', :require => 'ap'
gem 'looksee', :require => 'looksee'
end
group :import do
gem 'highline'
gem 'ruby-progressbar'
gem 'mysql2'
gem 'tidy_ffi'
end
source 'http://rubygems.org'
gem 'rails', '~> 3.0.7'
gem 'dynamic_form'
gem 'pg'
gem 'silent-postgres'
gem 'rails3-generators'
gem 'jquery-rails'
gem 'authlogic', :git => 'git://github.com/vpereira/authlogic.git' # , '~> 2.1.6'
gem 'spatial_adapter', '~> 1.1.2'
gem 'will_paginate', '~> 3.0.pre2'
gem 'yajl-ruby', :require => 'yajl'
gem 'json'
gem 'RedCloth' # for static pages (TextHelper#textilize)
gem 'truncate_html', '~> 0.5.1'
gem 'whenever', '0.6.2', :require => false
gem 'haml', '~> 3.0.24'
gem 'compass'
gem 'compass-susy-plugin', :require => 'susy'
gem 'paperclip', :git => 'git://github.com/fxposter/paperclip.git'
gem 'fastercsv', :platforms => :ruby_18
gem 'headless'
gem 'yaml_db', '~> 0.2.0'
gem 'jammit'
gem 'win32-open3', :platforms => :mingw
gem 'paypal_adaptive'
gem 'prawn'
gem 'wicked_pdf', :git => 'git://github.com/fxposter/wicked_pdf.git'
gem 'hoptoad_notifier'
gem 'flag_shih_tzu', '0.1.0.pre'
gem 'javascript_features', :git => 'git://github.com/fxposter/javascript_features.git', :branch => 'without_tests'
gem 'contacts', :git => 'git://github.com/fxposter/contacts.git'
gem 'hpricot'
gem 'nokogiri'
gem 'acts_as_list'
gem 'acts_as_tree'
gem 'state_machine'
gem 'omniauth'
gem 'thinking-sphinx', '~> 2.0.3'
gem 'meta_where'
gem 'clnclarinet-enumerated_attribute', :git => 'git://github.com/clnclarinet/enumerated_attribute.git', :require => 'enumerated_attribute'
gem 'sitemap_generator'
gem 'easy-prof', :require => 'easy_prof'
group :development do
gem 'tobias-railroad', :require => false
end
group :deployment do
gem 'capistrano'
gem 'capistrano-ext'
gem 'capistrano_colors'
end
group :production do
gem 'aws-s3', :require => 'aws/s3'
end
group :production, :staging do
gem 'newrelic_rpm'
end
group :development, :test do
gem 'rspec-rails'
gem 'steak'
gem 'capybara'
gem 'win32console', :platforms => :mingw
gem 'autotest-standalone'
gem 'autotest-rails-pure'
# Only for Mac OS X
#gem 'autotest-fsevent'
#gem 'autotest-growl'
gem 'database_cleaner'
gem 'launchy'
gem 'spork', '~> 0.9.0.rc'
gem 'shoulda'
gem 'factory_girl'
gem 'faker'
gem 'rcov'
gem 'ruby-prof'
gem 'timecop'
gem 'mongrel', '~> 1.1.5', :platforms => :ruby_18, :require => false
# Only after switch to Ruby 1.9.2
#gem 'mongrel', '1.2.0.pre2', :platforms => :ruby_19, :require => false
gem 'rdoc'
end
group :console do
gem 'wirble'
gem 'hirb'
gem 'awesome_print', :require => 'ap'
gem 'looksee', :require => 'looksee/shortcuts'
end
group :helper do
gem 'sequel'
gem 'sqlite3-ruby', :require => 'sqlite3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment