This article works for both of production and development environment and not like other articles only work for development. The tested environment are Rails 4.2.5.1, Ruby 2.3.0, Doorkeeper 3.1.0, Grape 0.14.0, Grape-kaminari 0.1.8, Wine_Bouncer 0.5.1 and Devise 3.5.5 . 1. Sample configuration for Grape gem in Rails app projects. 列出Grape gem的設定檔範例 In config/application.rb, add below two
read moreFrom this link: http://stackoverflow.com/questions/27411581/centering-no-captcha-recaptcha/29836372?sgp=2#29836372, I have learned how to use css to position No Captcha reCaptcha at horizonal center inside a page. Belows are sass-syntax code. .your-recaptcha-class display: inline-block text-align: center inline-block means to represent your element to be text-feature and block-feature. Its format wouldn’t generate a new line with other elements itself and it’s also to be configured with padding, width, heigth, background-image attributes, …, etc. Extra reference about
read moreWe could classify objects of javascript or JSON ones to different groups based on their attributes' values. I modified original example as below coffeescript code from Reference link. Suppose you have an array-variable of JSON objects and a variable of Object, and you want to classify or group them based on values of their date attributes. warehouseOfClassifiedJSONObj = new Object(); arrayOfJSONObj = [ {name:"taro", date:"1996-01-01", total_average_price: 50}, {name: "flower", date:
read more今年一月偶然在活動之都墨爾本的海信體育館現場看澳網公開賽Australia open,澳網公開賽在Richmond train station附近的三個鄰
read more寫了一陣子的英文部落格文章,這篇用中文書寫調劑一下。Postgres 在 8.3 版之後的版本開始提供全文搜尋功能,資料表上若沒加上 tsvector 的欄位,每次查詢
read moreI use following codes and tools to debug files of CoffeeScript/JavaScript: Safari browser’s developer tool set breakpoints at debugger tab of javascript files responsive design mode of developer tool can help us to see what a web page is rendered. coffeescript code if myVariable? # this statement can check whether this variable has its value(s), null or undefined. If it has value, this statement would return true, otherwise false. alert
read more