rubyonrails-talk
August 28th, 2006, 08:55 AM
I'm trying to use ActiveRecord on the latest MacOS X Tiger, but it
gives me this error when I try to instantiate my subclass of
ActiveRecord::Base (after calling establish_connection)
Here's my small code snippet:
require 'rubygems'
require_gem 'activerecord'
ActiveRecord::Base.establish_c onnection(
More... (http://groups.google.com/group/rubyonrails-talk/msg/c848c7e281fa68ad)
gives me this error when I try to instantiate my subclass of
ActiveRecord::Base (after calling establish_connection)
Here's my small code snippet:
require 'rubygems'
require_gem 'activerecord'
ActiveRecord::Base.establish_c onnection(
More... (http://groups.google.com/group/rubyonrails-talk/msg/c848c7e281fa68ad)