我已经成功地进行了一些实验,将斜线与铁路连接起来(见)。 是否应当将 Nesta CMS纳入铁路3应用?和 Nesta CMS和铁路3一体化:在离轨铁路3号申请中增加博客
但是,正如“
为了给它一个尝试,我用 这里是我目前的文件集,一体化是我之间的。 铁路3.0.10和 Nest0.9.10: config/routes.rb 最新资料: 利用 config/ initializers/nesta.rb nesta-blog/config/config.yml I thought was depending by how nesta built the relative path of menu s liks and that was depending on Than I在<>url = http://www.ohchr.org。 最新资料: 很少有人尝试<代码> Nesta:Menu.for_path(/ ),载于 没有结果。 我的头痛-博客/同声/门乌。 并且如果我试图把诸如: So my question is, how does it work ?
Do you have any suggestion / workaround ? Thanks in advance
Luca G. Soavenesta demo:content
建造了著名的内容-demo站点,但右边上的所有链接,都来自内容-demo/menu.txt,由于与主要铁路连接(,而不是与嵌入的内线性log博客(
match /blog => Nesta::App
match /css/*style.css => Nesta::App
match /attachments/*file => Nesta::App
root :to => "home#index"
mount Nesta:App, :at => /blog
,而不是match /blog => Nesta:App
丰富的结果......require "nesta/env"
require "nesta/app"
Nesta::Env.root = ::File.expand_path("../../nesta-blog", File.dirname(__FILE__))
Nesta::App.root = ::File.expand_path("../../nesta-blog", File.dirname(__FILE__))
...
content: nesta-blog/content-demo
...
base_url
method in nesta-0.9.10/lib/nesta/app.rb
. def base_url
url = "http://#{request.host}/blog"
request.port == 80 ? url : url + ":#{request.port}"
end
。
def set_common_variables
@menu_items = Nesta::Menu.for_path( / )
@site_title = Nesta::Config.title
set_from_config(:title, :subtitle, :google_analytics_code)
@heading = @title
end
marking-up-pages
examples/using-markdown
examples/using-textile
examples/using-haml
adding-attachments
menu-editing
publishing-a-feed
/
or /blog
or /nesta-blog
the menu disappear ...