RubyFlow The Ruby and Rails community linklog

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)

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in