Nattawat Nonsung
Nattawat Nonsung
I could not find the way to update `bid_modifier` of `campaign_cirterion` to `null` When I use the following code to update `campaign_criterion`'s `bid_modifier`, it works when I provide a number...
I made the improvement on the helper method. Now it can handle multiple `fa-` classes. For example, to add `fa-2x` class we need to use `icon('flag', class='fa-2x')` which make more...
I am in the process of upgrading rails 3.2 to 4.1.8. So, I add the gem to make the app running without changing any code. The observer and sweeper actually...
My use case was to use `ENV['var']` in the `bora.yml` so I made this small PR for it.