Ruby on Rails Monday, July 4, 2011

On Mon, Jul 4, 2011 at 7:17 PM, Scott Ribe <scott_ribe@killerbytes.com> wrote:

> Really? ***ALL*** access through RoR and the models? ***NEVER*** any direct access for maintenance? Not ever???

That wasn't the stated premise -- do I "fully control access to the
underlying database"? Yes. I am the only one accessing the DB w/
write privileges, so I'm fully empowered to shoot myself in the foot
if I choose :-)

And yes, sometimes in dev mode I'll dump the DB, test drive an idea
in raw SQL, restore, rewrite that idea as a migration or rake task and
test, restore, etc.

But that's not the same as having a non-Rails app without validation
constraints accessing the same DB (which I believe was Andrew's
point - apologies if I'm misinterpreting).

--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassan

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment