I am having some issues when updating an object that has a nested attribute. My model objects are: User
Trying to make a nested form, which is working fine so far, except i need to put some dropdowns for the user to choose, as well as maybe make a couple of validations, however it seems nothing gets out
I\'m trying to build a simple nested form, checking a lot of resources online, but can\'t find what is it that I\'m missing!
I\'m using formtastic & formtastic_cocoon to created a nested form. All seems to be working well dynamically adding a nested form to an existing form, with one exception.
I\'m stucked in Nested models. I have some nested habtm models. The problem is how do i filter habtm nested model results in views.
I\'m having trouble figuring out how to get an error message displayed - in fact to even get the page displayed on error.
I have a class called Appointment that has, among other attributes, start_time. In my form, I\'m not using start_time directly. I\'m separating it into start_time_time (I know it\'s an awkward name)
How would one create the following valid (x)HTML where the checkboxes and radiobuttons (column 3 and 4) and save button are all part of one big form, and all the delete buttons (last column) are submi
I have a little trouble getting this to work. class User < ActiveRecord::Base has_many :events, :through => :event_users
With the way I currently have my code set up, a user has_many current_treatments (which are distinct from other treatments in that the association between them and user has a boolean \"current\" set t