借用 新創網站這樣開發才夠快 這篇格式,希望不要介意。我主要是想闡述以前在 T客邦 的經驗方法。 T客邦在一年半裡面,就從台灣 Alexa 400 名以外,衝進台灣 Alexa 100 名內。這一年半時間技術團隊開發出了四個大網站,十數個子網站,和背後一群深厚的基礎建設(HA, backup, PV stat, advertising system…etc.)。T17 實際開...
首先需要安装RMagick 这个gem. def get_sign_img #设置用来绘图的背景图片 bg_img = Image.read(@theme[:back_ground]).first draw = Draw.new ...
I had a ruby project named ”bootstrap_helper”, which has 43 watchers on Github. I thought having 43 watchers is sort of popular. But there is a weired thing: when I search keyword ...
在 Rails 開發中,有時候我們會遇到要在表單中設計 select 的選項。select 吃的 collection 是個 Array 。通常我們會往往第一直覺的想法是將之塞到 model 的 CONSTANT 裡,再寫一個 class method 包裝起來,再寫自己的 collection Helper 叫出來。 1 2 3 4 5 6 7 8 ...