gpt4 book ai didi

ruby-on-rails - 无法使用 Pry-rails 逃避 eval

转载 作者:行者123 更新时间:2023-12-03 01:20:18 32 4
gpt4 key购买 nike

嗨,我已经安装了 Pry 来进行一些很棒的调试,并且之前它可以工作,但是当我使用“下一步”进入代码时,出现以下错误:

SyntaxError: (eval):2: Can't escape from eval with next

正在使用的代码:

def create
binding.pry
build_resource(sign_up_params)

if resource.save
yield resource if block_given?
if resource.active_for_authentication?
set_flash_message :notice, :signed_up if is_flashing_format?
sign_up(resource_name, resource)
respond_with resource, :location => after_sign_up_path_for(resource)
else
set_flash_message :notice, :"signed_up_but_#{resource.inactive_message}" if is_flashing_format?
expire_data_after_sign_in!
respond_with resource, :location => after_inactive_sign_up_path_for(resource)
end
else
clean_up_passwords resource
respond_with resource
end
end

其他人也遇到过这个问题吗?

最佳答案

请确保安装“pry-nav”gem。

我遇到了同样的错误,因为我假设导航命令包含在“pry-rails”gem 中。

在 Gemfile 中添加 gem 'pry-nav',然后运行 ​​bundle install

关于ruby-on-rails - 无法使用 Pry-rails 逃避 eval,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20404267/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com