Skip to content

Commit

Permalink
Added Breakfast, Session 0, and Lunch sessions. Also updated and fixe…
Browse files Browse the repository at this point in the history
…d Map link
  • Loading branch information
caseyhelbling committed Apr 10, 2015
1 parent cbee0ee commit b036a74
Show file tree
Hide file tree
Showing 114 changed files with 179 additions and 427 deletions.
6 changes: 4 additions & 2 deletions src/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ gem 'coffee-rails', '~> 4.0.0'
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
gem 'jquery-rails', "2.1.4" # we need this version to work with the outdated scrollTo js package

# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand All @@ -30,7 +31,8 @@ gem 'spring', group: :development
gem 'haml'
gem 'formtastic'

gem "fancybox-rails", "~> 0.2.1"
#gem "fancybox-rails", "~> 0.2.1"
gem 'fancybox2-rails'

gem 'annealer'

Expand Down
10 changes: 5 additions & 5 deletions src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ GEM
factory_girl_rails (4.5.0)
factory_girl (~> 4.5.0)
railties (>= 3.0.0)
fancybox-rails (0.2.1)
railties (>= 3.1.0)
fancybox2-rails (0.2.8)
railties (>= 3.1.0, < 5.0)
ffaker (2.0.0)
ffi (1.9.8)
ffi-compiler (0.1.3)
Expand All @@ -87,7 +87,7 @@ GEM
jbuilder (2.2.11)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
jquery-rails (3.1.2)
jquery-rails (2.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.2)
Expand Down Expand Up @@ -231,13 +231,13 @@ DEPENDENCIES
coveralls
database_cleaner
factory_girl_rails (~> 4.0)
fancybox-rails (~> 0.2.1)
fancybox2-rails
ffaker
formtastic
haml
icalendar (~> 1.5.4)
jbuilder (~> 2.0)
jquery-rails
jquery-rails (= 2.1.4)
nokogiri
pg
poltergeist
Expand Down
Binary file modified src/app/assets/images/maps/master-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*= require_self
*= require typeahead.min
*= require fancybox
*= require fancybox/jquery.fancybox-1.3.4.css
*= require formtastic
*= require formtastic_changes
*= require grid
Expand Down
Binary file removed src/app/assets/stylesheets/fancybox/blank.gif
Binary file not shown.
Binary file removed src/app/assets/stylesheets/fancybox/fancy_close.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/app/assets/stylesheets/fancybox/fancy_shadow_e.png
Binary file not shown.
Binary file removed src/app/assets/stylesheets/fancybox/fancy_shadow_n.png
Binary file not shown.
Binary file removed src/app/assets/stylesheets/fancybox/fancy_shadow_ne.png
Binary file not shown.
Binary file removed src/app/assets/stylesheets/fancybox/fancy_shadow_nw.png
Binary file not shown.
Binary file removed src/app/assets/stylesheets/fancybox/fancy_shadow_s.png
Binary file not shown.
Binary file removed src/app/assets/stylesheets/fancybox/fancy_shadow_se.png
Binary file not shown.
Binary file removed src/app/assets/stylesheets/fancybox/fancy_shadow_sw.png
Binary file not shown.
Binary file removed src/app/assets/stylesheets/fancybox/fancy_shadow_w.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/app/assets/stylesheets/fancybox/fancybox-x.png
Binary file not shown.
Binary file removed src/app/assets/stylesheets/fancybox/fancybox-y.png
Binary file not shown.
Binary file removed src/app/assets/stylesheets/fancybox/fancybox.png
Binary file not shown.
Loading

0 comments on commit b036a74

Please sign in to comment.