https://github.com/ksylvest/playground
A sample application used to try things...
https://github.com/ksylvest/playground
graphql rails ruby typescript
Last synced: 9 months ago
JSON representation
A sample application used to try things...
- Host: GitHub
- URL: https://github.com/ksylvest/playground
- Owner: ksylvest
- Created: 2017-08-02T02:13:29.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-09-10T16:08:27.000Z (10 months ago)
- Last Synced: 2025-09-10T20:11:51.664Z (10 months ago)
- Topics: graphql, rails, ruby, typescript
- Language: Ruby
- Homepage: https://robotsmakinglove.com/
- Size: 12.4 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playground
## Configuration
```bash
bin/setup
```
If configuring with the ability to fetch config variables from Heroku environment run:
```
heroku config:get RAILS_MASTER_KEY > config/master.key
```
Otherwise follow the documentation for [credentials](https://guides.rubyonrails.org/security.html#custom-credentials) and generate entries for the options in `./config/credentials.yml.sample`.
## Usage
Changes to the GraphQL schema (`app/graphql`) require:
```
rake graphql:schema:generate
npm run codegen
```
## Status
[](https://circleci.com/gh/ksylvest/playground)
## Copyright
Copyright (c) - All Rights Reserved