ruby-on-rails-3 问答列表

将 DateTime 保存到数据库:时区错误

作者:Jens Schmidt 提问时间:8/23/2011

我已经设置 config.time_zone = 'Berlin' config.active_record.default_timezone = :local 在“application.rb...

在导轨中显示控制器的图像

作者:Mohammad Yusuf 提问时间:6/12/2023

我正在视图中显示图像,使用该图像工作正常。<%= image_tag(@staff.attachment_url(@staff.image), alt: "No image", width: "100...

#&lt;AsistenciaController:0x00000000083450&gt; 的未定义局部变量或方法“asistencia_params”

作者:Edrei Beltrán 提问时间:6/11/2023

class AsistenciaController < ApplicationController def asistencia @username = params[:user_usernam...

使用 rspec 测试验证码

作者:user1439898 提问时间:4/29/2023

我正在使用 recaptcha gem,我需要涵盖测试规范中的替代场景(当验证码无效时) 这是 gem 在控制器中建议的代码 def check_captcha return if verify...

如何验证字段是空的还是数字?

作者:Andres Carretero 提问时间:4/6/2023

我想验证收到的参数是空字符串还是正数。我试过: validates :my_field, presence: true, if: ->{ ((my_field.is_a? String) &&...

尝试安装 pg gem 时找不到“libpq-fe.h 标头”

作者:demonchand 提问时间:5/18/2011

我正在使用 Ruby on Rails 3.1 预版本。我喜欢使用 PostgreSQL,但问题是安装 gem。它给了我以下错误:pg $ gem install pg Building nativ...

如何使用 Active storage 和 jbuilder 上传多个图像而不是 1 个图像?

作者:Ozge Cokyasar 提问时间:7/18/2020

这是我目前在我的视觉模型中拥有的: has_one_attached :image belongs_to :user def featured_image_url if self.imag...

Ruby on Rails 验证绕过和混淆

作者:john bowlee 提问时间:2/18/2023

我在Ruby on Rails上遇到了一个奇怪的事情,我不知道处理这种情况的正确方法是什么。 我有两个模型,Book 和 Page。 书籍(name:string) 页码(page_number...

如何在 Ruby on Rails 迁移中重命名数据库列?

作者:user1994764 提问时间:1/3/2010

我错误地命名了一列而不是.hased_passwordhashed_password 如何更新数据库架构,使用迁移重命名此列?...

Rails 3:通过 AJAX 为每个协会单独检索内容

作者:rgoraya 提问时间:1/28/2012

我的系统设置了以下关联: class Book < ActiveRecord::Base has_many : suggestions has_many : comments has_many : ...


共77条 当前第4页