codebrew / backbone-rails

Easily use backbone.js with rails 3.1
MIT License
1.61k stars 255 forks source link

Problems with Nested Models... #78

Open dgdosen opened 12 years ago

dgdosen commented 12 years ago

Hey all - I see a problem with the scaffolding and nested models.

When I use the scaffolding to create models, collections and views with a nested model, you wind up with a situation where you'll be appending a view to several 'tbody' tags at the same time. You might want to limit your template selectors to append data to only the first, or closest tbody tag...

dgdosen commented 12 years ago

I'll create a pull request to show what I mean...