No description
Find a file
dependabot[bot] cf244ed7ba
Bump puma from 3.12.0 to 3.12.4
Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 3.12.4.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v3.12.0...v3.12.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-04 12:22:50 +00:00
app Initial commit 2018-10-24 22:41:35 +11:00
bin Initial commit 2018-10-12 02:08:36 +11:00
config Initial commit 2018-10-12 02:08:36 +11:00
db Update 2018-10-12 08:24:13 +11:00
lib/tasks Initial commit 2018-10-12 02:08:36 +11:00
log Initial commit 2018-10-12 02:08:36 +11:00
public Initial commit 2018-10-12 02:08:36 +11:00
storage Initial commit 2018-10-12 02:08:36 +11:00
test Initial commit 2018-10-12 02:08:36 +11:00
tmp Initial commit 2018-10-12 02:08:36 +11:00
todo-app router added 2018-11-01 13:08:16 +11:00
vendor Initial commit 2018-10-12 02:08:36 +11:00
.DS_Store Initial commit 2018-10-12 02:08:36 +11:00
.gitignore router added 2018-11-01 13:10:27 +11:00
.ruby-version Initial commit 2018-10-12 02:08:36 +11:00
config.ru Initial commit 2018-10-12 02:08:36 +11:00
Gemfile Bump puma from 3.12.0 to 3.12.4 2020-03-04 12:22:50 +00:00
Gemfile.lock Bump puma from 3.12.0 to 3.12.4 2020-03-04 12:22:50 +00:00
Procfile.dev Initial commit 2018-10-12 02:08:36 +11:00
Rakefile Initial commit 2018-10-12 02:08:36 +11:00
README.md router added 2018-11-01 13:10:27 +11:00

README

This is a sample React + Rails Todo list app. To run this:

  • rails db:migrate

  • cd todo-app && npm install

  • heroku local -f Procfile.dev