https://github.com/sleepingkingstudios/lodestone
A Ruby on Rails-based task tracking application.
https://github.com/sleepingkingstudios/lodestone
Last synced: 6 months ago
JSON representation
A Ruby on Rails-based task tracking application.
- Host: GitHub
- URL: https://github.com/sleepingkingstudios/lodestone
- Owner: sleepingkingstudios
- Created: 2021-01-08T00:05:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-03T00:00:54.000Z (8 months ago)
- Last Synced: 2025-11-03T02:13:39.227Z (8 months ago)
- Language: Ruby
- Size: 814 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lodestone
## Local Setup
Set up the authentication credentials for the `development` and `test` environments:
- `bundle exec rails credentials:edit --environment=development`
See `config/credentials/example.yml` for a sample credentials file.