內容簡介
許多人使用 WordPress 來製作部落格,並且將其與 Ruby on Rails 應用程式一起運行。許多
Ruby on Rails 應用程式使用非常相似的登入系統,取自 restful_authentication
或 clearance 外掛程式。本外掛程式提供 hooks,以便您的 WordPress 網誌可以讀取您的 Rails
應用程式的 database.yml 檔案,連接到該資料庫並驗證使用者身份,以對應用程式進行驗證。
本外掛程式需要 syck PHP 擴充元件來解析 yaml。有關安裝 syck 的說明,請參閱以下網址:
http://trac.symfony-project.org/wiki/InstallingSyck
待辦事項
添加自動化測試
徵求使用者意見以了解其他選項
外掛標籤
開發者團隊
原文外掛簡介
Many people use wordpress to run blogs alongside their Ruby on Rails applications. And many
Ruby on Rails applications use very similar login systems, derived from the restful_authentication
or clearance plugins. This plugin provides hooks so that your wordpress blog can read your rails
app’s database.yml file, connect to that database and authenticate the user against your rails app.
This plugin requires the syck PHP extension for parsing yaml. Instructions for installing syck are available at
http://trac.symfony-project.org/wiki/InstallingSyck
To Do
Add automated tests
Solicit user feedback on further options
