https://github.com/andrewmcodes-archive/rails_conf_simulus_workshop
https://github.com/andrewmcodes-archive/rails_conf_simulus_workshop
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/rails_conf_simulus_workshop
- Owner: andrewmcodes-archive
- Created: 2019-04-30T17:15:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T17:17:51.000Z (about 6 years ago)
- Last Synced: 2025-01-01T06:22:23.502Z (5 months ago)
- Language: Ruby
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RailsConf 2019 Stimulus and Webpacker Workshop by Noel Rappin
## Links
- [snippets](https://gist.github.com/noelrappin/b87ee470f760d2496d2d03a0187a33f3)
- [repo](https://github.com/noelrappin/rails_conf_north_by)
- [notes](https://github.com/andrewmcodes/rails_conf_simulus_workshop/blob/master/Notes.md)## Workshop README
This code base is for use during the [2019 RailsConf Stimulus workshop](https://railsconf.com/program/workshops#session-781)
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 scheduleThere 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`
1. Wait....it will take a while before the app is running.
1. Go to http://localhost:3000You should be able to edit the files normally.