link-to-function

    0熱度

    1回答

    我有中有此功能的users_controller: def process_csv puts 'processing csv file' end 然後,我有一個「的link_to」標籤的show.html.erb文件它。 <%= link_to 'Click HERE to open file', @user.image.url %><br/><br/><br/> <%= label_t

    0熱度

    1回答

    link_to_function這是我的代碼 <%= link_to_function ("Add another url", :id=> "add_another_url_link_id") do |page| page.insert_html :bottom ,:add_another_url, :partial =>'add_another_url', :locals =

    0熱度

    1回答

    我想實現從Ryan的「railscasts插曲-197」link_to_remove_fields的想法。 我似乎有與JavaScript文件「 我application.html.erb文件中包含的JavaScript: <%= javascript_include_tag 」問題中的應用「 %> 我添加的功能,以該文件的application.js: function remove_field

    0熱度

    2回答

    我試圖用javascript函數替換表單中的提交按鈕。我能夠插入下面link_to_function提交表單: <%= link_to_function 'Create', "$('form').submit()" %> 現在,我想替換默認形式與js函數提交按鈕上面的jQuery有一個備用選項時,JS是禁用的。現在的問題是: 我怎麼取代普通提交 按鈕裏面我的application.js文件?

    2熱度

    2回答

    假設使用link_to方法途徑 map.resources :articles 你是怎麼得到這個 /articles?most_popular ? 嘗試了以下內容: link_to articles_path(:most_popular) # exception link_to articles_path(:most_popular => nil) # /articles link_t

    0熱度

    1回答

    我是Rails的新手,我構建了一個quizz應用程序。 我有一個has_many和belongs_to兩個模型之間建立關聯:級別和問題。 #models/level.rb class Level < ActiveRecord::Base has_many :questions end #models/question.rb class Question < ActiveReco

    5熱度

    1回答

    我正在創建我的第一個真正的Rails應用程序,我正在學習中。我有一種情況,我需要在一個表單上創建嵌套的屬性,所以一直在看與之相關的railscast情節(196和197)。在第二集中,他使用了一個link_to_function方法,該方法在rails 4.1中顯然不再可用。 我想知道如何取代它。我一直在嘗試link_to,並嘗試了許多針對發佈類似問題的其他人的建議解決方案,但無濟於事。 這裏是我

    0熱度

    1回答

    我有一個嵌套的形式是這樣的: <% form_for setup_training(@training), :url => admin_trainings_path, :html => { :class => :form } do |f| -%> <!-- begin of form --> <!-- content of :partial => "day_form" --> <% f.fi

    0熱度

    2回答

    我有一個表單,當最初提交時,它會進入一個頁面,用戶可以在發佈到網站之前「預覽」該項目。我有這3個鏈接,但我想將它從默認文本鏈接更改爲圖像按鈕,他們可以點擊執行這些任務。 <?php echo link_to('Edit', 'ticket_edit', $ticket) ?> <?php echo link_to('Purchase', 'ticket_publish', $ticket