Friday 20 April 2012

Rails console tabled


   :Gemfile
   require 'hirb'
 
   :Rails console
   Hirb::View.enable
   :Log the sql queries
   ActiveRecord::Base.logger = Logger.new(STDOUT)

No comments:

Post a Comment