Welcome to Gaugeus Ramblings
You’re currently reading the home page.
Suggested Podcasts on Ruby on Rails
Podcasts I find especially useful to keep up-to-date with Ruby on Rails developments.
Suggested Podcasts on Tibetan Buddhism
Podcasts on Buddhist doctrine and philosophy I find especially informative.
Teachings by H.H. the Dalai Lama on Tibetan Buddhism Podcast
![]() |
H.H. the Dalai Lama, the most prominent contemporary figure in Tibetan Buddhism, teaches regularly on a variety of topics ranging from entry level lectures to profound oral commentaries on seminal texts covering subjects such as Wisdom, Compassion, Ethics, Nature of the Mind, Buddhism and Science, and Meditation and Psychotherapy. His office does a great job making them available through its official webcast. Now they are available as a podcast here:
|
Model Translation: Globalizing a Ruby on Rails Application by Adding Multilingual Support to the Models through Globalize's External Table or the Internal Storage Mechanism
Using the globalize plug-in for Ruby on Rails out-of-the-box makes it easy to add support for various languages. It can handle the management of translated terms and translation of models (displaying the content coming from the database in the selected language). This article gives a brief introduction about to how to implement model translation with globalize in an actual application.
Who am I? Am I my Blog?
In this post I speculate about the implications of having a social graph outside of specific social networks, creating your digital self, and setting up your blog as an OpenID.
Rendering Templates with Extensions such as rxml with theme_support: "Template is missing" and "No rhtml, rxml, or delegate template found for ..." Errors
The rails' plugin theme_support is a great way to allow customized stylesheets, javascripts, images, layouts, and views to your app. Unfortunately, as it is currently built now, it has a short-coming: it doesn't allow for specifying routes with extensions! In this article I will propose a correction which provides the plugin with a performance boost as an added plus.
View Translation: Globalizing a Ruby on Rails Application by Adding Multilingual Support to the Views
Using the globalize plug-in for Ruby on Rails out-of-the-box makes it easy to add support for various languages. It can handle the management of translated terms and translation of views (displaying the messages on each page in the selected language). This article gives a brief introduction about to how to implement view translation with globalize in an actual application.
Adding Theme Support to a Ruby on Rails Application
Suppose that your Ruby on Rails application is a generic one designed to be run customized to the look and feel of each of your client's taste. You can easily make it run in several places, each instance with its own customized stylesheets, javascripts, images, layouts, and views by adding theme support to it. In this article I will show you how.
Building a RESTful Ruby on Rails Application from the Ground up with a Site-wide Layout
In the following introductory article, I will build a stripped-down application to store a basic social graph for a person (a very fashionable subject nowadays). The steps to building the application will illustrate how to create a Rails application, configure it to connect to a MySQL database, generate resource scaffolding, use database migrations, and associate models. It will serve as a basis for later articles to illustrate more complex aspects of Rails development.
Introducción a C++ (Introduction to C++, Spanish only)
El siguiente articulo cubre rápidamente los conceptos básicos teóricos y prácticos para abordar el lenguaje de programación C++.

