Skip to content

Instantly share code, notes, and snippets.

@francois
Created October 12, 2010 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save francois/621491 to your computer and use it in GitHub Desktop.
Save francois/621491 to your computer and use it in GitHub Desktop.
require File.join(File.dirname(__FILE__), 'boot')
Rails::Initializer.run do |config|
config.load_paths += Dir["#{RAILS_ROOT}/app/models/**/**"]
config.active_record.observers = :event_observer
config.time_zone = 'UTC'
end
source :gemcutter
source "http://gems.github.com/"
gem "rails", :git => "git://github.com/bloom/rails.git", :ref => "adgear-next"
gem "will_paginate"
gem "aasm"
gem "treetop"
gem "escape"
gem "mime-types"
gem "spreadsheet"
gem "lockfile"
gem "uuid"
gem "hpricot"
gem "hoptoad_notifier"
gem "rest-client", :require => "rest_client"
gem "active_url", :git => "git://github.com/francois/active_url", :ref => "e4831dad515dcc21608eecdc3eceeeac0b24446c"
gem "redis"
gem "tokyocabinet"
gem "msgpack"
gem "broach"
# Required by Redis to prevent connection hangs when the remote host is unavailable
platforms :ruby_18 do
gem "SystemTimer"
end
# When accessing adgear-reporting through the local lib method, we need this
gem "mongo"
gem "bson_ext"
# adgear-reporting requires <= 1.2.9
gem "json", "~> 1.2.0", "<= 1.2.9"
gem "mini_magick"
gem "pg", "~> 0.9.0"
platforms :ruby_18 do
# Ruby's 1.9 stdlib replaced CSV with the implementation of 1.8's FasterCSV, but
# the upgrade path is problematic: we have to change how we're loading the library.
gem "fastercsv"
end
group :development do
platforms :ruby_18 do
gem "ruby-debug"
# Generates continuous testing metrics
gem "metric_fu"
end
# Only one of these is required, but for dependency resolution
# to work correctly, both have to be specified
gem "thin"
gem "unicorn"
# Only required to build adgear.js
gem "sprockets"
gem "capistrano"
end
group :production, :stw_production, :stw_staging, :staging, :atex_production, :wd_production, :cossette_production do
gem "thin"
end
group :test do
gem "shoulda", "~> 2.10.3"
gem "ruby-debug"
gem "mocha"
gem "timecop"
gem "factory_girl"
gem "parallel"
platforms :ruby_18 do
gem "leftright", :require => false
gem "ruby-debug"
end
end
group :cucumber do
gem "timecop"
gem "cucumber-rails", :require => false
gem "safariwatir", :require => false, :git => "git://github.com/francois/safariwatir.git"
gem "rb-appscript", :require => false
gem "commonwatir", :require => false
gem "rspec", :require => false
# Only one of these is required, but for dependency resolution
# to work correctly, both have to be specified
gem "thin"
gem "unicorn"
end
# vim: filetype=ruby
GIT
remote: git://github.com/bloom/rails.git
revision: 5d13b079dfefa1425876f773be50c98e9b35a646
ref: adgear-next
specs:
actionmailer (2.3.9.adgear)
actionpack (= 2.3.9.adgear)
actionpack (2.3.9.adgear)
activesupport (= 2.3.9.adgear)
rack (~> 1.0.0)
activerecord (2.3.9.adgear)
activesupport (= 2.3.9.adgear)
activeresource (2.3.9.adgear)
activesupport (= 2.3.9.adgear)
activesupport (2.3.9.adgear)
rails (2.3.9.adgear)
actionmailer (= 2.3.9.adgear)
actionpack (= 2.3.9.adgear)
activerecord (= 2.3.9.adgear)
activeresource (= 2.3.9.adgear)
activesupport (= 2.3.9.adgear)
rake (>= 0.8.3)
GIT
remote: git://github.com/francois/active_url
revision: e4831dad515dcc21608eecdc3eceeeac0b24446c
ref: e4831dad515dcc21608eecdc3eceeeac0b24446c
specs:
active_url (0.1.4)
activerecord
GIT
remote: git://github.com/francois/safariwatir.git
revision: 266db51a58702cb98b707c3a876894b72f9927a6
specs:
safariwatir (0.3.7)
rb-appscript (>= 0.5.3)
GEM
remote: http://rubygems.org/
remote: http://gems.github.com/
specs:
Saikuro (1.1.0)
SystemTimer (1.2)
aasm (2.2.0)
arrayfields (4.7.4)
broach (0.2.0)
nap (>= 0.3)
bson (1.1)
bson_ext (1.1)
builder (2.1.2)
capistrano (2.5.19)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.0.0)
chronic (0.2.3)
hoe (>= 1.2.1)
churn (0.0.12)
chronic (~> 0.2.3)
hirb
json_pure
main
ruby_parser (~> 2.0.4)
sexp_processor (~> 3.0.3)
colored (1.2)
columnize (0.3.1)
commonwatir (1.6.6)
user-choices
cucumber (0.8.5)
builder (~> 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.1.4)
json_pure (~> 1.4.3)
term-ansicolor (~> 1.0.4)
cucumber-rails (0.3.2)
cucumber (>= 0.8.0)
daemons (1.1.0)
diff-lcs (1.1.2)
escape (0.0.4)
eventmachine (0.12.10)
eventmachine (0.12.10-java)
factory_girl (1.3.2)
fastercsv (1.5.3)
fattr (2.1.0)
flay (1.4.1)
ruby_parser (~> 2.0)
sexp_processor (~> 3.0)
flog (2.5.0)
ruby_parser (~> 2.0)
sexp_processor (~> 3.0)
gherkin (2.1.5)
trollop (~> 1.16.2)
gherkin (2.1.5-java)
trollop (~> 1.16.2)
highline (1.6.1)
hirb (0.3.4)
hoe (2.6.2)
rake (>= 0.8.7)
rubyforge (>= 2.0.4)
hoptoad_notifier (2.3.8)
activesupport
hpricot (0.8.2)
hpricot (0.8.2-java)
json (1.2.4)
json_pure (1.4.6)
leftright (0.9.0)
linecache (0.43)
lockfile (1.4.3)
macaddr (1.0.0)
main (4.2.0)
arrayfields (>= 4.7.4)
fattr (>= 2.1.0)
metric_fu (1.5.1)
Saikuro (>= 1.1.0)
activesupport (>= 2.0.0)
chronic (>= 0.2.3)
churn (>= 0.0.7)
flay (>= 1.2.1)
flog (>= 2.2.0)
rails_best_practices (>= 0.3.16)
rcov (>= 0.8.3.3)
reek (>= 1.2.6)
roodi (>= 2.1.0)
mime-types (1.16)
mini_magick (2.1)
subexec (~> 0.0.4)
mocha (0.9.8)
rake
mongo (1.1)
bson (>= 1.0.5)
msgpack (0.4.3)
nap (0.4)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.0.23)
net-ssh-gateway (1.0.1)
net-ssh (>= 1.99.1)
parallel (0.4.6)
pg (0.9.0)
polyglot (0.3.1)
progressbar (0.9.0)
rack (1.0.1)
rails_best_practices (0.4.5)
colored (~> 1.2)
progressbar (~> 0.9.0)
ruby2ruby (~> 1.2.4)
ruby_parser (~> 2.0.4)
rake (0.8.7)
rb-appscript (0.5.3)
rcov (0.9.9)
redis (2.0.10)
reek (1.2.8)
ruby2ruby (~> 1.2)
ruby_parser (~> 2.0)
sexp_processor (~> 3.0)
rest-client (1.6.1)
mime-types (>= 1.16)
roodi (2.1.0)
ruby_parser
rspec (2.0.0)
rspec-core (= 2.0.0)
rspec-expectations (= 2.0.0)
rspec-mocks (= 2.0.0)
rspec-core (2.0.0)
rspec-expectations (2.0.0)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0)
rspec-core (= 2.0.0)
rspec-expectations (= 2.0.0)
ruby-debug (0.10.3)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.3.0)
ruby-debug-base (0.10.3)
linecache (>= 0.3)
ruby-ole (1.2.10.1)
ruby2ruby (1.2.5)
ruby_parser (~> 2.0)
sexp_processor (~> 3.0)
ruby_parser (2.0.5)
sexp_processor (~> 3.0)
rubyforge (2.0.4)
json_pure (>= 1.1.7)
s4t-utils (1.0.4)
hoe (>= 1.3.0)
sexp_processor (3.0.5)
shoulda (2.10.3)
spreadsheet (0.6.4.1)
ruby-ole
sprockets (1.0.2)
subexec (0.0.4)
term-ansicolor (1.0.5)
thin (1.2.7)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
timecop (0.3.5)
tokyocabinet (1.29)
treetop (1.4.8)
polyglot (>= 0.3.1)
trollop (1.16.2)
unicorn (1.1.4)
rack
user-choices (1.1.6.1)
builder (>= 2.1.2)
s4t-utils (>= 1.0.3)
xml-simple (>= 1.0.11)
uuid (2.3.1)
macaddr (~> 1.0)
will_paginate (2.3.15)
xml-simple (1.0.12)
PLATFORMS
java
ruby
DEPENDENCIES
SystemTimer
aasm
active_url!
broach
bson_ext
capistrano
commonwatir
cucumber-rails
escape
factory_girl
fastercsv
hoptoad_notifier
hpricot
json (~> 1.2.0, <= 1.2.9)
leftright
lockfile
metric_fu
mime-types
mini_magick
mocha
mongo
msgpack
parallel
pg (~> 0.9.0)
rails!
rb-appscript
redis
rest-client
rspec
ruby-debug
safariwatir!
shoulda (~> 2.10.3)
spreadsheet
sprockets
thin
timecop
tokyocabinet
treetop
unicorn
uuid
will_paginate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment