Aside from require 'rubygems', you should also wrap that rails- specific setup in an ENV['RAILS_ENV']. I explained how to do it here: http://tagaholic.me/2009/09/07/hirb-tips-for-rails.html
Gabriel On Feb 16, 1:27 am, Vincent P <[email protected]> wrote: > How do I make the script/console run the following commands > automatically at the beginning whenever it starts? > > ActiveRecord::Base.logger = Logger.new(STDOUT) > require 'hirb'Hirb::View.enable > > I try putting these in .irbrc but it does not work. > > Thanks. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

