Added conference list page, administration tools, and re-designed conference administration
This commit is contained in:
@@ -8,4 +8,4 @@ Rails.application.config.assets.version = '1.0'
|
||||
|
||||
# Precompile additional assets.
|
||||
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
||||
Rails.application.config.assets.precompile += %w( user-mailer.css map.js pen.js time.js editor.js markdown.js html2canvas.js main.js registrations.js housing.js schedule.js home_schedule.js favicon.ico )
|
||||
Rails.application.config.assets.precompile += %w( topojson.js pen.js *.js user-mailer.css favicon.ico )
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
# config/initializers/geocoder.rb
|
||||
Geocoder.configure(
|
||||
# geocoding service (see below for supported options):
|
||||
:lookup => :google,
|
||||
|
||||
# IP address geocoding service (see below for supported options):
|
||||
:ip_lookup => :freegeoip,
|
||||
|
||||
# to use an API key:
|
||||
# :api_key => "AIzaSyDitM1lyVWkrumteDvSkje6GiIKYyHlAXM",
|
||||
|
||||
# geocoding service request timeout, in seconds (default 3):
|
||||
:timeout => 5,
|
||||
|
||||
# set default units to kilometers:
|
||||
:units => :km,
|
||||
|
||||
# caching (see below for details):
|
||||
#:cache => Redis.new,
|
||||
#:cache_prefix => "..."
|
||||
)
|
||||
# config/initializers/geocoder.rb
|
||||
Geocoder.configure(
|
||||
# geocoding service (see below for supported options):
|
||||
:lookup => :google,
|
||||
|
||||
# IP address geocoding service (see below for supported options):
|
||||
:ip_lookup => :freegeoip,
|
||||
|
||||
# to use an API key:
|
||||
# :api_key => "AIzaSyDitM1lyVWkrumteDvSkje6GiIKYyHlAXM",
|
||||
|
||||
# geocoding service request timeout, in seconds (default 3):
|
||||
:timeout => 5,
|
||||
|
||||
# set default units to kilometers:
|
||||
:units => :km,
|
||||
|
||||
# caching (see below for details):
|
||||
#:cache => Redis.new,
|
||||
#:cache_prefix => "..."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user