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

Empact

Ben Woosley
Seattle, WA
5
12
Apr 06, 2008
  • Ruby gem for accessing the Campaign Monitor API
    Forked from jordanbrock/campaign-monitor-ruby Sat Aug 09 00:54:45 -0700 2008
    legend
  • EC2 on Rails - Deploy a Ruby on Rails app on EC2 in five minutes
    Forked from skippy/ec2onrails Wed Aug 13 01:43:57 -0700 2008
    legend
  • Exception Notifier Plugin for Rails
    Forked from rails/exception_notification Tue Aug 12 22:55:07 -0700 2008
    legend
  • Rails plugin to validate and cleanup your HTML using the W3C validator, tidy, and/or xmllint
    Created Wed Apr 16 02:17:47 -0700 2008
    legend
  • jRails is a drop-in jQuery replacement for Prototype/script.aculo.us on Rails. Using jRails, you ...
    Forked from aaronchi/jrails Thu Jul 24 00:03:38 -0700 2008
    legend
  • An iPhone UI for Adobe's Kuler, built for iPhone DevCamp Seattle
    Created Sat Aug 02 13:39:18 -0700 2008
    legend
  • Created Tue Sep 23 02:28:39 -0700 2008
    legend
  • Rails plugin that allows you to eager load polymorphic associations
    Forked from haruska/polymorphic_include Fri Jun 20 00:43:45 -0700 2008
    legend
  • Rake tasks for generating a rails plugin - extracted from ROXML CVS
    Created Wed Aug 27 22:49:05 -0700 2008
    legend
  • This plugin allows html validation of templates and the response body of functional tests.
    Created Wed Jul 30 21:17:43 -0700 2008
    legend
  • ROXML is a module for binding Ruby classes to XML. It supports custom mapping and bidirectional m...
    Created Tue Aug 26 16:34:54 -0700 2008
    legend
  • A plugin to validate submitted emails for format, which can also check that the domain exists.
    Created Sat Apr 19 02:52:47 -0700 2008
    legend

Following

Public Activity  feed

Empact committed to Empact/roxml Wed Dec 03 21:55:36 -0800 2008

0fb6cf13a1df149281d69ebec4da764e1d179c9f

Add #xml_initialize, which is called at the end of #from_xml, after the

Empact pushed to development at Empact/roxml Wed Dec 03 21:55:36 -0800 2008
HEAD is 0fb6cf13a1df149281d69ebec4da764e1d179c9f

2 commits »

Empact committed to Empact/roxml Wed Dec 03 21:55:36 -0800 2008

2225714985306e39f4421a1b9b72091aa97a26d0

Cleanup deprecation with the use of the ActiveSupport deprecate helper, and remove some unnecessary dependencies

Empact committed to Empact/roxml Sun Nov 30 11:33:43 -0800 2008

023f9cd032dc3e11e48e55c86140604939eb6c30

Fix a bug in the handling of empty Hash types

Empact committed to Empact/roxml Sun Nov 30 11:33:42 -0800 2008

d79a570d475332a960991499ee081ceea40545c5

Return nil on bad bool match so that the regular :required option can take over. Another option is to return val so that successive blocks can interpret, but that would interfere with default handling.

Empact committed to Empact/roxml Sun Nov 30 11:33:42 -0800 2008

5154cea2666a8f2d591bc38efa5a54b9de133377

Implement automatic bool-ification when the accessor name ends with ?.

Empact committed to Empact/roxml Sun Nov 30 11:33:41 -0800 2008

d0123830b2e36259d6582aff8524f2b9f0a54107

Add missing dependency activesupport

Empact committed to Empact/roxml Sun Nov 30 11:33:40 -0800 2008

da05d4e266deb54a3718d23bd95d23d8e1d4407e

Remove support for installing as a rails plugin

Empact committed to Empact/roxml Sun Nov 30 11:33:40 -0800 2008
Empact committed to Empact/roxml Sun Nov 30 11:33:39 -0800 2008

d73707d94ca73552977d878cd0874e2d818db3a6

Factor default logic into XMLRef, and use the ref directly in the reader/writer setup

Empact committed to Empact/roxml Sun Nov 30 11:33:38 -0800 2008

b8322c01ccf23619c5087d750610ba1c11e6897e

Only display xml name warning once

Empact pushed to development at Empact/roxml Sun Nov 30 11:33:37 -0800 2008
HEAD is 023f9cd032dc3e11e48e55c86140604939eb6c30

9 commits »

Empact committed to Empact/roxml Sun Nov 30 11:33:36 -0800 2008

2753b650a990aca1ac7714bcd27d9e2743fdbec1

Fix a bug in xml_construct where it was using tag_refs' names rather than their accessors for comparison

Empact committed to Empact/roxml Tue Nov 18 01:03:42 -0800 2008

1c6ef59c11da50239145cf94271b674070ebee22

Fix James Thompson's name in the changelog

Empact committed to Empact/roxml Tue Nov 18 00:59:30 -0800 2008

9ac7c98f91da83d68857470febbb893e22998065

Check for const_defined? on SILENCE_XML_NAME_WARNING and add a missing file to the gemspec

Empact committed to Empact/roxml Tue Nov 18 00:59:29 -0800 2008

40aa89e951825b014aee9a594a9e97e56f5da9e5

Significantly reduce our footprint by selectively including smaller parts of ActiveSupport and Extensions.

Empact committed to Empact/roxml Tue Nov 18 00:59:28 -0800 2008

b28200aeb6b999c925486f3971035ecf1143ec91

Add SILENCE_XML_NAME_WARNING to enable people to quiet ROXML if they know what they're doing.

Empact committed to Empact/roxml Tue Nov 18 00:59:27 -0800 2008

4c873a234515a4b38e5dcdaceb2cf7b68e256f0d

Remove whitespace from xml #to_s results as REXML and LibXML differ on this

Empact committed to Empact/roxml Tue Nov 18 00:59:26 -0800 2008

8c0d1c216844a92f6bc501a4ae0db57a436c084c

Rationalize xml_name behavior by using it as the xml name of sub-objects as well, unless the name is over-ridden with the :from option on the parent's accessor declaration

Empact committed to Empact/roxml Tue Nov 18 00:59:25 -0800 2008

a3299f318047ec1aec140627d34b428287705574

Full testing of xml_name issue