test/rails_app/config/application.rb in janus-0.9.1 vs test/rails_app/config/application.rb in janus-0.10.0

- old
+ new

@@ -37,7 +37,10 @@ # Configure the default encoding used in templates for Ruby 1.9. config.encoding = "utf-8" # Configure sensitive parameters which will be filtered from the log file. config.filter_parameters += [:current_password, :password, :password_confirmation] + + # GlobalId chokes on app names with underscores + config.global_id.app = "rails-app" if config.respond_to?(:global_id) end end