3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
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... over 15 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... over 15 years ago
Incorporating the new Merb::Router into Halcyon. Most specs pass, some URL generation specs fail still. More... over 15 years ago
Updating version number and CHANGELOG in preparation of the 0.5.5 release. More... over 15 years ago
Updated the CHANGELOG in preparation of the Halcyon 0.5.4 release. More... over 15 years ago
Clients now include the Accept header field, set to prefer application/json but will fail to anything. [#62 state:resolved] More... over 15 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... over 15 years ago
Added failing spec for nested controllers. More... over 15 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... over 15 years ago
Updated the CHANGELOG for 0.5.4 including some changes for this release. More... over 15 years ago
Updated the version to 0.5.4. More... over 15 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... over 15 years ago
Fixed CHANGELOG in preparation for release. More... over 15 years ago
Fixed issue with the Content-Type being set incorrectly. Fixes specs failing. [#60 state:resolved] More... over 15 years ago
Fixed version number back. More... over 15 years ago
Reverted and removed any oddities with Gem dependencies et al. More... over 15 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... over 15 years ago
Added specs for escaped and unescaped URLs. More... over 15 years ago
Updated version to 0.5.3 for development on this branch. More... over 15 years ago
Updated CHANGELOG for 0.5.2's release. More... over 15 years ago
Fixed dependency versions. [#58 state:resolved] More... over 15 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... over 15 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... almost 16 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... almost 16 years ago
Fixed issue with how hooks were being defined and stored by default. [#56 state:resolved] More... almost 16 years ago
Made the boot process only require unique paths (to prevent loading hooks twice, for instance). More... almost 16 years ago
Prettified docs. More... almost 16 years ago
Added testing for configurations that araren't hashes to prevent loss of data. More... almost 16 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... almost 16 years ago
Fix issues with default Halcyon loggers and the configuration values not being specified as symbols. [#55 state:resolved] More... almost 16 years ago