I\'m having a problem with some associations in Rails3. I have the following associations InformationCategory :has_many => Informations :has_many => InformationValues
Similar to this question, how do I set a property on the join model just before save in this context?
In my project properties I go to publish, options, and file associations and enter \".cms\", \"Contact manager File\" \"pqcms\" and \"1icon.ico\", but when I publish and install it does not appear to
I have two开发者_开发技巧 models/tables in my Rails application: discussions and comments. Each discussion has_many comments, and each comment belongs_to a discussion. My discussions table also includ
I have a model called Kase each \"Case\" is assigned to a contact person via the following code: class Kase < ActiveRecord::Base
I am having trouble accessing the correct information in my rails model (which I believe to be correct) The schema for my tables are
I wish to open a file (lets say, a word document) from a Java application using the associated program installed on the computer (in this example, using MS Word or Open Office Writer).
So I have a create_table like this for Courses at a School: create_table :courses do |t| t.string :name
I have an application managing software tests and a class called TestResult: class TestResult < ActiveRecord::Base
Ok, I am trying to display the profile pic of a user. The application I have set up allows users to create questions and answers (I am calling answers \'sites\' in the code) the view in which I am try