wireframe / multitenant

making cross tenant data leaks a thing of the past.
http://blog.codecrate.com/2011/03/multitenant-locking-down-your-app-and.html
MIT License
164 stars 36 forks source link

Support for Rails 3.0 #5

Closed ledermann closed 13 years ago

ledermann commented 13 years ago

So far as I see the gem does not really need Rails 3.1, it should work with Rails 3.0 too.

For this, the gemspec dependency should be lowered, e.g. "ActiveRecord >= 3"

ledermann commented 13 years ago

Hm, Rails 3.1 is needed to get rid of the "dynamic_default_scoping" gem. Sorry, closing issue.