Field note
What it does
Rails API Mode lets you create Rails applications without browser features, serving JSON to API clients and client-side frameworks.
Capabilities
Available capabilities
Tags
Tags
Ways to use it
Ways to use it
sdk
Ruby / rails
Rails configuration for building API-only applications that serve JSON resources.
Field note
Rails API Mode lets you create Rails applications without browser features, serving JSON to API clients and client-side frameworks.
Capabilities
Tags
Ways to use it
Ruby / rails
Product features
Create Rails applications configured to start without browser features.
Provides page, action, and fragment caching.
Generates models, controllers, tests, routes, and migrations in one command.
Transparently converts HEAD requests into GET and returns headers only.
Decodes JSON and nested URL-encoded parameters into params.
Supports transparent reloading even for large applications.