-
Notifications
You must be signed in to change notification settings - Fork 2
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 01d639a
Showing
102 changed files
with
6,554 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,17 @@ | ||
{ | ||
"presets": [ | ||
["env", { | ||
"modules": false, | ||
"targets": { | ||
"browsers": "> 1%", | ||
"uglify": true | ||
}, | ||
"useBuiltIns": true | ||
}] | ||
], | ||
|
||
"plugins": [ | ||
"syntax-dynamic-import", | ||
["transform-class-properties", { "spec": true }] | ||
] | ||
} |
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,29 @@ | ||
# See https://help.github.com/articles/ignoring-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 all logfiles and tempfiles. | ||
/log/* | ||
!/log/.keep | ||
/tmp | ||
|
||
# Ignore coverage files | ||
/coverage | ||
|
||
# Ignore console history | ||
.byebug_history | ||
|
||
# Ignore secret data | ||
.env | ||
|
||
# Ignore uploads | ||
/public/uploads/* | ||
|
||
/pkg | ||
/test/test_app/log | ||
node_modules |
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 @@ | ||
plugins: | ||
postcss-smart-import: {} | ||
precss: {} | ||
autoprefixer: {} |
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,37 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'bcrypt', '~> 3.1.7' | ||
gem 'coffee-rails', '~> 4.2' | ||
gem 'jbuilder', '~> 2.5' | ||
gem 'factory_girl_rails', '~> 4.8' | ||
gem 'faker', '~> 1.7' | ||
gem 'rails', '~> 5.1.2' | ||
gem 'paranoia', '~> 2.2' | ||
gem 'pg', '~> 0.21.0' | ||
gem 'puma', '~> 3.7' | ||
gem 'sass-rails', '~> 5.0' | ||
gem 'slim' | ||
gem 'turbolinks', '~> 5' | ||
gem 'uglifier', '>= 1.3.0' | ||
gem 'validates_timeliness', '~> 4.0' | ||
gem 'webpacker' | ||
|
||
group :development, :test do | ||
gem 'awesome_print' | ||
gem 'better_errors' | ||
gem 'bullet' | ||
gem 'colorize' | ||
gem 'pry-byebug' | ||
gem 'pry-rails' | ||
gem 'rspec-rails' | ||
end | ||
|
||
group :development do | ||
gem 'web-console', '>= 3.3.0' | ||
gem 'listen', '>= 3.0.5', '< 3.2' | ||
gem 'spring' | ||
gem 'spring-watcher-listen', '~> 2.0.0' | ||
end | ||
|
||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
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,245 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actioncable (5.1.2) | ||
actionpack (= 5.1.2) | ||
nio4r (~> 2.0) | ||
websocket-driver (~> 0.6.1) | ||
actionmailer (5.1.2) | ||
actionpack (= 5.1.2) | ||
actionview (= 5.1.2) | ||
activejob (= 5.1.2) | ||
mail (~> 2.5, >= 2.5.4) | ||
rails-dom-testing (~> 2.0) | ||
actionpack (5.1.2) | ||
actionview (= 5.1.2) | ||
activesupport (= 5.1.2) | ||
rack (~> 2.0) | ||
rack-test (~> 0.6.3) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
actionview (5.1.2) | ||
activesupport (= 5.1.2) | ||
builder (~> 3.1) | ||
erubi (~> 1.4) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.3) | ||
activejob (5.1.2) | ||
activesupport (= 5.1.2) | ||
globalid (>= 0.3.6) | ||
activemodel (5.1.2) | ||
activesupport (= 5.1.2) | ||
activerecord (5.1.2) | ||
activemodel (= 5.1.2) | ||
activesupport (= 5.1.2) | ||
arel (~> 8.0) | ||
activesupport (5.1.2) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (~> 0.7) | ||
minitest (~> 5.1) | ||
tzinfo (~> 1.1) | ||
arel (8.0.0) | ||
awesome_print (1.8.0) | ||
bcrypt (3.1.11) | ||
better_errors (2.1.1) | ||
coderay (>= 1.0.0) | ||
erubis (>= 2.6.6) | ||
rack (>= 0.9.0) | ||
bindex (0.5.0) | ||
builder (3.2.3) | ||
bullet (5.5.1) | ||
activesupport (>= 3.0.0) | ||
uniform_notifier (~> 1.10.0) | ||
byebug (9.0.6) | ||
coderay (1.1.1) | ||
coffee-rails (4.2.2) | ||
coffee-script (>= 2.2.0) | ||
railties (>= 4.0.0) | ||
coffee-script (2.4.1) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.12.2) | ||
colorize (0.8.1) | ||
concurrent-ruby (1.0.5) | ||
diff-lcs (1.3) | ||
erubi (1.6.1) | ||
erubis (2.7.0) | ||
execjs (2.7.0) | ||
factory_girl (4.8.0) | ||
activesupport (>= 3.0.0) | ||
factory_girl_rails (4.8.0) | ||
factory_girl (~> 4.8.0) | ||
railties (>= 3.0.0) | ||
faker (1.7.3) | ||
i18n (~> 0.5) | ||
ffi (1.9.18) | ||
globalid (0.4.0) | ||
activesupport (>= 4.2.0) | ||
i18n (0.8.4) | ||
jbuilder (2.7.0) | ||
activesupport (>= 4.2.0) | ||
multi_json (>= 1.2) | ||
listen (3.1.5) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
ruby_dep (~> 1.2) | ||
loofah (2.0.3) | ||
nokogiri (>= 1.5.9) | ||
mail (2.6.6) | ||
mime-types (>= 1.16, < 4) | ||
method_source (0.8.2) | ||
mime-types (3.1) | ||
mime-types-data (~> 3.2015) | ||
mime-types-data (3.2016.0521) | ||
mini_portile2 (2.2.0) | ||
minitest (5.10.2) | ||
multi_json (1.12.1) | ||
nio4r (2.1.0) | ||
nokogiri (1.8.0) | ||
mini_portile2 (~> 2.2.0) | ||
paranoia (2.3.1) | ||
activerecord (>= 4.0, < 5.2) | ||
pg (0.21.0) | ||
pry (0.10.4) | ||
coderay (~> 1.1.0) | ||
method_source (~> 0.8.1) | ||
slop (~> 3.4) | ||
pry-byebug (3.4.2) | ||
byebug (~> 9.0) | ||
pry (~> 0.10) | ||
pry-rails (0.3.6) | ||
pry (>= 0.10.4) | ||
puma (3.9.1) | ||
rack (2.0.3) | ||
rack-test (0.6.3) | ||
rack (>= 1.0) | ||
rails (5.1.2) | ||
actioncable (= 5.1.2) | ||
actionmailer (= 5.1.2) | ||
actionpack (= 5.1.2) | ||
actionview (= 5.1.2) | ||
activejob (= 5.1.2) | ||
activemodel (= 5.1.2) | ||
activerecord (= 5.1.2) | ||
activesupport (= 5.1.2) | ||
bundler (>= 1.3.0, < 2.0) | ||
railties (= 5.1.2) | ||
sprockets-rails (>= 2.0.0) | ||
rails-dom-testing (2.0.3) | ||
activesupport (>= 4.2.0) | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.0.3) | ||
loofah (~> 2.0) | ||
railties (5.1.2) | ||
actionpack (= 5.1.2) | ||
activesupport (= 5.1.2) | ||
method_source | ||
rake (>= 0.8.7) | ||
thor (>= 0.18.1, < 2.0) | ||
rake (12.0.0) | ||
rb-fsevent (0.10.2) | ||
rb-inotify (0.9.10) | ||
ffi (>= 0.5.0, < 2) | ||
rspec-core (3.6.0) | ||
rspec-support (~> 3.6.0) | ||
rspec-expectations (3.6.0) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.6.0) | ||
rspec-mocks (3.6.0) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.6.0) | ||
rspec-rails (3.6.0) | ||
actionpack (>= 3.0) | ||
activesupport (>= 3.0) | ||
railties (>= 3.0) | ||
rspec-core (~> 3.6.0) | ||
rspec-expectations (~> 3.6.0) | ||
rspec-mocks (~> 3.6.0) | ||
rspec-support (~> 3.6.0) | ||
rspec-support (3.6.0) | ||
ruby_dep (1.5.0) | ||
sass (3.4.24) | ||
sass-rails (5.0.6) | ||
railties (>= 4.0.0, < 6) | ||
sass (~> 3.1) | ||
sprockets (>= 2.8, < 4.0) | ||
sprockets-rails (>= 2.0, < 4.0) | ||
tilt (>= 1.1, < 3) | ||
slim (3.0.8) | ||
temple (>= 0.7.6, < 0.9) | ||
tilt (>= 1.3.3, < 2.1) | ||
slop (3.6.0) | ||
spring (2.0.2) | ||
activesupport (>= 4.2) | ||
spring-watcher-listen (2.0.1) | ||
listen (>= 2.7, < 4.0) | ||
spring (>= 1.2, < 3.0) | ||
sprockets (3.7.1) | ||
concurrent-ruby (~> 1.0) | ||
rack (> 1, < 3) | ||
sprockets-rails (3.2.0) | ||
actionpack (>= 4.0) | ||
activesupport (>= 4.0) | ||
sprockets (>= 3.0.0) | ||
temple (0.8.0) | ||
thor (0.19.4) | ||
thread_safe (0.3.6) | ||
tilt (2.0.7) | ||
timeliness (0.3.8) | ||
turbolinks (5.0.1) | ||
turbolinks-source (~> 5) | ||
turbolinks-source (5.0.3) | ||
tzinfo (1.2.3) | ||
thread_safe (~> 0.1) | ||
uglifier (3.2.0) | ||
execjs (>= 0.3.0, < 3) | ||
uniform_notifier (1.10.0) | ||
validates_timeliness (4.0.2) | ||
timeliness (~> 0.3.7) | ||
web-console (3.5.1) | ||
actionview (>= 5.0) | ||
activemodel (>= 5.0) | ||
bindex (>= 0.4.0) | ||
railties (>= 5.0) | ||
webpacker (2.0) | ||
activesupport (>= 4.2) | ||
multi_json (~> 1.2) | ||
railties (>= 4.2) | ||
websocket-driver (0.6.5) | ||
websocket-extensions (>= 0.1.0) | ||
websocket-extensions (0.1.2) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
awesome_print | ||
bcrypt (~> 3.1.7) | ||
better_errors | ||
bullet | ||
coffee-rails (~> 4.2) | ||
colorize | ||
factory_girl_rails (~> 4.8) | ||
faker (~> 1.7) | ||
jbuilder (~> 2.5) | ||
listen (>= 3.0.5, < 3.2) | ||
paranoia (~> 2.2) | ||
pg (~> 0.21.0) | ||
pry-byebug | ||
pry-rails | ||
puma (~> 3.7) | ||
rails (~> 5.1.2) | ||
rspec-rails | ||
sass-rails (~> 5.0) | ||
slim | ||
spring | ||
spring-watcher-listen (~> 2.0.0) | ||
turbolinks (~> 5) | ||
tzinfo-data | ||
uglifier (>= 1.3.0) | ||
validates_timeliness (~> 4.0) | ||
web-console (>= 3.3.0) | ||
webpacker | ||
|
||
BUNDLED WITH | ||
1.15.1 |
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,24 @@ | ||
# README | ||
|
||
This README would normally document whatever steps are necessary to get the | ||
application up and running. | ||
|
||
Things you may want to cover: | ||
|
||
* Ruby version | ||
|
||
* System dependencies | ||
|
||
* Configuration | ||
|
||
* Database creation | ||
|
||
* Database initialization | ||
|
||
* How to run the test suite | ||
|
||
* Services (job queues, cache servers, search engines, etc.) | ||
|
||
* Deployment instructions | ||
|
||
* ... |
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,6 @@ | ||
# 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_relative 'config/application' | ||
|
||
Rails.application.load_tasks |
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 @@ | ||
//= link_tree ../images | ||
//= link_directory ../javascripts .js | ||
//= link_directory ../stylesheets .css |
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,3 @@ | ||
# 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://coffeescript.org/ |
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 @@ | ||
// 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, or any plugin's | ||
// vendor/assets/javascripts directory 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 | ||
// compiled file. JavaScript code in this file should be added after the last require_* statement. | ||
// | ||
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details | ||
// about supported directives. | ||
// | ||
//= require rails-ujs | ||
//= require turbolinks | ||
//= require_tree . |
Oops, something went wrong.