Output Logger and SQL to the Rails Console in Development Mode  
  
    If you want to take a look at the SQL being generated by active record while your using the console, you can either type this into the console when it loads
ActiveRecord::Base.logger = Logger.new(STDOUT)
Or you can add it to your environment so that it'...  
  
    
      Written by Sean Behan on 06/17/2012