作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
尝试使用 Rails 3.2.2 运行以下程序,切换到 3.2.1 并尝试另一台机器以查看它是否与核心/操作系统相关。
我尝试:
rails g bootstrap:themed events
我得到:
.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.1/lib/active_support/inflector/methods.rb:229:in `const_defined?': wrong constant name event (NameError)
from /Users/charleyhine/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.1/lib/active_support/inflector/methods.rb:229:in `block in constantize'
from /Users/charleyhine/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.1/lib/active_support/inflector/methods.rb:228:in `each'
from /Users/charleyhine/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.1/lib/active_support/inflector/methods.rb:228:in `constantize'
from /Users/charleyhine/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.1/lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
from /Users/charleyhine/.rvm/gems/ruby-1.9.3-p0/gems/twitter-bootstrap-rails-2.0.4/lib/generators/bootstrap/themed/themed_generator.rb:58:in `columns'
from (erb):6:in `template'
最佳答案
无需降级gem版本。相反,只需更改:
rails g bootstrap:themed events
到:
rails g bootstrap:themed Events
你需要将模型名称大写和复数化,这是愚蠢的,但它有效
关于ruby-on-rails - Bootstrap :themed wrong constant NameError -> const_defined?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9759347/
这是我的范围: scope :parents, where("categories.parent_category_id IS NULL") scope :children_of, lambda {
尝试使用 Rails 3.2.2 运行以下程序,切换到 3.2.1 并尝试另一台机器以查看它是否与核心/操作系统相关。 我尝试: rails g bootstrap:themed events 我得到
我正在尝试升级 Puppet 以使用 Ruby 1.9,但遇到了常量问题。 const_defined?("Timeout") 返回真,即使 :Timeout 不在常量列表中。这不会发生在 Ruby
我是一名优秀的程序员,十分优秀!