-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
62 lines (46 loc) · 1.38 KB
/
Gemfile
File metadata and controls
62 lines (46 loc) · 1.38 KB
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
62
source 'http://rubygems.org'
#gem 'rails', '3.0.0.beta4'
gem 'jrails'
# Bundle edge Rails instead:
gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'i18n'
#gem 'sqlite3-ruby', :require => 'sqlite3'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri', '1.4.1'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
# Bundle gems for certain environments:
gem 'rspec', :group => :test
gem 'pdf-reader'
group :development do
gem 'hirb'
end
# group :test do
# gem 'webrat'
# end
#gem 'jquery-ujs', :git => 'git://github.com/rails/jquery-ujs.git'
# gem 'authlogic', :git => "git://github.com/odorcicd/authlogic.git", :branch => "rails3"
gem 'authlogic'
# State Machine
gem 'workflow'
#WMD Editor
#gem 'wmd_on_rails', :git => 'git://github.com/crnixon/wmd_on_rails.git'
# Markdown
gem 'rdiscount'
###### MONGREL ######
#gem 'mongrel', ">=1.1.6"
#gem 'cgi_multipart_eof_fix'
#gem 'fastthread'
####################
gem 'ruby-oci8', '>=2.0.4'
# gem 'activerecord-oracle_enhanced-adapter', '>=1.3.0.beta2', :git => 'git://github.com/rsim/oracle-enhanced.git', :branch => 'rails3',
# :require => 'active_record/connection_adapters/oracle_enhanced_adapter'
gem 'activerecord-oracle_enhanced-adapter'
# optionally also use ruby-plsql
gem "ruby-plsql", ">=0.4.3"
gem 'pdfkit'