ruby-on-rails-3

    -4熱度

    1回答

    如何循環以獲取表格的一個項目? 如果使用 <% @blocks.first(4).each do |b| %> 將得到表 ,但只獲取項目5的前4個? 我已經使用發現<% @blocks.find(5).each do |b| %> 但不斷收到首創表 所以5,有人知道試過? 內塊 <% @blocks.first(1).each do |b| %> <li > <%= l

    1熱度

    1回答

    在我的Rails Gemfile中添加了一個新的寶石。它是這樣使用: Email::Client 我有現在的問題是,我也有我的Rails應用程序一類叫做Email。現在,有時候,當我嘗試初始化它,我得到以下錯誤: Email.new # >> undefined method 'new' for Email:Module 可能是因爲Email是在創業板Module。我該如何解決這個問題?有

    2熱度

    1回答

    在windows 7上的ruby on rails項目中遷移db時出現錯誤我在github上的prelauch項目中收到了以下錯誤。我已經安裝postgres數據庫,但我沒有得到哪些寶石PGconn,PGresult和PGerror。 不推薦使用PGconn,PGresult和PGError常量,並且從版本1.0起刪除 。 您應分別使用PG :: Connection,PG :: Result和P

    1熱度

    2回答

    我正在使用之前從Rails 3升級的Rails 4應用程序。我之前沒有使用過Rails 3。我遇到了這樣的東西user.update_attributes({ attr => bulk_update_params[attr] }, :as => :admin)。軌道4目前抱怨update_attributes只接受1個參數,而不是2 我試圖做user.update_attributes({ att

    1熱度

    2回答

    我有一個AJAX上正在顯示,如下圖所示選擇未定義一個Rails應用程序選擇, 我加入了order範圍來解決,但如果我刪除order列表顯示不出來,如果我把created_at或name asc,它顯示undefined 有人知道爲什麼嗎? 上的控制器是: def index genders = Gender.where(block_id: params[:block_id]).selec

    0熱度

    2回答

    我是rails新手,並在最近2天內急於加載。 我有兩個模型Car和Images與Car has_many :images關聯。並且我製作了一個api,用它們的圖像返回json數組汽車。我想要單個圖像而不是來自關聯的所有圖像。 我使用像: Car.where(:company=>"BMW").as_json(:include=> {:images}) 這將返回所有的汽車行駛的所有圖像。 我希望所

    1熱度

    3回答

    我想下面的日期和時間的組合,以UTC from_date: "2017-06-19",from_time: "14:00" to_date: "2017-06-19", to_time: "23:00" Timezone: EDT 我使用下面的代碼轉換爲轉換 Date.parse(dt).to_datetime + Time.parse(t).utc.seconds_since_midni

    0熱度

    2回答

    我需要在我的routes.rb文件中掛載兩次。自從我加入ForestLiana後,第二個(Facebook Messenger)無法使用。 當我嘗試「/收聽」,我得到了下面的錯誤與Facebook連接: Callback verification failed with the following errors: curl_errno = 28; curl_error = Operation ti

    0熱度

    1回答

    我已在development.rb以下SMTP配置 ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.smtp_settings = { :address => "smtp.zoho.com", :port => 465, :user_name => "[emai

    0熱度

    2回答

    我想刪除活動管理員顯示頁面上的編輯按鈕,除了月份和年份等於當前月份和年份的記錄外。 我能做到這一點在指數 if (es.month == Date.today.strftime("%m").to_i) && (es.year == Date.today.strftime("%Y").to_i) span link_to 'Edit', "/executive_summaries/#{es