about summary refs log tree commit homepage
path: root/projects/gem_plugin
DateCommit message (Expand)
2008-11-22Mongrel::Service moved to its own repository. Everything else deleted, becaus...
2008-04-06GemPlugin was looking for 'init.rb' on every gem, that's nasty.
2008-03-31A bunch of corrections to the Rakefiles and the Manifest.
2008-03-24Backport Eric's changes to the http parser from trunk (Eric Wong).
2007-11-08ditto
2007-10-27forward port patch from 1.0.3
2007-10-26everybody gets the Ruby license (complain to evan if this is bad)
2007-09-24there we go
2007-09-24formatting
2007-09-24manifest
2007-09-24pure gemspec for the gpgem template
2007-09-24revert
2007-09-24shuffling
2007-09-24gem plugin doesn't really depend on rake
2007-09-23require signed gem_plugin
2007-09-23discuss the default rdoc location
2007-09-23comment out site task... since publish_docs is basically better
2007-09-23correct rdoc location
2007-09-23signed gem_plugin
2007-01-20Updates some version dependencies
2006-08-31gem_plugin: modifications to close bug report #5583, failed to check for mong...
2006-06-30Switched Mongrel to Ruby license.
2006-06-10Some potential fixes for better cross platform builds.
2006-05-16These were unneeded.
2006-03-15Fixed the problem with edge rails loading AR from gems rather than from edge.
2006-03-14mongrel_config now adapts to the platform it runs on and does either a win32 ...
2006-03-12Finalizes the new look for the config tool and makes it functional for 0.3.10.
2006-03-11Implements the resource and config features.
2006-03-11Refactoring of Rakefiles to simplify install/uninstall gems (on POSIX).
2006-03-11Implemented resource and config file loading.
2006-03-10Refactored the rakefiles to make them work better for the gem plugin generator.
2006-03-09GemPlugin now doesn't use autorequire. Mongrel adapted to cover an error wit...
2006-03-06Implements the new gem based plugins as a separate projects/gem_plugin. Sets...