-
Notifications
You must be signed in to change notification settings - Fork 94
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
0 parents
commit 893eeba
Showing
78 changed files
with
1,175 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,25 @@ | ||
# 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 | ||
!.keep | ||
*.DS_Store | ||
*.swp | ||
.env | ||
bin/stubs | ||
coverage/* | ||
public/system | ||
rerun.txt | ||
tags | ||
vendor/bundler_gems |
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 @@ | ||
--colour | ||
--drb | ||
--profile |
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,2 @@ | ||
# http://ddollar.github.com/foreman/ | ||
RACK_ENV=development |
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,49 @@ | ||
source 'https://rubygems.org' | ||
|
||
ruby '2.0.0' | ||
|
||
gem 'airbrake' | ||
gem 'bourbon' | ||
gem 'delayed_job_active_record', '>= 4.0.0.beta2' | ||
gem 'flutie' | ||
gem 'high_voltage' | ||
gem 'jquery-rails' | ||
gem 'pg' | ||
gem 'rack-timeout' | ||
gem 'rails', '>= 3.2.11' | ||
gem 'recipient_interceptor' | ||
gem 'simple_form' | ||
gem 'strong_parameters' | ||
gem 'unicorn' | ||
|
||
group :assets do | ||
gem 'coffee-rails' | ||
gem 'sass-rails' | ||
gem 'uglifier' | ||
end | ||
|
||
group :development do | ||
gem 'foreman' | ||
gem 'better_errors' | ||
gem 'binding_of_caller' | ||
end | ||
|
||
group :development, :test do | ||
gem 'factory_girl_rails' | ||
gem 'rspec-rails' | ||
gem 'sham_rack' | ||
end | ||
|
||
group :test do | ||
gem 'bourne', require: false | ||
gem 'capybara-webkit', '>= 0.14.1' | ||
gem 'database_cleaner' | ||
gem 'launchy' | ||
gem 'shoulda-matchers' | ||
gem 'simplecov', require: false | ||
gem 'timecop' | ||
end | ||
|
||
group :staging, :production do | ||
gem 'newrelic_rpm' | ||
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,224 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionmailer (3.2.13) | ||
actionpack (= 3.2.13) | ||
mail (~> 2.5.3) | ||
actionpack (3.2.13) | ||
activemodel (= 3.2.13) | ||
activesupport (= 3.2.13) | ||
builder (~> 3.0.0) | ||
erubis (~> 2.7.0) | ||
journey (~> 1.0.4) | ||
rack (~> 1.4.5) | ||
rack-cache (~> 1.2) | ||
rack-test (~> 0.6.1) | ||
sprockets (~> 2.2.1) | ||
activemodel (3.2.13) | ||
activesupport (= 3.2.13) | ||
builder (~> 3.0.0) | ||
activerecord (3.2.13) | ||
activemodel (= 3.2.13) | ||
activesupport (= 3.2.13) | ||
arel (~> 3.0.2) | ||
tzinfo (~> 0.3.29) | ||
activeresource (3.2.13) | ||
activemodel (= 3.2.13) | ||
activesupport (= 3.2.13) | ||
activesupport (3.2.13) | ||
i18n (= 0.6.1) | ||
multi_json (~> 1.0) | ||
addressable (2.3.4) | ||
airbrake (3.1.12) | ||
activesupport | ||
builder | ||
json | ||
arel (3.0.2) | ||
better_errors (0.8.0) | ||
coderay (>= 1.0.0) | ||
erubis (>= 2.6.6) | ||
binding_of_caller (0.7.1) | ||
debug_inspector (>= 0.0.1) | ||
bourbon (3.1.6) | ||
sass (>= 3.2.0) | ||
thor | ||
bourne (1.4.0) | ||
mocha (~> 0.13.2) | ||
builder (3.0.4) | ||
capybara (2.1.0) | ||
mime-types (>= 1.16) | ||
nokogiri (>= 1.3.3) | ||
rack (>= 1.0.0) | ||
rack-test (>= 0.5.4) | ||
xpath (~> 2.0) | ||
capybara-webkit (0.14.2) | ||
capybara (~> 2.0, >= 2.0.2) | ||
json | ||
coderay (1.0.9) | ||
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.6.2) | ||
database_cleaner (1.0.1) | ||
debug_inspector (0.0.2) | ||
delayed_job (4.0.0.beta1) | ||
activesupport (>= 3.0, < 4.1) | ||
delayed_job_active_record (4.0.0.beta2) | ||
activerecord (>= 3.0, < 4.1) | ||
delayed_job (~> 4.0.0.beta1) | ||
diff-lcs (1.2.4) | ||
dotenv (0.7.0) | ||
erubis (2.7.0) | ||
execjs (1.4.0) | ||
multi_json (~> 1.0) | ||
factory_girl (4.2.0) | ||
activesupport (>= 3.0.0) | ||
factory_girl_rails (4.2.1) | ||
factory_girl (~> 4.2.0) | ||
railties (>= 3.0.0) | ||
flutie (2.0.0) | ||
foreman (0.63.0) | ||
dotenv (>= 0.7) | ||
thor (>= 0.13.6) | ||
high_voltage (1.2.2) | ||
hike (1.2.2) | ||
i18n (0.6.1) | ||
journey (1.0.4) | ||
jquery-rails (2.2.1) | ||
railties (>= 3.0, < 5.0) | ||
thor (>= 0.14, < 2.0) | ||
json (1.8.0) | ||
kgio (2.8.0) | ||
launchy (2.3.0) | ||
addressable (~> 2.3) | ||
mail (2.5.4) | ||
mime-types (~> 1.16) | ||
treetop (~> 1.4.8) | ||
metaclass (0.0.1) | ||
mime-types (1.23) | ||
mocha (0.13.3) | ||
metaclass (~> 0.0.1) | ||
multi_json (1.7.3) | ||
newrelic_rpm (3.6.2.96) | ||
nokogiri (1.5.9) | ||
pg (0.15.1) | ||
polyglot (0.3.3) | ||
rack (1.4.5) | ||
rack-cache (1.2) | ||
rack (>= 0.4) | ||
rack-ssl (1.3.3) | ||
rack | ||
rack-test (0.6.2) | ||
rack (>= 1.0) | ||
rack-timeout (0.0.4) | ||
rails (3.2.13) | ||
actionmailer (= 3.2.13) | ||
actionpack (= 3.2.13) | ||
activerecord (= 3.2.13) | ||
activeresource (= 3.2.13) | ||
activesupport (= 3.2.13) | ||
bundler (~> 1.0) | ||
railties (= 3.2.13) | ||
railties (3.2.13) | ||
actionpack (= 3.2.13) | ||
activesupport (= 3.2.13) | ||
rack-ssl (~> 1.3.2) | ||
rake (>= 0.8.7) | ||
rdoc (~> 3.4) | ||
thor (>= 0.14.6, < 2.0) | ||
raindrops (0.11.0) | ||
rake (10.0.4) | ||
rdoc (3.12.2) | ||
json (~> 1.4) | ||
recipient_interceptor (0.1.1) | ||
rspec-core (2.13.1) | ||
rspec-expectations (2.13.0) | ||
diff-lcs (>= 1.1.3, < 2.0) | ||
rspec-mocks (2.13.1) | ||
rspec-rails (2.13.2) | ||
actionpack (>= 3.0) | ||
activesupport (>= 3.0) | ||
railties (>= 3.0) | ||
rspec-core (~> 2.13.0) | ||
rspec-expectations (~> 2.13.0) | ||
rspec-mocks (~> 2.13.0) | ||
sass (3.2.9) | ||
sass-rails (3.2.6) | ||
railties (~> 3.2.0) | ||
sass (>= 3.1.10) | ||
tilt (~> 1.3) | ||
sham_rack (1.3.6) | ||
rack | ||
shoulda-matchers (2.1.0) | ||
activesupport (>= 3.0.0) | ||
simple_form (2.1.0) | ||
actionpack (~> 3.0) | ||
activemodel (~> 3.0) | ||
simplecov (0.7.1) | ||
multi_json (~> 1.0) | ||
simplecov-html (~> 0.7.1) | ||
simplecov-html (0.7.1) | ||
sprockets (2.2.2) | ||
hike (~> 1.2) | ||
multi_json (~> 1.0) | ||
rack (~> 1.0) | ||
tilt (~> 1.1, != 1.3.0) | ||
strong_parameters (0.2.1) | ||
actionpack (~> 3.0) | ||
activemodel (~> 3.0) | ||
railties (~> 3.0) | ||
thor (0.18.1) | ||
tilt (1.4.1) | ||
timecop (0.6.1) | ||
treetop (1.4.12) | ||
polyglot | ||
polyglot (>= 0.3.1) | ||
tzinfo (0.3.37) | ||
uglifier (2.1.1) | ||
execjs (>= 0.3.0) | ||
multi_json (~> 1.0, >= 1.0.2) | ||
unicorn (4.6.2) | ||
kgio (~> 2.6) | ||
rack | ||
raindrops (~> 0.7) | ||
xpath (2.0.0) | ||
nokogiri (~> 1.3) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
airbrake | ||
better_errors | ||
binding_of_caller | ||
bourbon | ||
bourne | ||
capybara-webkit (>= 0.14.1) | ||
coffee-rails | ||
database_cleaner | ||
delayed_job_active_record (>= 4.0.0.beta2) | ||
factory_girl_rails | ||
flutie | ||
foreman | ||
high_voltage | ||
jquery-rails | ||
launchy | ||
newrelic_rpm | ||
pg | ||
rack-timeout | ||
rails (>= 3.2.11) | ||
recipient_interceptor | ||
rspec-rails | ||
sass-rails | ||
sham_rack | ||
shoulda-matchers | ||
simple_form | ||
simplecov | ||
strong_parameters | ||
timecop | ||
uglifier | ||
unicorn |
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,2 @@ | ||
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb | ||
worker: bundle exec rake jobs:work |
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,9 @@ | ||
You look great in Suspenders | ||
============================ | ||
|
||
Use the following guides for getting things done, programming well, and | ||
programming in style. | ||
|
||
* [Protocol](http://github.com/thoughtbot/guides/blob/master/protocol) | ||
* [Best Practices](http://github.com/thoughtbot/guides/blob/master/best-practices) | ||
* [Style](http://github.com/thoughtbot/guides/blob/master/style) |
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 @@ | ||
#!/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__) | ||
|
||
Chill::Application.load_tasks | ||
|
||
if defined?(RSpec) | ||
desc 'Run factory specs.' | ||
RSpec::Core::RakeTask.new(:factory_specs) do |t| | ||
t.pattern = './spec/models/factories_spec.rb' | ||
end | ||
|
||
task spec: :factory_specs | ||
end | ||
task(:default).clear | ||
task :default => [:spec] |
Empty file.
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,16 @@ | ||
// 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_ujs | ||
//= require jquery-ui | ||
//= require_tree . |
Oops, something went wrong.