GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

kumo

Italy
0
4
Apr 19, 2008
  • adding who and when to a boolean/checkbox
    Created Mon May 26 12:58:24 -0700 2008
    legend
  • A reimplementation of RSpec's story framework, based on Treetop.
    Forked from aslakhellesoy/cucumber Fri Oct 10 06:37:06 -0700 2008
    legend
  • feeble attempt to sort out me money
    Created Mon Jun 02 02:59:04 -0700 2008
    legend
  • from [1,2,3,5,8,9] into "1-3,5,8-9"
    Created Thu Jun 19 09:37:18 -0700 2008
    legend

Public Activity  feed

kumo commented on aslakhellesoy/cucumber Sun Nov 23 23:29:27 -0800 2008
Comment in fc584eb:

Could one use a World to represent the type of person logged in, e.g. admin, user, guest? Or would it be better to use them for something else? I’m still not sure how they can help me…

kumo started watching dcrec1/restful-authentication-i18n Thu Oct 30 02:33:49 -0700 2008
restful-authentication-i18n's description:
Generates common user authentication code for Rails with support for i18n, a full rspec suite and optional Acts as State Machine support built-in
kumo started watching vito/chyrp Wed Oct 29 17:38:49 -0700 2008
chyrp's description:
The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
kumo forked aslakhellesoy/cucumber Fri Oct 10 06:37:06 -0700 2008
Forked repository is at kumo/cucumber
kumo started watching jeremywohl/iphone-scripts Tue Sep 30 05:02:45 -0700 2008
iphone-scripts's description:
iPhone- and App Store-related items
kumo started watching aslakhellesoy/cucumber Thu Sep 25 07:31:20 -0700 2008
cucumber's description:
A reimplementation of RSpec's story framework, based on Treetop.
kumo started watching bmabey/cucumber-tmbundle Thu Sep 25 07:31:05 -0700 2008
cucumber-tmbundle's description:
TextMate bundle for Cucumber - fork of RSpec Story Runner bundle
kumo started watching Lipsiasoft/lipsiadmin Tue Jun 24 09:46:01 -0700 2008
lipsiadmin's description:
Lipsiadmin is a new revolutionary admin for your projects.Lipsiadmin is based on Ext Js 2.0. framework (with prototype adapter) and is ready for Rails 2.0. This admin is for newbie developper but also for experts, is not entirely written in javascript because the aim of developper wose build in a agile way web/site apps so we use extjs in a new intelligent way a mixin of “old” html and new ajax functions, for example ext manage the layout of page, grids, tree and errors, but form are in html code.
kumo committed to kumo/partial_range Sat Jun 21 15:24:29 -0700 2008

515316d449c2f9619a17ab4f6ea98b9788d669c9

adding a couple of more examples

kumo committed to kumo/partial_range Sat Jun 21 15:24:29 -0700 2008

b80138d7914fe00c1e5ebf1bc3357daa6813767a

adding useful console rake from grit

kumo committed to kumo/partial_range Sat Jun 21 15:24:29 -0700 2008

36dc65b81a9542e93b6a9d743b577ad93b367d11

adding tests to check that a partial range can be initialised with an array or a string

kumo committed to kumo/partial_range Fri Jun 20 17:00:21 -0700 2008

9c38525a2bc311ba142dfc4d2d1601e3329fab59

now using ranges internally to store information, however had to make ranges and fixnums comparable so that they can be sorted. to_s and to_a are cached and only generated when marked as dirty.

kumo committed to kumo/partial_range Fri Jun 20 17:00:21 -0700 2008

4bf0482fffb9b16095b1707dfe9da755604ff047

some crazy unplanned optimisation

kumo committed to kumo/partial_range Fri Jun 20 17:00:21 -0700 2008

e9fc7a5212d79e90bccee7de8dfbd2457d27df37

keeping a collection of ranges and seeing if they can be expanded to take new value

kumo committed to kumo/partial_range Fri Jun 20 17:00:21 -0700 2008

0bdb3e63beb6fb511c42826bdba15be98e2ea107

checking if range boundary is too high

kumo committed to kumo/partial_range Fri Jun 20 17:00:21 -0700 2008
kumo committed to kumo/partial_range Fri Jun 20 17:00:21 -0700 2008

d7c6d5533537e592b61037f831b15573e886c156

profiling the same thing multiple times

kumo committed to kumo/partial_range Fri Jun 20 17:00:21 -0700 2008
kumo committed to kumo/partial_range Fri Jun 20 10:53:36 -0700 2008

a06bcb5e9fe6f0af579f3f53ef82dd5b2992e67e

adding the sort of tests and functionality that I want. parsing is now protected and directly touches the string and array attributes

kumo committed to kumo/partial_range Fri Jun 20 10:53:36 -0700 2008

9ff99cfb0820c9087ffd75a06b6199c119d47703

starting to move away from old tests