3
I Use This!
Inactive

Commits : Listings

Analyzed about 15 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
Added more Client specs. Made raising exceptions on non-OK responses an option, off by default. Made the parsed response a Mash. Removed the reverse-Routing as it was no longer implemented and required to redefine the routes which is not possible (for now). Added SSL option to use SSL when connecting to a secure server, but requires that halcyon/client/ssl be required first. May simplify this because it is not DRY. Removed unused method in the Specs test controller. More... about 16 years ago
Updated the Client specs' cleanup to work across platforms. More... about 16 years ago
Merge branch 'master' of [email protected]:mtodd/halcyon More... about 16 years ago
Updated all specs in line with the most recent application structure for Halcyon 0.5.0. All specs are now passing, but should be expanded with more specs. More... about 16 years ago
Removed the collection functionality which was used to collect all the instance variables set by the startup hook. Instead, const_set and global variables should be preferred (unless a superior solution arises). More... about 16 years ago
Updated the default options to reflect the changes to how logging is configured. More... about 16 years ago
Moved the OptionParser require to the runner/commands file instead of in runner as runner did not use OptionParser. More... about 16 years ago
Fixed missing method << for the Analogger. Defaults to INFO log level message. More... about 16 years ago
Added comment to clarify that no file defined for logging defaults to STDOUT. More... about 16 years ago
Implemented flexible logging system, defaulting to Logger but providing (initial) support for Analogger, Logging, and Log4r. Updated the configuration file generated by 'halcyon init' accordingly. Temporarily removed Session ID printing (non-functional anyways). Added Halcyon.app as the current application running. (Used in the Loggers as well as other places). More... about 16 years ago
Cleaned up the implementation of the interactive shell, moving the shell commands to its own helper. Also improved the usage information. More... about 16 years ago
Fixed minor issues with the usage information and functionality of the console loading command. Added ./lib to the load path for both interactive shell and normal runner. More... about 16 years ago
Fixed minor bug with how initialization was handling paths. More... about 16 years ago
Merge branch 'master' of [email protected]:mtodd/halcyon More... about 16 years ago
Added support for running applications in an IRB shell. More... about 16 years ago
Fixed loading initializers and controllers to be more flexible and report these occurrences properly. Added scaffolding to specs. More... about 16 years ago
Updated the ignore file to ignore emacs backup files. Updated the spec helper with essentials for running a basic (flat) Halcyon app. More... about 16 years ago
Added command line parsing and processing of commands: * Added init which will initialize a new Halcyon application. * Added start which will run rackup or thin passing along params to start the Halcyon application. More... about 16 years ago
Updated dependencies to use Merb 0.9.2's router et al. Improved how parsing the route is done (slight improvement in memory usage). Restructured the Router subclass slightly to better match new style. Polished logging format slightly. More... about 16 years ago
Refined the Rakefile to include all files when being packaged. Implemented the RubiGen Halcyon app generator, changing the bin/halcyon executable to generate new files by default (to be changed). More... about 16 years ago
Removed unneeded files related to the old Server class. More... about 16 years ago
Credit to Ben Simpson for PHP client bug fix. More... about 16 years ago
Made changes to PHP example so that it takes ssl:// into account based on scheme More... about 16 years ago
Updated README to reflect recent changes and inform developers of development status. More... about 16 years ago
Fixed issue with POST data not being encoded and sent correctly. More... about 16 years ago
Added support for custom headers for requests in the PHP client. Also refactored much of the way headers are handled in general and defaulted to. More... about 16 years ago
Cleaned up attributes, moving them to be more appropriately positioned and removing unneeded attributes. Hooked up hooks' able to set instance variables in controllers. (Clean up if possible.) Fixed some incorrect references to the Halcyon configuration (was @config, now Halcyon.config). More... about 16 years ago
Added LICENSE. Added two spec test files to be implemented soon. Added a debugging call for when GC starts on bootup. More... about 16 years ago
Fixed dependency issue with the simple client example requiring it to be executed in the same directory or it wouldn't find the Halcyon client lib. More... about 16 years ago
Merge branch '0.5.0-refactor' of [email protected]:mtodd/halcyon into 0.5.0-refactor More... about 16 years ago