search for: muddawg

Displaying 3 results from an estimated 3 matches for "muddawg".

Did you mean: muddana
2006 Dec 29
4
Strange HABTM behavior against SQL Server (AR 1.14.4)
All, Win XP SQL Server 2000 Rails 1.1.6 (AR 1.14.4) I have two objects (Job and Warning) in a HABTM relationship. Below are the pertinent sections of the model files and the schema for the join table. job.rb: class Job < ActiveRecord::Base has_and_belongs_to_many :warnings, :foreign_key => ''JobReferenceNumber'' set_table_name :JobData set_primary_key
2006 Nov 08
20
Rails/Windows Guru Needed
Hey All, I''ve just got back from a great meeting with a potential new client. Everything was going so well - I knocked back their old-school project plans, sold Rails to them in less than 5 minutes. All cool. Then, 5 minutes before the end they say ''Oh and by the way - I know we said we''re happy to host on any platform suitable, but there''s been a change and
2006 Dec 08
19
HABTM join table quirk
I''ve been bringing up a good basica framework for applications at work. To give decent security I''ve been implementing the Rails Recipie for Authorization of function calls modeled on the book''s implementation. (Changes for our environment were added..but are minor.) Since I initially let Rails create the join table between two data tables with a HABTM relationship....I