Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
i5okie committed Sep 9, 2013
1 parent bac78f5 commit 0d193a0
Show file tree
Hide file tree
Showing 83 changed files with 2,189 additions and 63 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ doc/
.project
.DS_Store
.idea
.secret
.secret
# Ignore application configuration
/config/application.yml
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--color
49 changes: 28 additions & 21 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,35 +1,42 @@
source 'https://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
ruby '2.0.0'
gem 'rails', '4.0.0'

# Use sqlite3 as the database for Active Record
# Rails defaults
gem 'sqlite3'

# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.0'

# Use Foundation for styles and layouts
gem 'zurb-foundation', '~> 4.3.1'

# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'

# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'

# 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
gem 'jbuilder', '~> 1.2'

# rails-bootstrap
gem 'bootstrap-sass'
gem 'figaro'
gem 'high_voltage'
gem 'simple_form', '>= 3.0.0.rc'
group :development do
gem 'better_errors'
gem 'quiet_assets'
end

# rails testing
gem 'nokogiri'
gem 'minitest'
gem 'rspec-rails', :group => [:development, :test]
gem 'cucumber-rails', '>= 1.4.0', :group => :test, :require => false
gem 'better_errors', :group => :development
gem 'capybara', :group => :test
gem 'database_cleaner', :group => :test

# Devise
gem 'email_spec'
gem 'launchy'
gem "devise", "~> 3.1.0"
gem 'cancan'
gem 'rolify'

# PaperClip gem for uploading files
gem 'paperclip', '~> 3.0'

Expand Down
91 changes: 88 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,65 @@ GEM
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
addressable (2.3.5)
arel (4.0.0)
atomic (1.1.13)
bcrypt-ruby (3.1.2)
better_errors (0.9.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
bootstrap-sass (2.3.2.2)
sass (~> 3.2)
builder (3.1.4)
cancan (1.6.10)
capybara (2.1.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.1)
climate_control (>= 0.0.3, < 1.0)
coderay (1.1.0)
coffee-rails (4.0.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0.beta, < 5.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.3)
cucumber (1.3.7)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12.1)
multi_json (~> 1.7.5)
multi_test (>= 0.0.2)
cucumber-rails (1.4.0)
capybara (>= 1.1.2)
cucumber (>= 1.2.0)
nokogiri (>= 1.5.0)
rails (>= 3.0.0)
database_cleaner (1.1.1)
devise (3.1.0)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.2.4)
email_spec (1.5.0)
launchy (~> 2.1)
mail (~> 2.2)
erubis (2.7.0)
execjs (2.0.1)
figaro (0.7.0)
bundler (~> 1.0)
rails (>= 3, < 5)
gherkin (2.12.1)
multi_json (~> 1.3)
high_voltage (1.2.4)
hike (1.2.3)
i18n (0.6.5)
jbuilder (1.5.1)
Expand All @@ -50,18 +93,27 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.0)
launchy (2.3.0)
addressable (~> 2.3)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25)
mini_portile (0.5.1)
minitest (4.7.5)
multi_json (1.7.9)
multi_test (0.0.2)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
orm_adapter (0.4.0)
paperclip (3.5.1)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.0)
mime-types
polyglot (0.3.3)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
Expand All @@ -81,6 +133,18 @@ GEM
rake (10.1.0)
rdoc (3.12.2)
json (~> 1.4)
rolify (3.2.0)
rspec-core (2.14.5)
rspec-expectations (2.14.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
rspec-rails (2.14.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
sass (3.2.10)
sass-rails (4.0.0)
railties (>= 4.0.0.beta, < 5.0)
Expand All @@ -89,6 +153,9 @@ GEM
sdoc (0.3.20)
json (>= 1.1.3)
rdoc (~> 3.10)
simple_form (3.0.0.rc)
actionpack (>= 4.0.0.rc1, < 4.1)
activemodel (>= 4.0.0.rc1, < 4.1)
sprockets (2.10.0)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -112,21 +179,39 @@ GEM
uglifier (2.2.1)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
zurb-foundation (4.3.1)
sass (>= 3.2.0)
warden (1.2.3)
rack (>= 1.0)
xpath (2.0.0)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
better_errors
bootstrap-sass
cancan
capybara
coffee-rails (~> 4.0.0)
cucumber-rails (>= 1.4.0)
database_cleaner
devise (~> 3.1.0)
email_spec
figaro
high_voltage
jbuilder (~> 1.2)
jquery-rails
launchy
minitest
nokogiri
paperclip (~> 3.0)
quiet_assets
rails (= 4.0.0)
rolify
rspec-rails
sass-rails (~> 4.0.0)
sdoc
simple_form (>= 3.0.0.rc)
sqlite3
turbolinks
uglifier (>= 1.3.0)
zurb-foundation (~> 4.3.1)
Binary file added app/assets/fonts/accessibility_foundicons.eot
Binary file not shown.
15 changes: 15 additions & 0 deletions app/assets/fonts/accessibility_foundicons.svg
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 app/assets/fonts/accessibility_foundicons.ttf
Binary file not shown.
Binary file added app/assets/fonts/accessibility_foundicons.woff
Binary file not shown.
Binary file added app/assets/fonts/general_enclosed_foundicons.eot
Binary file not shown.
15 changes: 15 additions & 0 deletions app/assets/fonts/general_enclosed_foundicons.svg
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 app/assets/fonts/general_enclosed_foundicons.ttf
Binary file not shown.
Binary file added app/assets/fonts/general_enclosed_foundicons.woff
Binary file not shown.
Binary file added app/assets/fonts/general_foundicons.eot
Binary file not shown.
15 changes: 15 additions & 0 deletions app/assets/fonts/general_foundicons.svg
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 app/assets/fonts/general_foundicons.ttf
Binary file not shown.
Binary file added app/assets/fonts/general_foundicons.woff
Binary file not shown.
6 changes: 2 additions & 4 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
//
//= require jquery
//= require jquery_ujs
//= require foundation
//= require turbolinks
//= require_tree .

$(function(){ $(document).foundation(); });
//= require bootstrap
//= require_tree .
28 changes: 28 additions & 0 deletions app/assets/stylesheets/_settings.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
$fontFileName: "../fonts/general_foundicons";
$fontName: "GeneralFoundicons";
$classPrefix: "foundicon-";

@mixin i-class($name,$pua) {
.#{$classPrefix}#{$name}:before {
content: "\f#{$pua}";
}
}

@mixin ie-class($name,$pua) {
.#{$classPrefix}#{$name} {
*zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf#{$pua};");
}
}

@mixin face {
@font-face {
font-family: $fontName;
src: url('#{$fontFileName}.eot');
src: url('#{$fontFileName}.eot?#iefix') format('embedded-opentype'),
url('#{$fontFileName}.woff') format('woff'),
url('#{$fontFileName}.ttf') format('truetype'),
url('#{$fontFileName}.svg##{$fontName}') format('svg');
font-weight: normal;
font-style: normal;
}
}
Loading

0 comments on commit 0d193a0

Please sign in to comment.