aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2011-02-23 14:09:15 +0000
committerLouise Crow <louise.crow@gmail.com>2011-02-23 14:09:15 +0000
commit7b9bd4940ff9dab4d2d0a27dba14d2dd1f2c679c (patch)
treed003164dc1a28faa9e29909b88dda20e4a240bad
parent66314753bf952538910b712dab2330d2bba5518f (diff)
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.
-rw-r--r--config/environment.rb4
1 files 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