Skip to content

awead/valkyrie-rails-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a Rails App with Valkyrie

A giuded installation and build of a Rails application using the Valkyrie gem as its database persistence layer.

The tutorial was written on MacOS, so some of the command examples will be for that operating system, but most of the commands will be applicable on any Unix-type OS.

Requirements

  • Ruby 2.6 or later
  • Rails 5.2 or greater (6.0 is recommended)
  • Git
  • bundler 2.0.2 or greater
  • Postgresql 9.2 or later (for jsonb support)

Installing Requirements

gem install rails bundler
brew install postgresql

Syllabus

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages