From 7b9bd4940ff9dab4d2d0a27dba14d2dd1f2c679c Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Wed, 23 Feb 2011 14:09:15 +0000 Subject: Adding gem dependencies, setting schema format to sql - there are lots of raw sql executes in the migrations, schema.rb doesn't represent that very well. --- config/environment.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environment.rb b/config/environment.rb index 8347cc646..3000755c0 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -60,8 +60,8 @@ Rails::Initializer.run do |config| # # Specify gems that this application depends on and have them installed with rake gems:install config.gem "rack", :version => '1.1.0' - config.gem 'rspec', :lib => false, :version => '1.3.1' config.gem 'rspec-rails', :lib => false, :version => '1.3.3' + config.gem "recaptcha", :lib => "recaptcha/rails" # Your secret key for verifying cookie session data integrity. # If you change this key, all old sessions will become invalid! @@ -76,7 +76,7 @@ Rails::Initializer.run do |config| # Use SQL instead of Active Record's schema dumper when creating the test database. # This is necessary if your schema can't be completely dumped by the schema dumper, # like if you have constraints or database-specific column types - # config.active_record.schema_format = :sql + config.active_record.schema_format = :sql # Activate observers that should always be running # config.active_record.observers = :cacher, :garbage_collector -- cgit v1.2.3