3
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
Sep 14, 2025 — Sep 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed issues with the extract_options_from_args! method missing error and fixed a spec issue with the new controller.url not automatically casting models into their respective IDs. More... almost 18 years ago
Updated URL generator to follow the new design. Specs fail at extract_options_from_args! but this may be resolved with the next push of changes to the 0.9.8 Router changes. More... almost 18 years ago
Incorporating the new Merb::Router into Halcyon. Most specs pass, some URL generation specs fail still. More... almost 18 years ago
Updating version number and CHANGELOG in preparation of the 0.5.5 release. More... almost 18 years ago
Updated the CHANGELOG in preparation of the Halcyon 0.5.4 release. More... almost 18 years ago
Clients now include the Accept header field, set to prefer application/json but will fail to anything. [#62 state:resolved] More... almost 18 years ago
Fixed the spec to actually define a controller (inherits from Controller) so the test can legitimately fail. Made the dispatcher search full constant strings (like Foo::Bar) using the Extlib functionality. [#63 state:resolved] More... almost 18 years ago
Added failing spec for nested controllers. More... almost 18 years ago
Set it up to have simpler expansion to support SSL etc. Made the Halcyon::Client support having the Content-TType specified for the client and formatting the body appropriately. Also expanded specs. [#61 state:resolved] More... about 18 years ago
Updated the CHANGELOG for 0.5.4 including some changes for this release. More... about 18 years ago
Updated the version to 0.5.4. More... about 18 years ago
Added the PostBodyContentTypeParser to allow for POST body formatted application/json. Added specs for both the PostBodyContentTypeParser and the JSONP Rack middleware. More... about 18 years ago
Fixed CHANGELOG in preparation for release. More... about 18 years ago
Fixed issue with the Content-Type being set incorrectly. Fixes specs failing. [#60 state:resolved] More... about 18 years ago
Fixed version number back. More... about 18 years ago
Reverted and removed any oddities with Gem dependencies et al. More... about 18 years ago
Fixed some dependency issues. Hard-coding merb-core 0.9.4 and Rack 0.3.0 until I can figure out why it breaks things. More... about 18 years ago
Added specs for escaped and unescaped URLs. More... about 18 years ago
Updated version to 0.5.3 for development on this branch. More... about 18 years ago
Updated CHANGELOG for 0.5.2's release. More... about 18 years ago
Fixed dependency versions. [#58 state:resolved] More... about 18 years ago
merb-core/core_ext has been forked and merged with DataMapper's and DataObject's core_ext to form the 'extlib' project More... about 18 years ago
Fixed bug with questionable characters being POSTed and mangled when parsed due to not being escaped. Includes new tests and additional testing actions for generated apps (for testing the client). [#57 state:resolved] More... about 18 years ago
Updated version to 0.5.2. Specified what files to automatically load (to prevent Capified Halcyon apps from loading config/deploy.rb and dying). More... about 18 years ago
Fixed issue with how hooks were being defined and stored by default. [#56 state:resolved] More... about 18 years ago
Made the boot process only require unique paths (to prevent loading hooks twice, for instance). More... about 18 years ago
Prettified docs. More... about 18 years ago
Added testing for configurations that araren't hashes to prevent loss of data. More... about 18 years ago
Made hashes returned from loading configuration files Mashes in order to allow indifferent access (since YAML and JSON won't know a difference between strings and symbols). More... about 18 years ago
Fix issues with default Halcyon loggers and the configuration values not being specified as symbols. [#55 state:resolved] More... about 18 years ago