-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
149 changed files
with
3,180 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
# | ||
# If you find yourself ignoring temporary files generated by your text editor | ||
# or operating system, you probably want to add a global ignore instead: | ||
# git config --global core.excludesfile ~/.gitignore_global | ||
|
||
# Ignore bundler config | ||
/.bundle | ||
|
||
# Ignore the default SQLite database. | ||
/db/*.sqlite3 | ||
|
||
# Ignore all logfiles and tempfiles. | ||
/log/*.log | ||
/tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'rails', '3.2.1' | ||
|
||
# Bundle edge Rails instead: | ||
# gem 'rails', :git => 'git://github.com/rails/rails.git' | ||
|
||
gem 'mysql2' | ||
|
||
|
||
# Gems used only for assets and not required | ||
# in production environments by default. | ||
group :assets do | ||
gem 'sass-rails', '~> 3.2.3' | ||
gem 'coffee-rails', '~> 3.2.1' | ||
|
||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | ||
# gem 'therubyracer' | ||
|
||
gem 'uglifier', '>= 1.0.3' | ||
end | ||
|
||
gem 'bootstrap-sass', '~> 2.0.1' | ||
|
||
gem 'jquery-rails' | ||
|
||
gem 'rack-pjax' | ||
|
||
# To use ActiveModel has_secure_password | ||
# gem 'bcrypt-ruby', '~> 3.0.0' | ||
|
||
# To use Jbuilder templates for JSON | ||
# gem 'jbuilder' | ||
|
||
# Use unicorn as the web server | ||
# gem 'unicorn' | ||
|
||
# Deploy with Capistrano | ||
# gem 'capistrano' | ||
|
||
# To use debugger | ||
# gem 'ruby-debug19', :require => 'ruby-debug' | ||
# | ||
|
||
group :development, :test do | ||
gem 'spork', '~> 1.0rc' | ||
gem 'guard-spork', '~> 0.5.2' | ||
gem 'guard' | ||
gem 'guard-minitest' | ||
gem 'minitest' | ||
gem 'capybara' | ||
gem 'turn' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionmailer (3.2.1) | ||
actionpack (= 3.2.1) | ||
mail (~> 2.4.0) | ||
actionpack (3.2.1) | ||
activemodel (= 3.2.1) | ||
activesupport (= 3.2.1) | ||
builder (~> 3.0.0) | ||
erubis (~> 2.7.0) | ||
journey (~> 1.0.1) | ||
rack (~> 1.4.0) | ||
rack-cache (~> 1.1) | ||
rack-test (~> 0.6.1) | ||
sprockets (~> 2.1.2) | ||
activemodel (3.2.1) | ||
activesupport (= 3.2.1) | ||
builder (~> 3.0.0) | ||
activerecord (3.2.1) | ||
activemodel (= 3.2.1) | ||
activesupport (= 3.2.1) | ||
arel (~> 3.0.0) | ||
tzinfo (~> 0.3.29) | ||
activeresource (3.2.1) | ||
activemodel (= 3.2.1) | ||
activesupport (= 3.2.1) | ||
activesupport (3.2.1) | ||
i18n (~> 0.6) | ||
multi_json (~> 1.0) | ||
ansi (1.4.2) | ||
arel (3.0.2) | ||
bootstrap-sass (2.0.1) | ||
builder (3.0.0) | ||
capybara (1.1.2) | ||
mime-types (>= 1.16) | ||
nokogiri (>= 1.3.3) | ||
rack (>= 1.0.0) | ||
rack-test (>= 0.5.4) | ||
selenium-webdriver (~> 2.0) | ||
xpath (~> 0.1.4) | ||
childprocess (0.3.1) | ||
ffi (~> 1.0.6) | ||
coffee-rails (3.2.2) | ||
coffee-script (>= 2.2.0) | ||
railties (~> 3.2.0) | ||
coffee-script (2.2.0) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.2.0) | ||
erubis (2.7.0) | ||
execjs (1.3.0) | ||
multi_json (~> 1.0) | ||
ffi (1.0.11) | ||
guard (1.0.0) | ||
ffi (>= 0.5.0) | ||
thor (~> 0.14.6) | ||
guard-minitest (0.5.0) | ||
guard (>= 0.4) | ||
guard-spork (0.5.2) | ||
guard (>= 0.10.0) | ||
spork (>= 0.8.4) | ||
hike (1.2.1) | ||
hpricot (0.8.6) | ||
i18n (0.6.0) | ||
journey (1.0.3) | ||
jquery-rails (2.0.0) | ||
railties (>= 3.2.0.beta, < 5.0) | ||
thor (~> 0.14) | ||
json (1.6.5) | ||
json_pure (1.6.5) | ||
mail (2.4.1) | ||
i18n (>= 0.4.0) | ||
mime-types (~> 1.16) | ||
treetop (~> 1.4.8) | ||
mime-types (1.17.2) | ||
minitest (2.11.2) | ||
multi_json (1.1.0) | ||
mysql2 (0.3.11) | ||
nokogiri (1.5.0) | ||
polyglot (0.3.3) | ||
rack (1.4.1) | ||
rack-cache (1.1) | ||
rack (>= 0.4) | ||
rack-pjax (0.5.7) | ||
hpricot (~> 0.8.6) | ||
rack (~> 1.3) | ||
rack-ssl (1.3.2) | ||
rack | ||
rack-test (0.6.1) | ||
rack (>= 1.0) | ||
rails (3.2.1) | ||
actionmailer (= 3.2.1) | ||
actionpack (= 3.2.1) | ||
activerecord (= 3.2.1) | ||
activeresource (= 3.2.1) | ||
activesupport (= 3.2.1) | ||
bundler (~> 1.0) | ||
railties (= 3.2.1) | ||
railties (3.2.1) | ||
actionpack (= 3.2.1) | ||
activesupport (= 3.2.1) | ||
rack-ssl (~> 1.3.2) | ||
rake (>= 0.8.7) | ||
rdoc (~> 3.4) | ||
thor (~> 0.14.6) | ||
rake (0.9.2.2) | ||
rdoc (3.12) | ||
json (~> 1.4) | ||
rubyzip (0.9.6.1) | ||
sass (3.1.15) | ||
sass-rails (3.2.4) | ||
railties (~> 3.2.0) | ||
sass (>= 3.1.10) | ||
tilt (~> 1.3) | ||
selenium-webdriver (2.13.0) | ||
childprocess (>= 0.2.1) | ||
ffi (~> 1.0.9) | ||
json_pure | ||
rubyzip | ||
spork (1.0.0rc2) | ||
sprockets (2.1.2) | ||
hike (~> 1.2) | ||
rack (~> 1.0) | ||
tilt (~> 1.1, != 1.3.0) | ||
thor (0.14.6) | ||
tilt (1.3.3) | ||
treetop (1.4.10) | ||
polyglot | ||
polyglot (>= 0.3.1) | ||
turn (0.9.3) | ||
ansi | ||
tzinfo (0.3.31) | ||
uglifier (1.2.3) | ||
execjs (>= 0.3.0) | ||
multi_json (>= 1.0.2) | ||
xpath (0.1.4) | ||
nokogiri (~> 1.3) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
bootstrap-sass (~> 2.0.1) | ||
capybara | ||
coffee-rails (~> 3.2.1) | ||
guard | ||
guard-minitest | ||
guard-spork (~> 0.5.2) | ||
jquery-rails | ||
minitest | ||
mysql2 | ||
rack-pjax | ||
rails (= 3.2.1) | ||
sass-rails (~> 3.2.3) | ||
spork (~> 1.0rc) | ||
turn | ||
uglifier (>= 1.0.3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env rake | ||
# Add your own tasks in files placed in lib/tasks ending in .rake, | ||
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. | ||
|
||
require File.expand_path('../config/application', __FILE__) | ||
|
||
Triclini::Application.load_tasks |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This is a manifest file that'll be compiled into application.js, which will include all the files | ||
// listed below. | ||
// | ||
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, | ||
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. | ||
// | ||
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the | ||
// the compiled file. | ||
// | ||
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD | ||
// GO AFTER THE REQUIRES BELOW. | ||
// | ||
//= require jquery | ||
//= require jquery-ui | ||
//= require jquery_ujs | ||
//= require jquery.pjax | ||
//= require_tree . | ||
//= require bootstrap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Place all the behaviors and hooks related to the matching controller here. | ||
# All this logic will automatically be available in application.js. | ||
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Place all the behaviors and hooks related to the matching controller here. | ||
# All this logic will automatically be available in application.js. | ||
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/ | ||
|
||
MODAL_LAST_PAGE = 4 | ||
|
||
$ -> | ||
|
||
$('#make_reservation').modal( {backdrop:true, keyboard:false} ) | ||
|
||
$('#modal_date_pick').datepicker() | ||
|
||
## Handle the modal pages | ||
$('#modal_next').bind('click', -> | ||
page_num = parseInt $(@).attr('page_data') | ||
|
||
## Set up for future pages | ||
$(this).attr 'page_data', page_num+1 | ||
$('#modal_prev').attr 'page_data', page_num-1 | ||
|
||
## Hide old, display new | ||
$('.pages').hide() | ||
$('#step'+page_num).show() | ||
|
||
if page_num == 2 | ||
$('#modal_prev').removeClass "disabled" | ||
bindModalPrev() | ||
|
||
if page_num == MODAL_LAST_PAGE | ||
$(@).hide() | ||
$('#modal_save').show() | ||
) | ||
|
||
bindModalPrev = -> | ||
$('#modal_prev').bind 'click', -> | ||
page_num = parseInt($(this).attr('page_data')) | ||
|
||
## Set up for future pages | ||
$(@).attr 'page_data', page_num-1 | ||
$('#modal_next').attr 'page_data', page_num+1 | ||
|
||
## Hide old, display new | ||
$('.pages').hide() | ||
$('#step'+page_num).show() | ||
|
||
if page_num == 1 | ||
$(@).addClass "disabled" | ||
$(@).unbind 'click' | ||
|
||
if page_num == MODAL_LAST_PAGE-1 | ||
$('#modal_next').show() | ||
$('#modal_save').hide() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Place all the behaviors and hooks related to the matching controller here. | ||
# All this logic will automatically be available in application.js. | ||
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/ | ||
|
||
$ -> | ||
$('.reservations_show a').pjax('[data-pjax-container]') | ||
|
||
$('#reserv_show_date_pick').datepicker() | ||
|
||
return 0 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
jquery_ui/ |
Binary file added
BIN
+251 Bytes
app/assets/jquery_ui/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+103 Bytes
app/assets/jquery_ui/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+118 Bytes
app/assets/jquery_ui/images/ui-bg_highlight-hard_70_000000_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+104 Bytes
app/assets/jquery_ui/images/ui-bg_highlight-soft_100_deedf7_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+119 Bytes
app/assets/jquery_ui/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
* This is a manifest file that'll be compiled into application.css, which will include all the files | ||
* listed below. | ||
* | ||
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, | ||
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. | ||
* | ||
* You're free to add application-wide styles to this file and they'll appear at the top of the | ||
* compiled file, but it's generally better to create a new file per style scope. | ||
* | ||
*= require_self | ||
*= require vendor | ||
*= require_tree . | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@import "bootstrap"; | ||
|
||
body { | ||
margin-top: 40px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Place all the styles related to the reservations controller here. | ||
// They will automatically be included in application.css. | ||
// You can use Sass (SCSS) here: http://sass-lang.com/ |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
class ApplicationController < ActionController::Base | ||
protect_from_forgery | ||
|
||
private | ||
def load_club | ||
@club = Club.find_by_subdomain!(request.subdomain) | ||
end | ||
end |
Oops, something went wrong.