Skip to content

Commit 6d474a6

Browse files
committed
Initialize repository
0 parents  commit 6d474a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1130
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
2+
#
3+
# If you find yourself ignoring temporary files generated by your text editor
4+
# or operating system, you probably want to add a global ignore instead:
5+
# git config --global core.excludesfile '~/.gitignore_global'
6+
7+
# Ignore bundler config.
8+
/.bundle
9+
10+
# Ignore the default SQLite database.
11+
/db/*.sqlite3
12+
/db/*.sqlite3-journal
13+
14+
# Ignore all logfiles and tempfiles.
15+
/log/*
16+
/tmp/*
17+
!/log/.keep
18+
!/tmp/.keep
19+
20+
# Ignore Byebug command history file.
21+
.byebug_history

Gemfile

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'rails', '>= 5.0.0.rc1', '< 5.1'
4+
gem 'puma', '3.4.0'
5+
gem 'sass-rails', '5.0.4'
6+
gem 'uglifier', '3.0.0'
7+
gem 'coffee-rails', '4.1.1'
8+
gem 'jquery-rails', '4.1.1'
9+
gem 'turbolinks', '5.0.0.beta2'
10+
gem 'jbuilder', '2.4.1'
11+
12+
group :development, :test do
13+
gem 'sqlite3', '1.3.11'
14+
gem 'byebug', '9.0.0', platform: :mri
15+
end
16+
17+
group :development do
18+
gem 'web-console', '3.1.1'
19+
gem 'listen', '3.0.7'
20+
gem 'spring', '1.7.1'
21+
gem 'spring-watcher-listen', '2.0.0'
22+
end
23+
24+
group :production do
25+
gem 'pg', '0.18.4'
26+
end
27+
28+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
29+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Gemfile.lock

Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actioncable (5.0.0.rc1)
5+
actionpack (= 5.0.0.rc1)
6+
nio4r (~> 1.2)
7+
websocket-driver (~> 0.6.1)
8+
actionmailer (5.0.0.rc1)
9+
actionpack (= 5.0.0.rc1)
10+
actionview (= 5.0.0.rc1)
11+
activejob (= 5.0.0.rc1)
12+
mail (~> 2.5, >= 2.5.4)
13+
rails-dom-testing (~> 1.0, >= 1.0.5)
14+
actionpack (5.0.0.rc1)
15+
actionview (= 5.0.0.rc1)
16+
activesupport (= 5.0.0.rc1)
17+
rack (~> 2.x)
18+
rack-test (~> 0.6.3)
19+
rails-dom-testing (~> 1.0, >= 1.0.5)
20+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21+
actionview (5.0.0.rc1)
22+
activesupport (= 5.0.0.rc1)
23+
builder (~> 3.1)
24+
erubis (~> 2.7.0)
25+
rails-dom-testing (~> 1.0, >= 1.0.5)
26+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
27+
activejob (5.0.0.rc1)
28+
activesupport (= 5.0.0.rc1)
29+
globalid (>= 0.3.6)
30+
activemodel (5.0.0.rc1)
31+
activesupport (= 5.0.0.rc1)
32+
activerecord (5.0.0.rc1)
33+
activemodel (= 5.0.0.rc1)
34+
activesupport (= 5.0.0.rc1)
35+
arel (~> 7.0)
36+
activesupport (5.0.0.rc1)
37+
concurrent-ruby (~> 1.0, >= 1.0.2)
38+
i18n (~> 0.7)
39+
minitest (~> 5.1)
40+
tzinfo (~> 1.1)
41+
arel (7.0.0)
42+
builder (3.2.2)
43+
byebug (9.0.0)
44+
coffee-rails (4.1.1)
45+
coffee-script (>= 2.2.0)
46+
railties (>= 4.0.0, < 5.1.x)
47+
coffee-script (2.4.1)
48+
coffee-script-source
49+
execjs
50+
coffee-script-source (1.10.0)
51+
concurrent-ruby (1.0.2)
52+
debug_inspector (0.0.2)
53+
erubis (2.7.0)
54+
execjs (2.6.0)
55+
ffi (1.9.10)
56+
globalid (0.3.6)
57+
activesupport (>= 4.1.0)
58+
i18n (0.7.0)
59+
jbuilder (2.4.1)
60+
activesupport (>= 3.0.0, < 5.1)
61+
multi_json (~> 1.2)
62+
jquery-rails (4.1.1)
63+
rails-dom-testing (>= 1, < 3)
64+
railties (>= 4.2.0)
65+
thor (>= 0.14, < 2.0)
66+
json (1.8.3)
67+
listen (3.0.7)
68+
rb-fsevent (>= 0.9.3)
69+
rb-inotify (>= 0.9.7)
70+
loofah (2.0.3)
71+
nokogiri (>= 1.5.9)
72+
mail (2.6.4)
73+
mime-types (>= 1.16, < 4)
74+
method_source (0.8.2)
75+
mime-types (3.0)
76+
mime-types-data (~> 3.2015)
77+
mime-types-data (3.2016.0221)
78+
mini_portile2 (2.0.0)
79+
minitest (5.9.0)
80+
multi_json (1.12.0)
81+
nio4r (1.2.1)
82+
nokogiri (1.6.7.2)
83+
mini_portile2 (~> 2.0.0.rc2)
84+
pg (0.18.4)
85+
puma (3.4.0)
86+
rack (2.0.0.rc1)
87+
json
88+
rack-test (0.6.3)
89+
rack (>= 1.0)
90+
rails (5.0.0.rc1)
91+
actioncable (= 5.0.0.rc1)
92+
actionmailer (= 5.0.0.rc1)
93+
actionpack (= 5.0.0.rc1)
94+
actionview (= 5.0.0.rc1)
95+
activejob (= 5.0.0.rc1)
96+
activemodel (= 5.0.0.rc1)
97+
activerecord (= 5.0.0.rc1)
98+
activesupport (= 5.0.0.rc1)
99+
bundler (>= 1.3.0, < 2.0)
100+
railties (= 5.0.0.rc1)
101+
sprockets-rails (>= 2.0.0)
102+
rails-deprecated_sanitizer (1.0.3)
103+
activesupport (>= 4.2.0.alpha)
104+
rails-dom-testing (1.0.7)
105+
activesupport (>= 4.2.0.beta, < 5.0)
106+
nokogiri (~> 1.6.0)
107+
rails-deprecated_sanitizer (>= 1.0.1)
108+
rails-html-sanitizer (1.0.3)
109+
loofah (~> 2.0)
110+
railties (5.0.0.rc1)
111+
actionpack (= 5.0.0.rc1)
112+
activesupport (= 5.0.0.rc1)
113+
method_source
114+
rake (>= 0.8.7)
115+
thor (>= 0.18.1, < 2.0)
116+
rake (11.1.2)
117+
rb-fsevent (0.9.7)
118+
rb-inotify (0.9.7)
119+
ffi (>= 0.5.0)
120+
sass (3.4.22)
121+
sass-rails (5.0.4)
122+
railties (>= 4.0.0, < 5.0)
123+
sass (~> 3.1)
124+
sprockets (>= 2.8, < 4.0)
125+
sprockets-rails (>= 2.0, < 4.0)
126+
tilt (>= 1.1, < 3)
127+
spring (1.7.1)
128+
spring-watcher-listen (2.0.0)
129+
listen (>= 2.7, < 4.0)
130+
spring (~> 1.2)
131+
sprockets (3.6.0)
132+
concurrent-ruby (~> 1.0)
133+
rack (> 1, < 3)
134+
sprockets-rails (3.0.4)
135+
actionpack (>= 4.0)
136+
activesupport (>= 4.0)
137+
sprockets (>= 3.0.0)
138+
sqlite3 (1.3.11)
139+
thor (0.19.1)
140+
thread_safe (0.3.5)
141+
tilt (2.0.4)
142+
turbolinks (5.0.0.beta2)
143+
turbolinks-source
144+
turbolinks-source (5.0.0.beta4)
145+
tzinfo (1.2.2)
146+
thread_safe (~> 0.1)
147+
uglifier (3.0.0)
148+
execjs (>= 0.3.0, < 3)
149+
web-console (3.1.1)
150+
activemodel (>= 4.2)
151+
debug_inspector
152+
railties (>= 4.2)
153+
websocket-driver (0.6.3)
154+
websocket-extensions (>= 0.1.0)
155+
websocket-extensions (0.1.2)
156+
157+
PLATFORMS
158+
ruby
159+
160+
DEPENDENCIES
161+
byebug (= 9.0.0)
162+
coffee-rails (= 4.1.1)
163+
jbuilder (= 2.4.1)
164+
jquery-rails (= 4.1.1)
165+
listen (= 3.0.7)
166+
pg (= 0.18.4)
167+
puma (= 3.4.0)
168+
rails (>= 5.0.0.rc1, < 5.1)
169+
sass-rails (= 5.0.4)
170+
spring (= 1.7.1)
171+
spring-watcher-listen (= 2.0.0)
172+
sqlite3 (= 1.3.11)
173+
turbolinks (= 5.0.0.beta2)
174+
tzinfo-data
175+
uglifier (= 3.0.0)
176+
web-console (= 3.1.1)
177+
178+
BUNDLED WITH
179+
1.11.2

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# README
2+
3+
This README would normally document whatever steps are necessary to get the
4+
application up and running.
5+
6+
Things you may want to cover:
7+
8+
* Ruby version
9+
10+
* System dependencies
11+
12+
* Configuration
13+
14+
* Database creation
15+
16+
* Database initialization
17+
18+
* How to run the test suite
19+
20+
* Services (job queues, cache servers, search engines, etc.)
21+
22+
* Deployment instructions
23+
24+
* ...

Rakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Add your own tasks in files placed in lib/tasks ending in .rake,
2+
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3+
4+
require_relative 'config/application'
5+
6+
Rails.application.load_tasks

app/assets/config/manifest.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//= link_tree ../images
2+
//= link_directory ../javascripts .js
3+
//= link_directory ../stylesheets .css

app/assets/images/.keep

Whitespace-only changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// This is a manifest file that'll be compiled into application.js, which will include all the files
2+
// listed below.
3+
//
4+
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5+
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
6+
//
7+
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8+
// compiled file. JavaScript code in this file should be added after the last require_* statement.
9+
//
10+
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11+
// about supported directives.
12+
//
13+
//= require jquery
14+
//= require jquery_ujs
15+
//= require turbolinks
16+
//= require_tree .

app/assets/javascripts/cable.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Action Cable provides the framework to deal with WebSockets in Rails.
2+
// You can generate new channels where WebSocket features live using the rails generate channel command.
3+
//
4+
//= require action_cable
5+
//= require_self
6+
//= require_tree ./channels
7+
8+
(function() {
9+
this.App || (this.App = {});
10+
11+
App.cable = ActionCable.createConsumer();
12+
13+
}).call(this);

app/assets/javascripts/channels/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)