CARVIEW |
-
A port of Ojay.Forms to Prototype, with a Rails plugin to generate client-side validation codeCreated Sat Jul 05 13:24:00 -0700 2008
-
File upload plugin for Rails modelsCreated Sat Jul 19 08:07:44 -0700 2008
-
Allows you to stop ActiveRecord fields changing after an object is first createdCreated Sat Jul 19 07:59:13 -0700 2008
-
JavaScript implementation of topfunky's Gruff graphing libraryCreated Sat Aug 09 02:19:02 -0700 2008
-
Adds type-reflecting class names to input tags in RailsCreated Sat Jul 19 08:20:08 -0700 2008
-
Access control layer for ActionPack, providing a DSL for writing a firewall to sit in front of Ra...Created Fri Jan 02 06:02:08 -0800 2009
-
Scheme in Java, for my sinsCreated Sat Jan 24 06:10:47 -0800 2009
-
Gruff graphing library for RubyForked from topfunky/gruff Sat Aug 09 02:26:45 -0700 2008
-
Simple password-hashing abstraction for Rails modelsCreated Sat Jul 19 07:54:19 -0700 2008
-
Scheme in as little Ruby and as much Scheme as possible. Supports macros, continuations, tail rec...Created Mon Jan 12 10:54:56 -0800 2009
-
JavaScript and CSS dependency manager for Rails projectsCreated Sat Jul 19 08:12:11 -0700 2008
-
Specifies that associations should be included automatically with find() calls in ActiveRecordCreated Sat Jul 19 08:16:52 -0700 2008
-
Builds JavaScript projects using PackR and ERBCreated Fri Jul 04 02:12:50 -0700 2008
-
An implementation of the core of Ruby's object system in JavaScript.Created Sat Jul 05 10:16:26 -0700 2008
-
Object editor GUI frontend for OTHERobjectsCreated Thu Jul 10 01:40:32 -0700 2008
-
Command-line input parser that doesn't hate youCreated Wed Jul 09 02:12:42 -0700 2008
-
Ruby version of Dean Edwards' PackerCreated Sat Jul 05 13:00:52 -0700 2008
-
Ruby on RailsForked from rails/rails Thu Aug 21 04:43:43 -0700 2008
-
Extension for Prototype that adds syntactic sugar to Enumerable methodsCreated Sat Jul 05 13:36:30 -0700 2008
-
Rubinius, the Ruby VMForked from evanphx/rubinius Fri Jan 30 12:51:42 -0800 2009
-
JSON parser that understands cross-references and casts to typed Ruby objects. Implements JSONQue...Created Sat Jan 10 13:51:55 -0800 2009
-
Utilities for Subversion, written in RubyCreated Thu Nov 20 06:26:58 -0800 2008
-
Ruby tool for importing existing svn projects into git and github.Created Sun May 04 16:29:38 -0700 2008
-
A vector, matrix and geometry math library for JavaScriptCreated Sat Jul 05 13:32:54 -0700 2008
-
Mirror of YUI releases back to 2.2.2Created Tue Sep 09 04:41:00 -0700 2008
Public Activity
bedee253623119565fe91fd829182d261766f6e0
Some work on the standard library: allow comparators to take any number of arguments, implement zero? et al.
837fee97e5d83dc738a1d4bb8cea5a9cdd4c8b17
Throw out buggy stringification for continuations. Doesn't work, not that useful, especially when macros get involved.
100c764c493cb2f86d782f40c0fdd627e3b6524a
Use List#rest where appropriate.
6c255a01cc67d106d59f027d440964843c50ff2e
Adding a (swap) test for unhygienic macros, and switching to use Ruby syntax implementations when in unhygienic mode.
dd9783d37c0f4bb62ef09e71b3bb33bde56e8d27
Updating feature list and manifest.
62969b9b9064b5350e5faf167a09d1ae307a8115
Updating feature list and manifest.
f0b8062666598548051cb49c9adc5bc5c9403ace
Updating feature list and manifest.
69c48eae1a92c3150db37cca8a850af6f3b1cc95
Updating feature list and manifest.
929cb1c87c6246c5802cb2ca9ddfe50792ba6bb8
Use non-memoized bindings for lexically in-scope identifiers in hygienic macro expansions, so if said identifers change their bindings this is reflected even in inlined expansions.
d346b193e80b43247fd80188cab5c517c3579a36
Making macro hygiene optional on a per-runtime basis.