摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#database.ymlstaging:adapter:mysqldatabase:store_staginguser:rootpassword:host:localhost#environment... 阅读全文
摘要:
# in routes.rb map.connect 'articles/:year/:month/:day', :controller => 'articles', :month => nil, :day => nil, :requirements => { :year => /\d{4}/ } 阅读全文