Archived
1
0
Fork 0
Sample Rails application for testing https://github.com/atomaka/psenv
This repository has been archived on 2023-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2019-10-03 22:48:18 -04:00
bin Initial commit 2019-10-03 22:39:54 -04:00
config Remove remaining non-essential pieces of Rails 2019-10-03 22:48:18 -04:00
lib/tasks Initial commit 2019-10-03 22:39:54 -04:00
log Initial commit 2019-10-03 22:39:54 -04:00
public Initial commit 2019-10-03 22:39:54 -04:00
test Initial commit 2019-10-03 22:39:54 -04:00
tmp Initial commit 2019-10-03 22:39:54 -04:00
vendor Initial commit 2019-10-03 22:39:54 -04:00
.gitignore Initial commit 2019-10-03 22:39:54 -04:00
.ruby-version Initial commit 2019-10-03 22:39:54 -04:00
config.ru Initial commit 2019-10-03 22:39:54 -04:00
Gemfile Initial commit 2019-10-03 22:39:54 -04:00
Gemfile.lock Initial commit 2019-10-03 22:39:54 -04:00
Rakefile Initial commit 2019-10-03 22:39:54 -04:00
README.md Initial commit 2019-10-03 22:39:54 -04:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...