Pfingstfrosch ca38d7260d fixed bugfix where another user could not store the same object again
fixed the primary keys => all the classes have now composite primary key which contais an id + user_id, necessary gem: 'composite_primary_keys'
fixed the user_id relation => every class now "belongs_to" user

pls kill me know
2020-06-05 00:35:04 +02:00
2020-05-31 15:48:17 +02:00
2020-04-04 12:26:55 +02:00
2020-05-29 10:29:20 +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: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%