Last night I was struck with an idea, so today I started the coding part and ended up with a library to pull down (over IMAP) and parse Apple Mail.app formatted todos. Surrounding this library with a light weight Sinatra layer.
I recently ran across this helpful post on a Merb Datetime picker and it was good, that is until I wanted to use the JQuery Date picker. Well a bit of hacking later we have this:
<%= form_for @person %>
<%= jquery_date_field :birth_date :label => 'Birthdate' %>
<%= jquery_datetime_field :birth_d…Recently discovered some quirks while working with Datamapper (ver 0.10.2). If you want to fetch deleted objects you need to use the syntax:
Model.with_deleted { Model.all }
Which by the way will only find deleted objects, if you want all the objects your going to have to do something like
Model.wit…
Putzing around with Merb and it's authentication plugins (merb-auth-core, merb-auth-more, merb-auth-slice-password) trying to get BasicAuth working for a web app. While setup of the HTML form authentication was easy the BasicAuth didn't appear to work, it would continue to display the form requesti…
No tracks have recently been played.