Skip to content

mirrorspock/Astutus-Vulpes

Repository files navigation

Ruby on Rails training

This repo can be used with the Rails training from Kabisa.

It is tailored compatible with Ruby on Rails version 4.2.

Prerequisites

Prepare

  • checkout out this repository
  • cd into the repo and run: vagrant up
  • run vagrant ssh to login to the box and start your journey

Handy commands

SQLite

command description
sqlite3 -column -header db/development.sqlite3 Open SQLite database
.tables Show tables inside SQLite database
.schema [tablename] Show the definition of the schema
SELECT * FROM [tablename] Show the contents of the table

Ruby & Ruby on Rails resources

About

Machine Learning Experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published