Tobias Eidelpes cbcc7c3d25 Hotfix: parse oid when only one given
The function `show_detail` for courses was expecting an array of
lecturer oids. When it got only one and therefore not an array but an
int, the line `@lecturers_oid.each` would fail to parse the variable
because it is not an array.
2020-05-29 10:43:34 +02:00
2020-05-29 10:43:34 +02:00
2020-04-04 12:26:55 +02:00
2020-04-04 12:26:55 +02:00
2020-04-04 12:26:55 +02:00
2020-04-04 12:26:55 +02:00
2020-04-21 19:09:26 +02:00
2020-05-12 19:19:08 +02:00
2020-04-04 12:26:55 +02:00
2020-04-21 19:04:46 +02:00
2020-05-12 19:19:08 +02:00

SETUP

'rake db:create' 'rake db:migrate' 'rails server'

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

  • ...

Description
Ruby on Rails project for implementing a TISS crawler intended for mobile use
Readme 514 KiB
Languages
Ruby 61.5%
HTML 25.8%
CSS 8.9%
JavaScript 3.8%