nested_scaffold icon indicating copy to clipboard operation
nested_scaffold copied to clipboard

Nested scaffold generator for Rails 4.2 and 5

Results 9 nested_scaffold issues
Sort by recently updated
recently updated
newest added

It would be great if there where support for simple form in nested_scaffold.

Hi @amatsuda. I followed the steps for using gem, but when I try to use the nested_scaffold generator I get the following message: Could not find generator 'nested_scaffold'. I am...

``` Running via Spring preloader in process 4480 invoke active_record create db/migrate/20180314125001_create_quota_assignments.rb create app/models/quota_assignment.rb error rspec [not found] insert app/models/company.rb invoke scaffold_controller create app/controllers/quota_assignments_controller.rb error slim [not found] error rspec...

https://github.com/plataformatec/responders It is super effective tool but it can be better if we add responders support

error: mongoid [not found]

https://github.com/amatsuda/nested_scaffold/issues/16

I'm interested in using this gem but am not 100% set, as I'm not sure what it will do. When you run `rails g scaffold model_name` you get something like...

Hi. This is an awesome gem. Thank you. I was wondering if you had any future plans to provide bootstrap compatible views in the templates?

I am using rails 3.2 and tried your gem, however, it did not generate views. it did generate controllers and models not views.