bakineggs

danbarry commented on danbarry/recurring_events_for

Wed 11/5/2008 11:49pm
Comment in 2edd4db:

While this solution should work, it isn’t necessary to create both a bookings table and an events table. If you wanted to, you could change lines 11 and 21 of recurring_events_for.sql to have the function select from the bookings table instead of the events table. Your bookings table would then have to have all of the columns required by the function, but you could have them to default to null and forget about them.
If you want to keep your code base a little cleaner, you could make your own fork of the project to only include what you need. That could also be helpful later if you need to add some other type of recurrence logic.

danbarry created gist: 19574

Fri 10/24/2008 8:17pm
saywatmang: hey lifo why arent transactional migrations supporetd in mysql defunkt: you cant do ddl in transactions in mysql abedra: cause mysql is a toy and no one should use it

danbarry created gist: 16480

Sun 10/12/2008 11:22pm
in validations_i18n_test.rb: def test_validates_length_of_counts_utf8_characters

danbarry committed to rails/rails

Sun 10/12/2008 9:26pm

0d4dbb3dfaec8355e072d8f758de40a277f2f009

test nested hash with float

danbarry forked nex3/haml

Sun 10/12/2008 7:06pm
Forked repository is at danbarry/haml

danbarry created gist: 11602

Fri 9/19/2008 3:02pm
Check out this website http://forgood.yahoo.com Hack for Good

danbarry committed to danbarry/whatpeoplesay

Fri 9/19/2008 1:42pm

danbarry committed to danbarry/whatpeoplesay

Fri 9/19/2008 1:42pm

danbarry created whatpeoplesay

Fri 9/19/2008 1:04pm
New repository is at danbarry/whatpeoplesay

danbarry commented on danbarry/mapit

Fri 9/19/2008 8:31am
Comment in 0fee0d9:

The XSLT parser is currently broken for Custom Data Services on Searchmonkey, so an off-site script will have to determine which map to use. Evan says the fix for this should be deployed 9/24/08.

bakineggs: Dan Barry

Projects