The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Execute sql within rails environment without using your models

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Maruis Marais

Posts: 290
Nickname: maruis
Registered: Aug, 2005

Ruby rocks, what else can I say...
Execute sql within rails environment without using your models Posted: Aug 19, 2008 4:35 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Maruis Marais.
Original Post: Execute sql within rails environment without using your models
Feed Title: exceptionz
Feed URL: https://exceptionz.wordpress.com/feed/
Feed Description: Thoughts on Technology, Methodology and Programming.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Maruis Marais
Latest Posts From exceptionz

Advertisement
When you have a query that you need to run as raw sql against the database, like batch data processing or maybe some data cleanup, and you don`t want to create ActiveRecord models to handle the data. Because creating models is expensive and slow. So we want to execute directly against the database. But how [...]

Read: Execute sql within rails environment without using your models

Topic: Web Velocity Beta Program Previous Topic   Next Topic Topic: WebVelocity Console

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use