Skip to content

chillicoder/dry-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRY your Rails CRUD with Simple Form and Inherited Resouces

Extended edition

Original reference

As I read the former post, I was wandering what would be like to apply this very concept but I had additional requirements:

  • To use a namespaced controller
  • To use with nested resources

Then I created this simple app to probe both ideas.

What I found is

  • The url in the crud views can be simplified with the url's generated by Inherited Resource
  • There is need to specific views in case of nested resources
  • The namespaced controller needs namespaced views

About

DRY your Rails CRUD with Simple Form and Inherited Resouces (Nested Resources Edition)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors