It’s sometimes required to build a multilanguage web application. For those cases, Ubiquo provides a plugin that uses the Rails
Continue readingAuthor: Jordi
Creating your own Ubiquo Job Managers
Sometimes can be useful to create different managers. An example of this situation is when you want to run different
Continue readingHow to install ubiquo 0.9 – step by step tutorial
First of all, you need to have an account in github (https://github.com). Later, you must add your SSH key to
Continue readingUbiquo 0.8.1 released
Today we are releasing the Ubiquo version 0.8.1. This new version brings bugfixes and some new features. Ubiquo settings We
Continue readingUbiquo 0.8 is here
A new version of ubiquo is out! After these months of “silent” work on the master branch, we reached the
Continue readingHow to override an Ubiquo::Connector
Suppose you want to change the way some uhooks work for one of your models. You need to override this
Continue readingRevamping Ubiquo forms – UbiquoFormBuilder
The forms have been pieces of repeated HTML code till now. We focused on it to get more DRY and
Continue readingIncrement page view counter even if page is cached
Adding cache to web pages is usually a good practice; however, making all the content static prevents you from adding
Continue readingNew javascript and stylesheet helpers
Few weeks ago, we did a change in helpers used by ubiquo to load stylesheet and javascript files. Our idea
Continue readingFiltering by category in the model
In ubiquo_categories, there are mainly two ways to filter instances by the category name. The first one is the built-in
Continue reading