BetterAr
I just released BetterAr. A forward looking replacement for ActiveRecord::Base.all, .first and .count. Somewhat similar to what DataMapper does. (as far as the public api goes)
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I just released BetterAr. A forward looking replacement for ActiveRecord::Base.all, .first and .count. Somewhat similar to what DataMapper does. (as far as the public api goes)
Comments
Just know this is very experimental. I’m sure there are will be some issues that conflict with the Rails API.
Seems like a security vulnerability just waiting to happen, IMHO.
@Stephen Touset I doubt it. BetterAr just breaks up the hash and passes stuff to pre-existing AR methods. So if there are security vulnerabilities anywhere it would be in AR.
Post a comment