Skip to content

Commit

Permalink
Merge pull request #141 from fsek/revert-139-revert-88-cafebokning
Browse files Browse the repository at this point in the history
Merge Cafebokning into master, third times a charm!
  • Loading branch information
davidwessman committed Mar 30, 2015
2 parents 3c42d7b + 6166fd5 commit ce9a5f3
Show file tree
Hide file tree
Showing 156 changed files with 10,120 additions and 5,007 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ config/database.yml
config/initializers/secret_token.rb
config/secrets.yml
/storage/

## Environment normalisation:
/.bundle
/vendor/bundle
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem 'coffee-rails'
# Set to 1.8 due to https://github.com/jashkenas/coffeescript/issues/3829
gem 'coffee-script-source', '1.8.0'
gem 'devise'
gem 'bootstrap3-datetimepicker-rails', '~> 4.7.14'
gem 'fancybox2-rails'
gem 'font-awesome-rails'
gem 'fullcalendar-rails'
Expand All @@ -23,7 +24,7 @@ gem 'jbuilder'
gem 'jquery-rails'
gem 'jquery-turbolinks'
gem 'jquery-ui-rails'
gem 'momentjs-rails'
gem 'momentjs-rails', "~> 2.9.0"
gem 'mysql2'
gem 'paperclip'
gem 'prawn-rails'
Expand Down Expand Up @@ -55,4 +56,3 @@ group :test do
gem 'database_cleaner'
gem 'shoulda-matchers', require: false
end

5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ GEM
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bootstrap3-datetimepicker-rails (4.7.14)
momentjs-rails (>= 2.8.1)
builder (3.2.2)
byebug (4.0.3)
columnize (= 0.9.0)
Expand Down Expand Up @@ -314,6 +316,7 @@ PLATFORMS

DEPENDENCIES
better_errors
bootstrap3-datetimepicker-rails (~> 4.7.14)
cancancan
capistrano (~> 3.1.0)
capistrano-bundler (~> 1.1.2)
Expand All @@ -336,7 +339,7 @@ DEPENDENCIES
jquery-turbolinks
jquery-ui-rails
mailcatcher
momentjs-rails
momentjs-rails (~> 2.9.0)
mysql2
paperclip
poltergeist
Expand Down
Binary file removed app/assets/images/border1.png
Binary file not shown.
Binary file removed app/assets/images/border2.png
Binary file not shown.
Binary file removed app/assets/images/classic-loader.gif
Binary file not shown.
Binary file removed app/assets/images/classic-map.png
Binary file not shown.
Binary file removed app/assets/images/fullscreen_off.png
Binary file not shown.
124 changes: 0 additions & 124 deletions app/assets/images/fullscreen_off.svg

This file was deleted.

Binary file removed app/assets/images/fullscreen_on.png
Binary file not shown.
124 changes: 0 additions & 124 deletions app/assets/images/fullscreen_on.svg

This file was deleted.

Binary file added app/assets/images/hilbert.eps
Binary file not shown.
Binary file added app/assets/images/hilbert.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/pausebutton.png
Binary file not shown.
Loading

0 comments on commit ce9a5f3

Please sign in to comment.