横线或者下划线是跟 gems 命名规范有关的。rubygems 官方文档 (http://guides.rubygems.org/name-your-gem/) 阐述了 gem 命名时如何区分横线以及下划线的使用。
#3 楼 @mahone3297 最好是独立出来吧,html、css 以及 js 各司其职。还有上面说的问题,建议遵从 rails guides 的规范,使用 scss 文件即可:
2.3.2 CSS and Sass When using the asset pipeline, paths to assets must be re-written and sass-rails provides -url > and -path helpers (hyphenated in Sass, underscored in Ruby) for the following asset classes: image, font, video, audio, JavaScript and stylesheet.
image-url("rails.png") becomes url(/assets/rails.png) image-path("rails.png") becomes "/assets/rails.png"
你只要将你的代码改为:
/* xxx.css.scss */
.content {
background: image-url('index_backgroud.png') no-repeat ;
}
即可
留个足迹表示支持!
查看一下环境配置,看看config/environments/production.rb
是不是缺少 mailer 相关的配置
都没有写清楚城市名,还得跑到首页里边去找。
是不是需要改成:
scope '(:locale)' do
get '/kindeditor/images_list'
post '/kindeditor/upload'
end
#36 楼 @allenfantasy 辛苦了!
orig_hello
只是对 hello 方法的拷贝,hello
方法并没有消失,只是在重新定义hello
方法之后,hello
的行为变了。(后者是我的猜测)坐等大牛们正解!
#5 楼 @yeerkunth 不是 #4 楼 @tyaccp_guojian 原帖里边说了,后台工程师眼中,这种前端的细节不算 bug
2⃣0⃣1⃣4⃣新年快乐
不知道你们的分支名一般多长,反正我的太长了,所以挤压到 PR 按钮了。。。这算 bug 吧
语法好亲切。
首先,我没看过敏捷开发这本书,深深自觉挫爆了!
其次,至于为什么@line_item
没有保存成功,可能你就要检查一下 log 输出或者调试一下@line_item.errors
,另外检查一下 model 文件里边是不是定义了validatations
,但是这些验证都没通过?
还有LineItem
跟Number
的关系是不是反了?
最后,你都说高手了,还@我,让我压力好大!!!待会我被真的高手喷了怎么办?
有没有写入 crontab 啊?你执行crontab -e
查看是否写入成功
先感谢你的支持哈。不需要特意再去取消的,我们知道了就好。请问你姓卢对吧?
#7 楼 @yellowstar 欢迎!
赶紧抢位,期待第一次活动!
吐槽也是一门艺术,得有事实论据。所以,楼主还是说下你遇到的坑吧
都用,没有特别喜恶,看项目需要。
不是写了ERROR: Cannot allocate memory
吗?是不是你的内存占用太高了