-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile
61 lines (46 loc) · 1.07 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
source 'http://rubygems.org'
gem 'rails', '3.0.1'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'mysql2'
gem 'pg'
gem 'haml', '~> 3.0.18'
gem 'RedCloth'
gem "friendly_id", "~> 3.0"
gem 'will_paginate', '~> 3.0.pre2'
gem 'rails3-generators'
gem 'declarative_authorization'
gem 'paperclip'
gem 'rest-client'
gem 'hpricot'
gem 'twitter'
gem 'whenever'
gem 'paperclip'
gem 'jquery-rails'
gem 'acts-as-taggable-on'
gem 'sanitize'
gem 'authlogic', :git => "git://github.com/railsware/authlogic.git"
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
gem 'capistrano'
# To use debugger
gem 'ruby-debug19'
# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri', '1.4.1'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
group :test do
gem 'rspec', '2.0.0'
gem 'email_spec'
gem 'rspec-rails', '2.0.0'
gem 'database_cleaner'
gem 'factory_girl'
gem 'shoulda'
gem 'capybara'
gem 'cucumber'
gem 'cucumber-rails'
gem 'launchy'
end
#http://wiki.github.com/mark-moseley/ruby-debug