Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

tablexi/rails_conf_north_by

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RailsConf 2019 Stimulus and Webpacker Workshop

This code base is for use during the 2019 RailsConf Stimulus workshop

In order to run this application, you need SQLite on your machine. The application comes with a pre-seeded SQLite database.

This application does not specify a Ruby version, for ease of install. It was developed with Ruby 2.6.2, but should run with any version of Ruby 2.5 and up (which is the prerequisite for Rails 6.0).

In order to get set up, you should do the following

  1. Clone and download this repository
  2. In the directory for this repo, make sure you are running Rails 2.5 or up
  3. run bundle install
  4. run yarn
  5. go to http://localhost:3000
  6. You should see a webpage that looks like a schedule

There is also a Docker setup. Please note that Noel will be much less likely to troubleshoot docker issues.

To use Docker:

  1. docker-compose up
  2. Wait....it will take a while before the app is running.
  3. Go to http://localhost:3000

You should be able to edit the files normally.

About

Workshop for RailsConf 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 79.8%
  • HTML 15.7%
  • JavaScript 2.9%
  • CSS 1.2%
  • Other 0.4%