This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| Name | Description | Uploaded | Size | ||
|---|---|---|---|---|---|
| No Downloads Yet | |||||
| Tag | Download | Description | Date | Commit | |
|---|---|---|---|---|---|
| 0.16.5 | tgz | zip | ZippedIO now creates valid zip files. Bumping to v0.16.5 | 2009-11-30 | 049a69b | |
| 0.16.4 | tgz | zip | Fixed a tokenize_url regex issue. Added a test to assure its reliability. | 2009-11-27 | 8347400 | |
| 0.16.3 | tgz | zip | Merge in messages from the query string since when an unauthorized redirect occurs, the messages are passed in through the string. Perhaps we should change the param to _messages to avoid conflicts and obsolete query-string messages. For now, the param name is messages. | 2009-11-25 | 300361f | |
| 0.16.2 | tgz | zip | Bumping version. | 2009-11-23 | 866aaaa | |
| 0.16.1 | tgz | zip | [VERSION] 0.16.1: Minor bugfixes related 0.16 changes | 2009-11-11 | d368235 | |
| 0.16 | tgz | zip | [VERSION] Harbor 0.16 for Harbor::Mailer enhancements. | 2009-11-11 | 94c7a2b | |
| 0.15.6 | tgz | zip | 0.15.6. Updated EmailAppender to eliminate spam when many errors are being logged. | 2009-11-10 | dcd0a7c | |
| 0.15.5 | tgz | zip | Bumped to 0.15.5. Added Harbor::Daemon and Harbor::LogAppenders::EmailAppender | 2009-11-10 | d0d2e45 | |
| 0.15.4 | tgz | zip | updated to get ZippedIO working with both BasketIO and Harbor::File | 2009-11-10 | 8319615 | |
| 0.15.2 | tgz | zip | shellwords.escaping file operations | 2009-11-04 | 67b626b | |
| 0.15.1 | tgz | zip | Using strings for message key. | 2009-10-22 | 202d56f | |
| 0.15 | tgz | zip | Adding Harbor::Messages | 2009-10-22 | 871575d | |
| 0.14.3 | tgz | zip | Convereted remaining specs to Test::Unit. Reverted Harbor::View#cache key-modification since it causes confusion and is unnecessary. Bumped to 0.14.3 | 2009-10-20 | 69a36cb | |
| 0.14.2 | tgz | zip | Rack::Utils extensions not necessary with rack-1.0.0 | 2009-10-14 | f9fa8b8 | |
| 0.14.1 | tgz | zip | changing the inital controller to Home from Default | 2009-10-08 | 7b920e2 | |
| 0.14 | tgz | zip | Flagging 0.14: Caching support | 2009-10-07 | 5cb8b9a | |
| 0.13.3 | tgz | zip | Bumping version. | 2009-10-01 | 02450bc | |
| 0.13.2 | tgz | zip | the h helper now takes an additional argument which is what will be used in case of a blank valie | 2009-09-30 | addc8fb | |
| 0.13.1 | tgz | zip | Pass any extra arguments onto the script defined run! This is useful when defining a generic script. | 2009-09-24 | f140451 | |
| 0.13 | tgz | zip | Adding Harbor::View#path for explicitly setting path to look up view. | 2009-09-23 | 5ead64f | |
| 0.12.12 | tgz | zip | Bumped to 0.12.12. Harbor::FileStore::File#absolute_path now returns a string rather than a Pathname. | 2009-09-22 | 2066226 | |
| 0.12.11 | tgz | zip | Bumped to 0.12.11, reverted to better, less weird version of ViewContext#plugins() method. | 2009-09-21 | 5364864 | |
| 0.12.8 | tgz | zip | Fixed bug in AccessorInjetor that caused setters to be called even if they don't exist. Added PluginList to manage registered view plugins. ViewContext#plugins updated to accept a block so you can easily wrap each plugin with HTML. Bumped to 0.12.8 | 2009-09-19 | 20603b9 | |
| 0.12.5 | tgz | zip | Stupid 3AM bug-fix. | 2009-09-11 | 004b30f | |
| 0.12.1 | tgz | zip | Bumping version. | 2009-09-03 | c4d00df | |
| 0.12 | tgz | zip | Adding Harbor::Layouts. | 2009-08-26 | f2db53c | |
| 0.11 | tgz | zip | Bumping version number. | 2009-08-26 | 61fb44c | |
| 0.10.11 | tgz | zip | Now calling to_s on returned paths from filestore since they are instances of Pathname. Bumped to v0.10.11 | 2009-08-18 | 4b00bf4 | |
| 0.10.10 | tgz | zip | Bug fix to support Harbor::FileStore::File and HTTP_X_SENDFILE_TYPE | 2009-08-18 | ca1dcb2 | |
| 0.10.9 | tgz | zip | Adding gem dependencies to gem spec. | 2009-08-14 | 5d74f98 | |
| 0.10.8 | tgz | zip | Merge branch 'master' of git@github.com:wiecklabs/harbor | 2009-08-03 | b786532 | |
| 0.10.6 | tgz | zip | Bumped to 0.10.6. Router#using can now use an overridden Using class rather then always using the default. | 2009-07-25 | 3b2eb62 | |
| 0.10.5 | tgz | zip | Wildcard cache expiration | 2009-07-22 | 8f201f6 | |
| 0.10.4 | tgz | zip | Bumped to 0.10.4, fixes bug that prevented Response#stream_file from serving the correct Content-Type header. | 2009-07-21 | 8631c10 | |
| 0.10.2 | tgz | zip | Back down to rack 0.4.0 | 2009-07-16 | f6cea46 | |
| 0.10.1 | tgz | zip | Fixed a bug where the mime type wasn't being set properly. | 2009-07-15 | a38e5db | |
| 0.9.7 | tgz | zip | Fixed an IO bug in caching, wrote a test to ensure persistence | 2009-07-14 | a4e8ab7 | |
| 0.9.6 | tgz | zip | Use Marshal instead of YAML for disk caching | 2009-07-13 | 5580d29 | |
| 0.9.5 | tgz | zip | Some tweaks to the cache and a unit test for disk caching | 2009-07-13 | 95e9569 | |
| 0.9.4 | tgz | zip | Disk persistent cache | 2009-07-13 | 9ea5bc4 | |
| 0.9.3 | tgz | zip | Added initializer block support to Harbor::Container. Bumped to 0.9.3 | 2009-07-13 | 9150bcb | |
| 0.9.1 | tgz | zip | Bumped to 0.9.1. Tweaked Basic Auth to properly use Realm. Added simple In-Memory caching system + tests. Added new test helper to stub-out Time.now. | 2009-06-30 | 3292caa | |
| 0.9.0 | tgz | zip | Fixed version conflict, now 0.9.0 | 2009-06-25 | a59b7d1 | |
| 0.8.4 | tgz | zip | Don't tokenize the inner text of links in mail. This way the user sees the intended destination of the link. | 2009-06-18 | f95a9e5 | |
| 0.8.2 | tgz | zip | bumped version to 0.8.2 | 2009-06-05 | ba5de23 | |
| 0.8.1 | tgz | zip | Replacing Set with Array, since we need hooks to be ordered. | 2009-05-06 | e7b0442 | |
| 0.8 | tgz | zip | Adding copy of Clipper::Hooks. | 2009-05-06 | c5879bd | |
| 0.7.6 | tgz | zip | Adding ENV["WHEELS_MAILTO"] check to Wheels::Mailer. | 2009-04-20 | 68d7061 | |
| 0.7.5 | tgz | zip | Adding Wheels::Script and Wheels::Script::Runner. | 2009-04-16 | 29f2243 | |
| 0.7.4 | tgz | zip | Adding protection to split_into_columns/groups when data is empty. | 2009-04-14 | 78c567e | |
| 0.7.2 | tgz | zip | Merge branch 'master' of git@github.com:wiecklabs/wheels | 2009-04-06 | 7eb28b2 | |
| 0.7.1 | tgz | zip | Adding Application#error_handlers and updating ExceptionNotifier | 2009-04-03 | a5d2f9d | |
| 0.4.3 | tgz | zip | Adding Shellwords.escape command to wheels | 2009-03-27 | 6336852 | |
| 0.4.2 | tgz | zip | Removing StringIO wrapper from with_buffer method. | 2009-03-23 | 133d4b7 | |
| 0.4 | tgz | zip | [FEATURE] Adding wheels/cascade, cleaning up router and application. | 2009-03-17 | 4aa9908 | |
| 0.3.10 | tgz | zip | Version bump. | 2009-03-16 | 37701d6 | |
| 0.3.9 | tgz | zip | [FEATURE] Implementing lazy attachments in Wheels::Mailer | 2009-03-16 | 1eb8174 | |
| 0.3.8 | tgz | zip | [FIX] Making sure mailer's don't blow up when no layout is set. | 2009-03-13 | caba74e | |
| 0.3.7 | tgz | zip | Merged my latest code with github's 0.3.6, bumped to 0.3.7 | 2009-03-13 | d728fd1 | |
| 0.3.6 | tgz | zip | Fixing but in mailer layout. | 2009-03-04 | cec2bd0 | |
| 0.3.5 | tgz | zip | Fixing issue with tokenize_urls regex. | 2009-03-04 | 20adda5 | |
| 0.3.4 | tgz | zip | Adding Wheels::Mailer.layout for setting layouts on mailers. | 2009-03-03 | e2361fe | |
| 0.3.3 | tgz | zip | Reverting to rack 0.4.0. Adding test for request method overriding. | 2009-03-01 | b3fb005 | |
| 0.3.2 | tgz | zip | Bumping version for new rack version/publish. | 2009-02-27 | aef92cd | |
| 0.3.1 | tgz | zip | Updating rakefile to point to github. | 2009-02-27 | a40f203 | |
| 0.3 | tgz | zip | Adding Response.unauthorized(!) and Wheels::Auth::Basic. | 2009-02-25 | c8f488f |







