view_mapper icon indicating copy to clipboard operation
view_mapper copied to clipboard

Scaffolding for your models and plugins

Results 4 view_mapper issues
Sort by recently updated
recently updated
newest added

See this thread: https://github.com/carlhuda/bundler/issues/210#issuecomment-8289155 I know this is all old and all, but I still have it around.. I'd be willing to help try to fix it if I had...

Will be a nice option :)

http://patshaughnessy.net/2010/2/13/creating-associations-to-existing-data-part-2-belongs_to-with-auto_complete . . once I got to here.. cuzican@CUZIVISTA ~/gitrepo/test $ script/generate scaffold_for_view employee name:string --view belongs_to_auto_complete:office warning Model Office does not contain a has_many association for Employee. cuzican@CUZIVISTA ~/gitrepo/test...