February 2011
2 posts
1 tag
Add errors to base in rails3 (using I18n)
I must have missed the part of the changelog where it states that the errors.add_to_base call will be deprecated. Anyhow, I searched the web and almost every case refers to the new API using errors[:base] = 'My error message' orĀ  errors[:base] << 'My error message' This might be fine for single language apps, but when you have to provide the interface in many languages and want to keep...
Feb 18th
How to create a neo4j server plugin (part 1)
In order to properly capture all the relationships between actors and objects in one of my projects, I am currently evaluating the usage of a GraphDB and after some digging I decided to give neo4j a spin. It seems to be rather mature, stable and on the right track to push a proper REST API. Unfortunately, the API is still rather limited and cannot provide all the features I need. As I cannot...
Feb 4th