dyoder

Daniel Yoder
YellowPages.com
Glendale, CA
5
6
Ruby library for auto-loading and auto-creation of classes and modules.
Created Sun Apr 20 01:31:20 -0700 2008
legend
A simple implementation of a file-based database.
Created Sun Apr 27 00:27:45 -0700 2008
legend
Implements pattern-based method dispatch for Ruby, inspired by Topher Cyll's multi.
Created Sat Jun 07 10:47:18 -0700 2008
legend
Waves-based CMS
Created Thu May 01 21:19:08 -0700 2008
legend
Theme Server
Created Sat Jul 19 18:18:34 -0700 2008
legend
Resource-oriented open source Ruby framework for Web apps.
Created Tue Mar 18 11:15:31 -0700 2008
legend

Public Activity  feed

dyoder committed to waves about 19 hours ago

753bab0c8160035908a950e47f71a1ef1585e039

Fixed bug with Module [] operator that sometimes loaded global constants instead of module constants. Added a Pattern functor to handle "root" patterns (specified with an empty Array).

dyoder committed to waves about 19 hours ago

7fcb087b683a3400a4cc70ca84ce163535f63564

Added version number to the server startup message. (Hardcoded - need to pull into a configuration or something.)

dyoder created gist: 1967 2 days ago
ypcmc02106:pages dyoder$ irb >> load 'startup.rb' => true
dyoder committed to waves 2 days ago

dd60606cef15742b1643e7f04de67fb0849e7ceb

Merge branch 'master' of git@github.com:dyoder/waves

dyoder committed to waves 2 days ago

8b347b72928276bce6a0ee84c972fedbcc0ad7dc

precedence op fix for constraints

dyoder updated gist: 1464 2 days ago
class Default def add ; action( :create ) and redirect( paths.show ) ; end def update
dyoder updated gist: 1464 2 days ago
class Default def add ; action( :create ) and redirect( paths.show ) ; end def update
dyoder updated gist: 1464 2 days ago
dyoder updated gist: 1464 2 days ago
dyoder created gist: 1464 2 days ago
# add a new content object map :add, :post => [ 'admin', :resource => /#{resource}/ ] { action( :create ) and redirect( paths.show ) } map :update, :post => [ 'admin', :resource => /#{resource}/, :name ] do