Skip to content

This is a test to know your ruby on rails basic knowledge

Notifications You must be signed in to change notification settings

honestveera/ruby_assessment_test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the assesment test

We have 3 objects:

  • A User that can either be a student (if it only learns courses), a teacher (if it only teaches) or a student_teacher if it does both things

  • A Program that represents the subject of a course (Eg: Calculus)

  • An enrollment that represents the student and the teacher that are in a certain course

Before coming to the first tecnical meeting you:

  • CAN NOT CHANGE THE TESTS or MIGRATIONS

  • CAN NOT ADD NEW MODELS, CONTROLLERS or MIGRATIONS

  • Have rspec tests passing without changing them (you can add more tests if you want)

  • Have a basic idea of how the code works

  • Understand how models should interact

About

This is a test to know your ruby on rails basic knowledge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.3%
  • HTML 18.6%
  • JavaScript 1.9%
  • CSS 1.2%