You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by ws...@apache.org on 2009/01/28 07:31:54 UTC

svn commit: r738388 - /incubator/olio/webapp/rails/trunk/config/environment.rb

Author: wsobel
Date: Wed Jan 28 07:31:53 2009
New Revision: 738388

URL: http://svn.apache.org/viewvc?rev=738388&view=rev
Log:
Unified the static resources location in the environment.rb file

Modified:
    incubator/olio/webapp/rails/trunk/config/environment.rb

Modified: incubator/olio/webapp/rails/trunk/config/environment.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/config/environment.rb?rev=738388&r1=738387&r2=738388&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/config/environment.rb (original)
+++ incubator/olio/webapp/rails/trunk/config/environment.rb Wed Jan 28 07:31:53 2009
@@ -11,7 +11,7 @@
 require File.join(File.dirname(__FILE__), 'boot')
 require 'hodel_3000_compliant_logger'
 
-IMAGE_STORE_PATH = 'public/images/uploaded'
+IMAGE_STORE_PATH = 'public/uploaded_files'
 DOCUMENT_STORE_PATH = 'public/uploaded_files'
 
 Rails::Initializer.run do |config|
@@ -72,3 +72,6 @@
 require 'will_paginate'
 require RAILS_ROOT + '/test/selenium_helper' if defined? SeleniumOnRails::FixtureLoader
 
+require 'geolocation'
+Geolocation.url = 'http://localhost:8080/Web20Emulator/geocode?appid=gsd5f'
+