-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For API Deployments #698
Comments
I would love it if you could use Suspenders to create an API-only app. An API app is more than just creating a Rails app with So what I think we need first is to decide on a core set of tools. We discussed some of that in thoughtbot/guides#365. Internally, we create a card in a special Trello board we reserve for project experiments, and someone will try out a tool on a project for a while and report back later on whether the experiment was a success or failure. We probably need to go through some of the options that were mentioned in the PR above and do just that. |
It sounds like JSON-API is the API Spec of choice for Thoughtbot then. Is that correct? |
Replied in #706 (comment). |
Maybe a dumb question, but can you explain what you mean by being able to solve this with generators? |
See PRs introducing behavior as generators: |
We've had a few projects recently that use rails API-only. Since rails-api is merged into rails (still coming soon), and your guides now have recommendations in regards to API specs, it might be worthwhile to add some flags to suspenders to automate those types of projects.
Would that be in-scope for suspenders?
The text was updated successfully, but these errors were encountered: