能爲我這樣的人解釋從幸運僵硬的露營微架構的這部分代碼:接收 # Simply builds a complete path from a path +p+ within the app. If your
# application is mounted at <tt>/blog</tt>:
#
# self/"/view/1" #=> "/blog/view/1"
# self/"styl
我在露營建築中,發現我的應用程序的數據庫無處可見。它必須是某處,因爲我的數據一直存在,但我無法找到它。 展望源我看到server.rb: module Camping
class Server < Rack::Server
class Options
if home = ENV['HOME'] # POSIX
DB = File.join(home, '
我想做一個簡單的博客露營,就像野營的例子,只有我想用視圖而不是markaby使用haml。我想使用_post.html.haml部分來渲染帖子,但我有一種感覺,我可能會以錯誤的方式去做。 Blog.rb require 'camping'
Camping.goes :Blog
Blogtitle = "My Blog"
module Blog
# Path to where
module App::Models
class Team < Base
has_many :players
[...]
end
class Player < Base
belongs_to :team
end
當調用@team.players(或@player.team): NoMethodError at /team/