How about the '--mountable' and '--full' beside in the Rails 3.x Engines ,and also 'rails new'?
rails plugin new
的--mountable
and --full
有什么区别呢,以及rails new
?
Has any defferent between the 'dependency' in '*.gemspec' file and the 'gem "gemname"' in 'Gemfile'?
*.gemspec
的 dependency
添加 gem
?它和 Gemfile
的 gem "gemname"
有什么不同之处吗?或者说是联系?
the rails application created by'rails plugin new myengine --full',how to use the 'dummy' app and real app?
对于使用 rails plugin new myengine --full
创建的项目该怎么使用 dummy
app 和真实的 app?
在做 engine demo 过程中遇到了 几个问题 请教一下?我也再找找资料 然后 我再整理一下 就是经验了 嘿嘿?