Skip to content

florianeck/generic_resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Resources Gem Version

This gem adds an easy way to provide CRUD functionality for your models without the need to create a scaffold for every of them or even create on single controller!

How to use

First of all, to use this plugin, you actually have to do a little bit of coding yourself. This applies to the views. As your layout is not predictable for the gem, it is requiered to create the ways manually in order to fit your needs best. See view folder for examples

In the model

Add acts_as_generic_resource to your model to register it as GenericResource and make it available to the GenericResourcesController

Todo

  • Write this README file
  • Write Specs / Create Dummy App

About

generic_resources Gem for Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published