nested-forms

    6熱度

    3回答

    我正在嘗試使用設計和活動商家編寫註冊。形式是複雜的,我的用戶對象是這樣的: class User < ActiveRecord::Base include ActiveMerchant::Utils # Include default devise modules. Others available are: # :token_authenticatable, :e

    2熱度

    1回答

    我目前有三個模型,並試圖將其中一個模型(webpage.id)引用到另一個模型(Micropost)中 - 這裏是情況: class Member < ActiveRecord::Base has_many :microposts end class Webpage < ActiveRecord::Base has_many :microposts, :dependent

    4熱度

    3回答

    我有這些模型: class User < ActiveRecord::Base has_one :city accepts_nested_attributes_for :city end class City < ActiveRecord::Base belongs_to :user end 此控制器操作: def create @user =

    1熱度

    1回答

    我一直在爲此而努力的最後幾個小時: 我有一個嵌套的表格(如下圖所示),它的工作,但對我的生活,我不能請參閱如何訪問_form_outcome_ratings.html.erb中的:student_id。它會在創建的隱藏字段中顯示相應的student_id,但我不知道如何訪問該號碼以在評分字段旁邊顯示學生的姓名。當我嘗試引用:student_id或:student_id.to_s時,它會返回「stu

    1熱度

    2回答

    我accommodation型號: class Accommodation < ActiveRecord::Base ... has_one :address ... accepts_nested_attributes_for :address ... end 我address型號: class Address < ActiveRecord::Base

    2熱度

    1回答

    我有以下型號協會: class Order < ActiveRecord::Base has_many :guests has_many :customers, :through => :guests accepts_nested_attributes_for :customers end class Customer < ActiveRecord::Base

    0熱度

    1回答

    這是我能想到的最好的標題。要使用流行的示例,我使用嵌套表單創建了一個調查,其中有很多問題都有很多答案。在Ryan Bates Railscast on Nested Forms之後,我成功創建了我的表單,可以添加新調查問卷,動態添加/刪除問題以及動態添加/刪除這些問題的答案。 現在,假設我也有一個用戶模型,一個用戶有很多調查,並且我爲一個特定用戶創建一個調查。我的問題是,如果我想爲同一用戶創建另一

    0熱度

    1回答

    我在rails3中創建了一個計費應用程序,在創建賬單時我感到困惑。 一個法案能有一個或多個項目 'bill' has many 'items' 'item' belongs to 'bill' 我的要求如下 我應該能夠創建一個新的法案,並添加項目(可以添加任何數量的項目) 我的問題是 1 - 獲得物品被保存在bill_details表我應該先產生bill_id,什麼是產生最好的辦法賬單ID。

    0熱度

    1回答

    我有一個配置文件,這個配置文件有很多curso s(課程)。我顯示了此配置文件的show.html.erb配置文件中的所有課程。 <% for curso in @profile.cursos %> <li><%=h curso.nome %> - <%=h curso.universidade %><br> Ingresso em: <%=h curso.ano_ingresso %> -

    2熱度

    1回答

    我是一個stackoverflow新手。請仁慈;-) 我有一個簡單的has_many關聯accept_nested_attributes_for。一切正常。但我真正需要的是更新和/或插入的孩子的返回值,因爲我發送每個Ajax的表單,並且在成功發佈/放置後只需要操作這些孩子的表單字段。 編輯: 型號: class Pirate < ActiveRecord::Base has_many :