jcoglan

James Coglan
London, UK
2
18
  • A port of Ojay.Forms to Prototype, with a Rails plugin to generate client-side validation code
    Created Sat Jul 05 13:24:00 -0700 2008
    legend
  • File upload plugin for Rails models
    Created Sat Jul 19 08:07:44 -0700 2008
    legend
  • Allows you to stop ActiveRecord fields changing after an object is first created
    Created Sat Jul 19 07:59:13 -0700 2008
    legend
  • JavaScript implementation of topfunky's Gruff graphing library
    Created Sat Aug 09 02:19:02 -0700 2008
    legend
  • Adds type-reflecting class names to input tags in Rails
    Created Sat Jul 19 08:20:08 -0700 2008
    legend
  • Gruff graphing library for Ruby
    Forked from topfunky/gruff Sat Aug 09 02:26:45 -0700 2008
    legend
  • Simple password-hashing abstraction for Rails models
    Created Sat Jul 19 07:54:19 -0700 2008
    legend
  • JavaScript and CSS dependency manager for Rails projects
    Created Sat Jul 19 08:12:11 -0700 2008
    legend
  • Specifies that associations should be included automatically with find() calls in ActiveRecord
    Created Sat Jul 19 08:16:52 -0700 2008
    legend
  • An automated build tool for JavaScript projects
    Created Fri Jul 04 02:12:50 -0700 2008
    legend
  • JS.Class is an implementation of the core of Ruby's object system in JavaScript.
    Created Sat Jul 05 10:16:26 -0700 2008
    legend
  • Object editor GUI frontend for OTHERobjects
    Created Thu Jul 10 01:40:32 -0700 2008
    legend
  • Command-line input parser that doesn't hate you
    Created Wed Jul 09 02:12:42 -0700 2008
    legend
  • Ruby version of Dean Edwards' Packer
    Created Sat Jul 05 13:00:52 -0700 2008
    legend
  • Ruby on Rails
    Forked from rails/rails Thu Aug 21 04:43:43 -0700 2008
    legend
  • Extension for Prototype that adds syntactic sugar to Enumerable methods
    Created Sat Jul 05 13:36:30 -0700 2008
    legend
  • Ruby tool for importing existing svn projects into git and github.
    Created Sun May 04 16:29:38 -0700 2008
    legend
  • A vector, matrix and geometry math library for JavaScript
    Created Sat Jul 05 13:32:54 -0700 2008
    legend

Following

Public Activity  feed

jcoglan committed to jcoglan/ooedit 1 day ago

0812aeb19c8d1b65efef38312b8b1b730e88adbe

Updating Ojay -- some extra MethodChain code had to be removed.

jcoglan committed to jcoglan/ooedit 1 day ago

e94891678437ada9aaeee56b186066cba6646adf

Changes to WorkSpace.focus(). The workspace only slides if the focused area has strayed outside some defined clipping region.

jcoglan committed to jcoglan/ooedit 2 days ago

d53278147d8d2729979821ee19044c84c32e68b2

Fixing some bugs causing WorkSpace to perform multiple conflicting focus requests when tabbing between fields.

jcoglan committed to jcoglan/ooedit 2 days ago

cf7625d564db56b0647313d5ae2bacf9f4d7304f

Updating JS.Class and Ojay.

jcoglan committed to jcoglan/gruff 3 days ago

69fa0e1c9949bfbf311cead373ab0688bf688898

Removing theme methods from Gruff::Base and storing existing theme configs as constants in Gruff::Themes.

jcoglan committed to jcoglan/bluff 4 days ago

c1e5285023bbd7f81088882d836f158729e75ebe

Applying equal padding on both sides of bars in bar graphs, based on my Gruff patch.

jcoglan committed to jcoglan/bluff 4 days ago

fd3e0ca693283a87ba867cfaa37c1d24b34291d6

Adding logic to Renderer to remove text nodes when clearing the canvas, and adding Base#clear method.

jcoglan committed to jcoglan/js.class 5 days ago

0914f67543c8d07f2583c7f44197e04bf51fa057

Marking some parameters used for hook options inside Module as private.

jcoglan committed to jcoglan/bluff 5 days ago

5bb4cbee83e256ae3e91f66e310c66cfb1836b5b

Some missing semicolons and commas in Net.

jcoglan committed to jcoglan/bluff 5 days ago

07b4bda184bf7f4bf4acc28b64fb5181265ae155

Adding the Net graph type.