implemented loading repositories
Showing
| ... | @@ -31,6 +31,10 @@ gem 'jbuilder', '~> 2.5' | ... | @@ -31,6 +31,10 @@ gem 'jbuilder', '~> 2.5' |
| # gem 'capistrano-rails', group: :development | # gem 'capistrano-rails', group: :development | ||
| gem 'bootstrap-sass', '~> 3.3.6' | gem 'bootstrap-sass', '~> 3.3.6' | ||
| gem 'octokit', '~> 4.6', '>= 4.6.2' | |||
| gem 'will_paginate', '~> 3.1', '>= 3.1.5' | |||
| gem 'bootstrap-select-rails', '~> 1.6', '>= 1.6.3' | |||
| gem 'bootstrap-table-rails', '~> 1.11' | |||
| 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/assets/javascripts/repository.coffee
0 → 100644
app/assets/stylesheets/repository.scss
0 → 100644
app/controllers/repository_controller.rb
0 → 100644
app/helpers/repository_helper.rb
0 → 100644
app/models/repository.rb
0 → 100644
app/views/repository/index.html.erb
0 → 100644
lib/tasks/github.rake
0 → 100644
test/fixtures/repositories.yml
0 → 100644
test/models/repository_test.rb
0 → 100644
Please
register
or
sign in
to comment