mirror of https://github.com/fspc/BikeShed-1.git
Brigitte Warner
10 years ago
7 changed files with 161 additions and 214 deletions
@ -1 +1 @@ |
|||||
ruby-1.9.3-p374 |
2.1.1 |
||||
|
@ -1,51 +1,50 @@ |
|||||
source 'https://rubygems.org' |
source 'https://rubygems.org' |
||||
|
|
||||
gem 'rails', '3.2.13' |
gem 'rails', '3.2.19' |
||||
|
|
||||
gem 'netzke-cancan' |
gem 'netzke-cancan' |
||||
gem 'netzke-core', '~>0.8.0' |
gem 'netzke-core' |
||||
gem 'netzke-basepack', '~>0.8.0' |
gem 'netzke-basepack' |
||||
|
|
||||
|
|
||||
gem 'acts_as_loggable', :git => 'https://github.com/spacemunkay/acts_as_loggable.git' |
gem 'acts_as_loggable', :git => 'https://github.com/spacemunkay/acts_as_loggable.git' |
||||
gem 'bootstrap-will_paginate', '~> 0.0.6' |
gem 'bootstrap-will_paginate' |
||||
gem 'cancan' |
gem 'cancan' |
||||
gem 'decent_exposure', '~> 1.0.1' |
gem 'decent_exposure', '~> 1.0.1' |
||||
gem 'devise', '~> 2.0.4' |
gem 'devise', '~> 2.0.4' |
||||
gem 'haml-rails', '~> 0.3.4' |
gem 'haml-rails' |
||||
gem 'jquery-rails', '~> 2.0' |
gem 'jquery-rails' |
||||
gem 'pg', '~> 0.17.1' |
gem 'pg', '~> 0.17.1' |
||||
gem 'will_paginate', '~> 3.0.3' |
gem 'will_paginate' |
||||
gem 'jbuilder', '~> 2.0.3' |
gem 'jbuilder' |
||||
|
|
||||
# Gems used only for assets and not required |
# Gems used only for assets and not required |
||||
# in production environments by default. |
# in production environments by default. |
||||
group :assets do |
group :assets do |
||||
gem 'coffee-rails', '~> 3.2.1' |
gem 'coffee-rails' |
||||
gem "twitter-bootstrap-rails", "~> 2.0.3" |
# Use SCSS for stylesheets |
||||
|
gem 'sass-rails' |
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes |
# Use bootstrap-sass for stylesheets |
||||
# gem 'therubyracer' |
gem 'bootstrap-sass' |
||||
|
gem 'uglifier' |
||||
gem 'uglifier', '>= 1.0.3' |
|
||||
end |
end |
||||
|
|
||||
group :development, :test do |
group :development, :test do |
||||
gem 'rspec-rails', '~> 2.14.0' |
gem 'rspec-rails' |
||||
gem 'factory_girl_rails', '~> 1.2' |
gem 'factory_girl_rails' |
||||
gem 'pry', '~> 0.9.8' |
gem 'pry' |
||||
gem 'faker', '~> 1.2.0' |
gem 'faker' |
||||
end |
end |
||||
|
|
||||
group :test do |
group :test do |
||||
gem 'shoulda-matchers', '~> 1.0.0' |
# gem 'shoulda-matchers', '~> 1.0.0' |
||||
gem 'capybara', '~> 2.2.1' |
gem 'capybara', '~> 2.2.1' |
||||
gem 'poltergeist', '~> 1.5.0' |
gem 'poltergeist', '~> 1.5.0' |
||||
gem 'database_cleaner', '~> 1.2.0' |
gem 'database_cleaner', '~> 1.2.0' |
||||
gem 'launchy', '~> 2.4.2' |
gem 'launchy', '~> 2.4.2' |
||||
gem 'spork', '~> 0.9.2' |
gem 'spork' |
||||
#guard dependency for Mac OS 10 |
#guard dependency for Mac OS 10 |
||||
gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i |
gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i |
||||
gem 'guard-spork', '~> 1.5.1' |
gem 'guard-spork' |
||||
gem 'guard-rspec', '~> 4.2.6' |
gem 'guard-rspec' |
||||
end |
end |
||||
|
@ -1,47 +0,0 @@ |
|||||
@import "twitter/bootstrap/bootstrap"; |
|
||||
body { |
|
||||
padding-top: 60px; |
|
||||
padding-left: 20px; |
|
||||
} |
|
||||
|
|
||||
@import "twitter/bootstrap/responsive"; |
|
||||
|
|
||||
// Set the correct sprite paths |
|
||||
@iconSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings.png'); |
|
||||
@iconWhiteSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings-white.png'); |
|
||||
|
|
||||
// Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines) |
|
||||
// Note: If you use asset_path() here, your compiled boostrap_and_overrides.css will not |
|
||||
// have the proper paths. So for now we use the absolute path. |
|
||||
@fontAwesomeEotPath: '/assets/fontawesome-webfont.eot'; |
|
||||
@fontAwesomeWoffPath: '/assets/fontawesome-webfont.woff'; |
|
||||
@fontAwesomeTtfPath: '/assets/fontawesome-webfont.ttf'; |
|
||||
@fontAwesomeSvgPath: '/assets/fontawesome-webfont.svg'; |
|
||||
|
|
||||
// Font Awesome |
|
||||
@import "fontawesome"; |
|
||||
|
|
||||
// Your custom LESS stylesheets goes here |
|
||||
// |
|
||||
// Since bootstrap was imported above you have access to its mixins which |
|
||||
// you may use and inherit here |
|
||||
// |
|
||||
// If you'd like to override bootstrap's own variables, you can do so here as well |
|
||||
// See http://twitter.github.com/bootstrap/less.html for their names and documentation |
|
||||
// |
|
||||
// Example: |
|
||||
// @linkColor: #ff0000; |
|
||||
|
|
||||
[data-toggle="buttons-radio"] > .btn > input[type="radio"], |
|
||||
[data-toggle="buttons"] > .btn > input[type="checkbox"] { |
|
||||
display: none; |
|
||||
} |
|
||||
|
|
||||
.inline-block { |
|
||||
display: inline-block; |
|
||||
} |
|
||||
|
|
||||
.control-group.error .btn-group > .btn { |
|
||||
color: #b94a48; |
|
||||
border-color: #b94a48; |
|
||||
} |
|
Loading…
Reference in new issue