nsabiyera / Oak

Frictionless development for ASP.NET MVC single page web apps. Prototypical and dynamic capabilities brought to C#.
http://amirrajan.github.com/Oak
MIT License
6 stars 7 forks source link

should not Seed&Query be part of cambium package #33

Closed davidpodhola closed 10 years ago

davidpodhola commented 10 years ago

We are dividing our projects into smaller parts. It includes also having data access project out of the web. After moving the code to the new project and installing cambium package, I found out we need Seed.cs and Query.cs as well. Seed.cs is needed because we want SeedController (modified) to be part of the data access project and Query.cs is required by Seed.cs.

What do you think?

amirrajan commented 10 years ago

I can see how that would be helpful. However, the number of occurrences where I've used cambium on databases which where not created by Seed.cs and Query.cs are high enough (adding Seed and Query wouldn't have been a good fit for those scenarios). I've thought about releasing packages that mix different Oak configurations, but it's easy enough to install multiple packages, so I've decided not to.

If I've misread your pain points, please don't hesitate to comment and I'll reopen.