近期由於在忙一個Web APP,會需要用到爬蟲,並且要存到資料庫裡(剛好這個APP在雲端的資料庫是MySQL),所以就開始研究怎麼爬蟲、怎麼存資料、怎麼操作MySQL…,東西一多就雜、變得難記,因此就把一些瑣碎的事情寫在這吧!
使用Devise整合OmniAuth實作第三認證 - Spotify帳號登入 (未完)
Posted on
|
In
Ruby-on-Rails
OAuth
An open protocol to allow secure authorization in a simple and standard method from web, mobile and desktop applications.[1]
解決在Rails資料表遷移中,
以non-null為條件進行add_column時會引發的錯誤
Posted on
|
In
Ruby-on-Rails