-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capture not supported for 'slim' template #120
Comments
相關資訊 |
https://github.com/tka/serve/blob/master/lib/serve/view_helpers.rb (約 75 行左右) 不過可以用下面方法解決 在 view_helpers.rb 加入下面的語法
大致上就是把裡面原本的 capture_erb 重做一次,我測試後是正常的。 |
@elct9620 非常有幫助!!! |
@elct9620 would you like to send a pull request to https://github.com/tka/serve ? :) |
@elct9620 測試了一下, 似乎只會在頁面原處出現,並沒有送去 yield 該在的地方 |
剛剛測試之後也發現這個問題,正在思考問題原因 |
不過 contenr_for 得改成
使用 - 會發生無法轉換 Array 為 String 的錯誤(並且內容會重複兩次) 補充: 使用 補充2:
補充3: 應該還是要使用 |
Final Code:
可以 Support 至於支援,那就是很多複雜處理了 Orz ( Rails 似乎用了一個檔案去做一個 Handle 的動作 ) |
trace 了 slim 的 code 之後我依據 因為 slim 的輸出最後會透過他處理, 所以依照他的環境對 下面這 code 是我的結果, 測試 @evenwu 的例子沒問題, 不管是
|
請問 @tka 這些東西下個版本會進入 fireapp 嗎? |
從 fe0bb5b 之後支援 slim content_for 了 |
在使用 slim 這個語言的時候
在
_layout.html.slim
放置以及
index.html.slim
裡面放置就會噴錯
Capture not supported for 'slim' template
原本想說這應該是 fire.app 提供的 helper 應該與 slim 無關才對?
The text was updated successfully, but these errors were encountered: