Displaying 2 results from an estimated 2 matches for "schemename".
Did you mean:
schemaname
2010 Oct 11
8
Nooby Stuck - "has_and_belongs_to_many" relationship
trying to set up a "has_and_belongs_to_many" relationship
would very much appreciate the help, not sure what im doing wrong at all.
Scheme.rb
class Scheme < ActiveRecord::Base
validates :schemename, :presence => true
belongs_to :user
has_many :levels, :dependent => :destroy
has_and_belongs_to_many :works
end
Work.rb
class Work < ActiveRecord::Base
validates :workname, :presence => true
belongs_to :user
belongs_to :unit
has_many :marks
has_and_belongs_t...
2010 Sep 18
0
Wine release 1.3.3
...Set}Path.
urlmon: Removed some unneeded URI_THIS casts.
urlmon: set_builder_component now handles setting the modified property flag.
urlmon: Implemented IUriBuilder_{Get/Set}Port.
urlmon: Implemented IUriBuilder_{Get/Set}Query.
urlmon: Implemented IUriBuilder_{Get/Set}SchemeName.
urlmon: Some IUri's don't include the userinfo component in the absolute URI string.
urlmon: Implemented IUriBuilder_{Get/Set}UserName.
urlmon: Fixed bug in IUriBuilder_GetUserName.
urlmon/tests: Removed no longer needed todo_wine's.
urlmon/tests: Restruct...