]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Covering the case of an entry not being found. More diary entry tests.
[rails.git] / config / environment.rb
index 2c9e4803c94af6de128ee1d62daf0cd1411cd09a..d2ab58ce422b1405ef63a0f44683710f1a68ef80 100644 (file)
@@ -45,7 +45,7 @@ Rails::Initializer.run do |config|
   # config.gem "bj"
   # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
   # config.gem "aws-s3", :lib => "aws/s3"
-  config.gem 'composite_primary_keys', :version => '1.0.10'
+  config.gem 'composite_primary_keys', :version => '1.1.0'
   config.gem 'libxml-ruby', :version => '>= 0.8.3', :lib => 'libxml'
   config.gem 'rmagick', :lib => 'RMagick'
   config.gem 'mysql'
@@ -60,7 +60,7 @@ Rails::Initializer.run do |config|
 
   # Force all environments to use the same logger level
   # (by default production uses :info, the others :debug)
-  config.log_level = :debug
+  config.log_level = :debug
 
   # Your secret key for verifying cookie session data integrity.
   # If you change this key, all old sessions will become invalid!