rails-rest-framework icon indicating copy to clipboard operation
rails-rest-framework copied to clipboard

A framework for DRY RESTful APIs in Ruby on Rails.

Results 6 rails-rest-framework issues
Sort by recently updated
recently updated
newest added

On your website for this it shows being able to filter with =, is there a built in way to > or 255 Just and example. what im trying to...

Issuing an update to a record via PUT behaves like PATCH, updating only the sent properties instead of completely replacing the record as would be expected. This mostly manifests when...

Also for pagination, perhaps we should include next/prev links?

For most CRUD it's just the default fields, but like for DELETE it should be nothing, and then for extra fields it should just be fields defined in their config......

There is already a branch for this, but basically I want to dynamically construct `::Channel` classes on each controller to allow subscribing to updates for a particular collection, and interacting...

enhancement

Create a `::Channel` class attached to RESTful controllers to create a framework for setting up websockets using Action Cable.