Feeds:
Posts
Comments

Archive for the ‘DataMapper’ Category

Merb Sessions

By default, Merb uses a cookie session store. Straight from the Merb docs:
If you have more than 4K of session data or don’t want your data to be visible to the user, pick another session store.
I have more than 4k and I don’t want the data visible (most important aspect). So, since I’m [...]

Read Full Post »

Merb Installing

I recently started updating an application I wrote called Easel (yes it’s a CMS) to version 2.1 of Rails. It was originally written pre-1.0 Rails, so it needed some serious updates and I wanted to open source the application.
Today I talked with some co-workers bringing them up to speed on the 2.x updates as [...]

Read Full Post »