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

multitenant requires multitenant (>= 0) #3

Closed reuven closed 13 years ago

reuven commented 13 years ago

I just discovered multitenant, and wanted to use it on a project that I'm doing. But I was unable to install the gem, getting an odd (recursive?) error that I put in the issue title.

I got this error using Ruby Gems 1.8.2, with both Ruby 1.8.7 and 1.9.2.

Any ideas?

Reuven

wireframe commented 13 years ago

fixed with the 0.3 release.

NOTE: the 0.3 release requires rails 3.1. if you need to support rails 3.x or lower please let me know.

ledermann commented 13 years ago

IMHO, supporting Rails 3.0 would be nice. I have added #5 for this