merge with index branch
Signed-off-by:
Alexandre Arias <apa13@inf.ufpr.br>
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 20 additions, 0 deletions.gitlab-ci.yml
- Gemfile 7 additions, 1 deletionGemfile
- Gemfile.lock 283 additions, 0 deletionsGemfile.lock
- README.md 2 additions, 1 deletionREADME.md
- app/assets/images/fonte_inicial.png 0 additions, 0 deletionsapp/assets/images/fonte_inicial.png
- app/assets/javascripts/application.js 11 additions, 9 deletionsapp/assets/javascripts/application.js
- app/assets/stylesheets/application.css.scss 44 additions, 43 deletionsapp/assets/stylesheets/application.css.scss
- app/controllers/management/highlights_controller.rb 11 additions, 14 deletionsapp/controllers/management/highlights_controller.rb
- app/controllers/management/statistics_controller.rb 6 additions, 3 deletionsapp/controllers/management/statistics_controller.rb
- app/controllers/universities_controller.rb 1 addition, 1 deletionapp/controllers/universities_controller.rb
- app/repositories/active_record/country_repository.rb 11 additions, 0 deletionsapp/repositories/active_record/country_repository.rb
- app/repositories/active_record/highlight_repository.rb 11 additions, 0 deletionsapp/repositories/active_record/highlight_repository.rb
- app/repositories/active_record/university_repository.rb 14 additions, 0 deletionsapp/repositories/active_record/university_repository.rb
- app/repositories/active_record/user_repository.rb 10 additions, 7 deletionsapp/repositories/active_record/user_repository.rb
- app/repositories/orient_db/base.rb 6 additions, 8 deletionsapp/repositories/orient_db/base.rb
- app/repositories/orient_db/country_repository.rb 3 additions, 3 deletionsapp/repositories/orient_db/country_repository.rb
- app/repositories/orient_db/highlight_repository.rb 3 additions, 10 deletionsapp/repositories/orient_db/highlight_repository.rb
- app/repositories/orient_db/university_repository.rb 9 additions, 9 deletionsapp/repositories/orient_db/university_repository.rb
- app/repositories/orient_db/user_repository.rb 4 additions, 7 deletionsapp/repositories/orient_db/user_repository.rb
- app/views/layouts/application.html.erb 6 additions, 4 deletionsapp/views/layouts/application.html.erb
Loading
Please register or sign in to comment