3
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 18 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated change log for release. More... almost 16 years ago
Updated change log. More... almost 16 years ago
Updated application initialization to use the new configuration system by default (making application configuration by default Ruby and not YAML). However, YAML still works. [#54 state:resolved] More... almost 16 years ago
Added a simple way to respond without raising exceptions explicitly. [#44 state:resolved] More... almost 16 years ago
Updated the change log. More... almost 16 years ago
Merged filters with response headers. [#42 state:resolved] More... almost 16 years ago
Response helpers now support headers. This included a very comprehensive overhaul of how response values are handled from actions to allow for just returning the data to be returned where the application will format it and respond correctly. [#45 state:resolved] More... almost 16 years ago
Changed how the dispatch time being faster than the system clock usec problem is fixed by simply recording the total time as 0.01 seconds instead of actually slowing down dispatch. More... almost 16 years ago
Added documentation heading for boot process. More... almost 16 years ago
Improved organization and documentation. More... almost 16 years ago
Added documentation for the dispatch method for controllers. More... almost 16 years ago
Added before and after filter functionality. More... almost 16 years ago
Added (failing) specs for new controller filters. More... almost 16 years ago
Controllers now dispatch methods instead of having the methods called directly from the application. More... almost 16 years ago
Added failing specs for filters. More... almost 16 years ago
Merge branch 'interactive-shell-update-for-new-boot-system' More... almost 16 years ago
Removed duplicate spec (which is covered by the Rack specs). More... almost 16 years ago
Keep track of booted state, not loaded state. More... almost 16 years ago
Halcyon::Config#use expects a block, passed block as normal param instead. Fixed. More... almost 16 years ago
Fixed the interactive shell loading so that it will work with new configuration system. [#53 state:resolved] More... almost 16 years ago
Made the boot process track whether it has run or not and moved the block runner to after configuration files have loaded (for last-minute configuration changes during boot). [#51 state:resolved] More... almost 16 years ago
Updated documentation for the Halcyon::Runner class. More... almost 16 years ago
Merge branch 'erb-config' More... almost 16 years ago
Added boot mechanism to load Ruby config files located in config/ (such as config/init.rb) to handle configuration in Ruby instead of YAML. [#52 state:resolved] More... almost 16 years ago
Configuration files were not being loaded, modified the boot process to load the configuration file as well. [#50 state:resolved] More... almost 16 years ago
Added ability to load configuration file contents from the config object (so you don't have to be aware that Halcyon::Config::File even exists). More... almost 16 years ago
Configuration files are now parsed through ERB filter before being parsed. [#48 state:resolved] More... almost 16 years ago
Improved documentation for the JSON-P Rack middleware (giving credit, et al). [#47] More... almost 16 years ago
Added a JSON-P Rack middleware to allow for JSON-P requests. [#47 state:resolved] More... almost 16 years ago
Bug with loading initializers and the glob being spcified wrong (as string instead of array of paths). Also fully resolves [#41 state:resolved]. More... almost 16 years ago