2012-05-28 88 views
1

我跟着這個截屏做一個ERB:到:HAML耙任務: http://teachmetocode.com/screencasts/creating-a-rake-task-to-convert-erb-to-haml/ERB:到:HAML rake任務

我備份了所有與GIT,然後運行它,和它精美做了工作,但現在我的頁面沒有加載。

以下是截屏視頻中的rake任務,我的gemfile,haml中的頁面,錯誤以及終端上的'bundle install'輸出。

我很難過。

-

忘記要點前面有錯誤: https://gist.github.com/2820027

+0

你忘了包括「耙屏幕錄像中的任務,我的gemfile,haml中的頁面,錯誤以及終端上的「捆綁安裝」的輸出? –

+0

我做了... https://gist.github.com/2820027 –

+1

「application.html.haml」的第67行的「do」是什麼? –

回答

0

巴克注意到,該行67不包含有效HAML代碼:

- if @cart 
    = hidden_div_if(@cart.line_items.empty?, id: 'cart') do 
    = render @cart