简体   繁体   English

在rails应用程序中编写的rails和默认方法在哪里?

[英]where are rails inbuilt and default method written in rails app?

Can any one explain help me understand how to find the location and definition or errors such as "NoMethodError" in rails app.任何人都可以解释一下,帮助我了解如何在 rails 应用程序中找到位置和定义或错误,例如“NoMethodError”。

Please let me know where can I get all the rails inbuilt method and function list.请让我知道在哪里可以获得所有 Rails 内置方法和函数列表。

NoMethodError is a core error in ruby. NoMethodError是 ruby​​ 中的核心错误。 Normally your best best is to go here for ruby docs and check or here for rails通常你最好的办法是去这里获取 ruby​​ 文档并检查或在这里获取 rails

NoMethodError lives here in the ruby docs NoMethodError住在这里的红宝石文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM