我正在以下錯誤「未定義的方法`belongs_to的」 ActiveRecord的:模塊」,其示出了下面的代碼爲我的誤差在1行 class Posting < ActiveRecord::
belongs_to :user
validates :content, length: { maximum: 1000 }
end
另外示出在線路在該代碼中的錯誤10 class P
我正在使用acts_as_votable。 所以我的路線是這樣的: resources :git do
member do
get :like
get :unlike
end
end
因爲我不需要查看我沒有創建文件like.html.erb & unlike.html.erb。 我喜歡動作: def like
@git = Git
我目前正在學習Ruby on Rails。我使用了強大的參數的Rails 4方法來指定哪些屬性可以在我的用戶模型中訪問。 這是我users_controller.rb class UsersController < ApplicationController
def create
User.create(user_params)
end
private
我試圖做一個MissingImage類是這樣的: class MissingImage
include ActionView::Helpers::AssetUrlHelper
def src format
return asset_path('layout/missing_image.png')
end
end
要在模型中使用這樣的: def ma
我越來越: PG::UndefinedObject: ERROR: type "hstore" does not exist
LINE 1: ...arying(255), "finish" timestamp, "widget_locations" hstore)
下面是我的特拉維斯配置文件: language: ruby
rvm:
- 2.0.0
env:
- D