clone github api to local database
Showing
| ... | @@ -35,6 +35,8 @@ gem 'octokit', '~> 4.6', '>= 4.6.2' | ... | @@ -35,6 +35,8 @@ gem 'octokit', '~> 4.6', '>= 4.6.2' |
| gem 'will_paginate', '~> 3.1', '>= 3.1.5' | gem 'will_paginate', '~> 3.1', '>= 3.1.5' | ||
| gem 'bootstrap-select-rails', '~> 1.6', '>= 1.6.3' | gem 'bootstrap-select-rails', '~> 1.6', '>= 1.6.3' | ||
| gem 'bootstrap-table-rails', '~> 1.11' | gem 'bootstrap-table-rails', '~> 1.11' | ||
| gem 'momentjs-rails', '>= 2.9.0' | |||
| gem 'bootstrap3-datetimepicker-rails', '~> 4.14.30' | |||
| group :development, :test do | group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| ... | ... |
app/models/issue.rb
0 → 100644
app/models/label.rb
0 → 100644
app/models/user.rb
0 → 100644
config/initializers/github.rb
0 → 100644
db/migrate/20161125072346_create_labels.rb
0 → 100644
db/migrate/20161125072351_create_users.rb
0 → 100644
db/migrate/20161125072356_create_issues.rb
0 → 100644
db/migrate/20161125072400_issues_labels.rb
0 → 100644
design.dia
0 → 100644
File added
design.ods
0 → 100644
File added
design.png
0 → 100644
8.83 KB
test/fixtures/issues.yml
0 → 100644
test/fixtures/labels.yml
0 → 100644
test/fixtures/users.yml
0 → 100644
test/models/issue_test.rb
0 → 100644
test/models/label_test.rb
0 → 100644
test/models/user_test.rb
0 → 100644
Please
register
or
sign in
to comment