Displaying 2 results from an estimated 2 matches for "abeysekera".
Did you mean:
abeyseela
2007 Feb 12
4
Proper use of "send" method
I have the following models:
class MainService < ActiveRecord::Base
has_one :travel_service
end
class TravelService < ActiveRecord::Base
belongs_to :main_service
end
I can use the following:
@main_service.travel_service = TravelService.new
But I can''t use the following:
@main_service.send("travel_service") = TravelService.new
It says " unexpected
2007 Aug 09
2
Rmovie on windows
Can rmovie be installed in a windows environment?
When I run "gem install rmovie".
It gives the following error:
Building native extensions. This could take a while...
ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension.
ruby extconf.rb install rmovie
''make'' is not recognized as an internal or external