Displaying 2 results from an estimated 2 matches for "jakimowicz".
2007 Aug 02
7
has_many and class function
Hello,
i have two models :
class Container < ActiveRecord::Base
has_many :bottles
end
class Bottle < ActiveRecord::Base
belongs_to :container
def self.find_all_from_container(container)
container.bottles.find(:all)
end
end
i was asking myself if there was a better way to write the function
find_all_from_container : i can call it from an instance of Container
but
2007 Nov 02
3
ruby-oci8 build fails
I''m trying to build the ruby-oci8 with the Oracle Instant Client on OS
X. The Instant Client works, and the make seems to be ok with it up
until OCIInitialize(). Anybody got this to work?
[relevant output]
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby /
Users/dmholmes/Desktop/ruby-oci8-1.0.0-rc2/ext/oci8/extconf.rb
checking for load library path...