3
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged documentation and bug fix branches. More... about 16 years ago
Updated generated application documentation and functionality, including tests (for minor changes). [#21 status:resolved] More... about 16 years ago
Added initializer and app file loading order, logging only logging distinct resources. More... about 16 years ago
Fixed edge case for routes being matched falsely and trying to instantiate a non-existent controller. More... about 16 years ago
Added helpful comments for the generated Halcyon app's router, plucked from Merb's. More... about 16 years ago
Added convenience methods to access Halcyon.config[:db]. More... about 16 years ago
Updated the spec sample application hook to not include logger. More... about 16 years ago
Removed out of date examples. More... about 16 years ago
Removed the need for hooks to require or provide the logger block param. Removed from generators and Application constructor. More... about 16 years ago
Fixed comment. More... about 16 years ago
Removed the duplication for defining the logger accessors everywhere and instead created a logging helper which is included into Object. More... about 16 years ago
Added a thanks to Eivind Uggedal for the contributions. More... about 16 years ago
Ignore vim temp files.
uggedal
as Eivind Uggedal
More... about 16 years ago
Removed ostruct dependency used in testing.
uggedal
as Eivind Uggedal
More... about 16 years ago
Merb style url generator for named and resource routes in controllers.
uggedal
as Eivind Uggedal
More... about 16 years ago
Support for routing resources.
uggedal
as Eivind Uggedal
More... about 16 years ago
Updated auto-loading of config files and how interactive mode is defined and looks for default config files for both normal apps and flat apps. Updated specs accordingly as well. More... about 16 years ago
Added default config file paths and automatically loading the default config file. Updated the generator templates with the new runner defaults (removing hard-coding). More... about 16 years ago
Changed how the initializers are defined by default, including hooks, requires, and routes. Updated the generated apps as well, in addition to the spec app. More... about 16 years ago
Updated the Thin command to use -R for the rackup file (which changed in 0.8.0). More... about 16 years ago
Updated the #load_file spec to not expect an exception (which had been changed) and now tests for warning. More... about 16 years ago
Added the flat app generator and made improvements to both generators. More... about 16 years ago
Made missing config files issue warnings instead of failing hard. (Access errors still cause LoadErrors.) More... about 16 years ago
Fixed missing dependency for specs (unusual use of pre-defined logger without the logger being required). More... about 16 years ago
Improved RDoc documentation for methods. More... about 16 years ago
Updated comments for better RDoc-generated API docs. More... about 16 years ago
Finished implementing the Log4r and Logging loggers. More... about 16 years ago
Commented out specs to test the various loggers because the one test is sufficient and the others can raise exceptions on machines without those dependent loggers. More... about 16 years ago
Merge branch 'master' of [email protected]:mtodd/halcyon More... about 16 years ago
Made the PID extraction more cross-platform. (Still *nix friendly only, for now, but this is just for tests, so no big deal.) More... about 16 years ago