hovercraft icon indicating copy to clipboard operation
hovercraft copied to clipboard

Generate a RESTful API from a directory of ActiveRecord models.

Results 2 hovercraft issues
Sort by recently updated
recently updated
newest added

Right now overriding the built in `as_json` method for each model is kind of a pain and should really be split out into a separate class. Integration with `active_model_serializers` would...

enhancement

We really only generate the bare bone routes for each model. Special association routes for things like showing and creating nested objects would be super useful.

enhancement