[d4565ac | 2009-05-27 02:23:09 UTC] Michael Fellinger * Fix rakefile [33f27af | 2009-05-27 02:21:44 UTC] Michael Fellinger * Update tasks [4fd7977 | 2009-05-11 03:52:51 UTC] Michael Fellinger * Revert changes to get going on 0.9.0 [255e65c | 2009-04-21 17:14:06 UTC] Michael Fellinger * Version 2009.04.22 [307642a | 2009-04-21 17:12:55 UTC] Michael Fellinger * Add Makura::constant and use it in convert_raw [e6370eb | 2009-04-21 17:10:12 UTC] Michael Fellinger * Make Makura run on 1.8 again [4f8cc31 | 2009-04-21 17:09:59 UTC] Michael Fellinger * Fix references to _view [513495b | 2009-04-21 06:15:47 UTC] Tadahiko Uehara * Make convert_raw work with namespaced model. [e2eee79 | 2009-04-19 04:58:12 UTC] Tadahiko Uehara * Support for namespaced models by using namespace as layout's dir name. MyApp::Admin::Foo #=> .couch/my_app/admin/map/foo_xxx.js [8c9aa24 | 2009-03-28 08:01:56 UTC] Michael Fellinger * Version 2009.03.28 [da5cebc | 2009-03-28 08:00:13 UTC] Michael Fellinger * Put version in another file for easier management [534a2bc | 2009-03-28 07:59:15 UTC] Michael Fellinger * Add Rakefile and some tasks [643fa64 | 2009-03-01 13:23:15 UTC] Tadahiko Uehara * Use Array() instead of to_a for Ruby 1.9 compatibility. Signed-off-by: Michael Fellinger [3d77ce6 | 2009-03-21 05:07:04 UTC] Preston Marshall * new gem Signed-off-by: Michael Fellinger [9eb26bb | 2009-03-21 05:00:38 UTC] Preston Marshall * Updated view path for latest svn (not sure when it was added, but it works with this) temp views may be affected too, but have not tried them yet Signed-off-by: Michael Fellinger [6b23e9c | 2009-03-21 17:00:04 UTC] Michael Fellinger * remove Model#saved?, that makes Model#save work as expected [c83c392 | 2009-03-21 16:55:57 UTC] Michael Fellinger * Remove last traces of NotNaughty from example [19a63b5 | 2009-03-02 01:08:08 UTC] Michael Fellinger * Fix inspect for Database [5ae5345 | 2009-03-01 14:23:15 UTC] Tadahiko Uehara * Use Array() instead of to_a for Ruby 1.9 compatibility. [1ff34ab | 2009-02-28 14:24:53 UTC] Michael Fellinger * Shame on me, forgot to add that change... will push new version tomorrow Signed-off-by: Tadahiko Uehara [dfc353a | 2009-02-28 14:23:39 UTC] Michael Fellinger * Version 2009.03.01, removed json gem dependency as ruby 1.9.1 has it in stdlib Signed-off-by: Tadahiko Uehara [29fe7ec | 2009-02-28 15:24:53 UTC] Michael Fellinger * Shame on me, forgot to add that change... will push new version tomorrow [349be0a | 2009-02-28 15:23:39 UTC] Michael Fellinger * Version 2009.03.01, removed json gem dependency as ruby 1.9.1 has it in stdlib [ad1a97d | 2009-02-23 00:51:19 UTC] Michael Fellinger * Proper fallback to default_language Signed-off-by: Tadahiko Uehara [4b89942 | 2009-02-16 07:32:02 UTC] Michael Fellinger * Some docs for localize plugin Signed-off-by: Tadahiko Uehara [b79a538 | 2009-02-16 07:31:55 UTC] Michael Fellinger * Support for default language in localize plugin Signed-off-by: Tadahiko Uehara [de84c8b | 2009-02-18 01:45:30 UTC] Michael Fellinger * Update version Signed-off-by: Tadahiko Uehara [4d4a4c1 | 2009-02-16 07:24:51 UTC] Michael Fellinger * Add plugin/localize Signed-off-by: Tadahiko Uehara [83e9177 | 2009-02-23 01:51:19 UTC] Michael Fellinger * Proper fallback to default_language [a72c2c6 | 2009-02-18 02:45:30 UTC] Michael Fellinger * Update version [1feac5a | 2009-02-16 08:32:02 UTC] Michael Fellinger * Some docs for localize plugin [4ab5df7 | 2009-02-16 08:31:55 UTC] Michael Fellinger * Support for default language in localize plugin [cd045a1 | 2009-02-16 08:24:51 UTC] Michael Fellinger * Add plugin/localize [fddd7aa | 2009-02-13 05:41:25 UTC] Tadahiko Uehara * fix typo. Signed-off-by: Michael Fellinger [5469f31 | 2009-02-13 06:41:25 UTC] Tadahiko Uehara * fix typo. [025964f | 2009-01-15 02:35:37 UTC] Michael Fellinger * Sofa is now called Makura [e8bfaf9 | 2008-12-29 17:09:46 UTC] Michael Fellinger * Don't rely on NotNaughty! [fb10169 | 2008-12-24 04:56:55 UTC] Michael Fellinger * Release 2008.12.24 [e4b2a88 | 2008-12-24 04:56:29 UTC] Michael Fellinger * Layout::PATH [2156ed1 | 2008-12-24 04:55:37 UTC] Michael Fellinger * Remove Rack as dependency [b9a9724 | 2008-12-21 08:51:18 UTC] Michael Fellinger * Support for map/reduce templating [411786e | 2008-12-19 12:08:11 UTC] Michael Fellinger * Better error message if resource not found [6579ae3 | 2008-12-16 02:57:40 UTC] Michael Fellinger * Fix usage of pretty_from_md5 [514c7d6 | 2008-12-15 07:03:43 UTC] Michael Fellinger * Update gemspec [05640a9 | 2008-12-15 07:03:02 UTC] Michael Fellinger * Remove dependency on not_naughty [c72821d | 2008-12-15 07:02:44 UTC] Michael Fellinger * Convert MD5 from CouchDB uuid generator into base 62 [405d360 | 2008-12-14 06:40:52 UTC] Michael Fellinger * Implement Model#hash and Model#eql? [87c709e | 2008-12-13 04:18:14 UTC] Michael Fellinger * Model::multi_fetch and Model::multi_fetch_with_docs [7e369ed | 2008-12-12 06:27:34 UTC] Michael Fellinger * Ignore nil value parameters for the uri [5decf5c | 2008-12-12 06:03:28 UTC] Michael Fellinger * Rescue correct error on Model::[] [bc28450 | 2008-12-11 10:11:57 UTC] Michael Fellinger * Disable caching automatically if memcached isn't available [aea3dd7 | 2008-12-10 14:45:16 UTC] Michael Fellinger * Add Model#detach to get rid of attachments [1705ad2 | 2008-12-08 05:31:11 UTC] Michael Fellinger * CACHE_TTL is now 5 by default [e6aa3f9 | 2008-12-04 08:31:07 UTC] Michael Fellinger * Make only one request per relation [c47cea0 | 2008-12-04 08:30:39 UTC] Michael Fellinger * Add Model#to_json [aceb7e7 | 2008-12-04 08:30:18 UTC] Michael Fellinger * Add support for caching GET requests in memcached [c055759 | 2008-12-04 05:36:15 UTC] Michael Fellinger * a little bit better error handling [204f003 | 2008-12-03 02:49:13 UTC] Michael Fellinger * Version 2008.12.03 [2eec148 | 2008-12-01 15:58:20 UTC] Michael Fellinger * Avoid storing empty maps, bad bad mojo [617b9f6 | 2008-11-29 06:53:53 UTC] Michael Fellinger * Version 2008.11.29 [cbe43fa | 2008-11-29 06:53:14 UTC] Michael Fellinger * Remove debugging output [67f811e | 2008-11-28 07:52:46 UTC] Michael Fellinger * Compensate for a bug in couch_httpd_view.erl [ba95c06 | 2008-11-28 07:51:56 UTC] Michael Fellinger * Automatic conversion of Time, new :type parameter for property [2b2cffd | 2008-11-28 07:51:19 UTC] Michael Fellinger * Allow Database#[]= to save docs [9b2ab26 | 2008-11-27 13:57:39 UTC] Michael Fellinger * Update gemspec, correct files [3c0541b | 2008-11-27 13:11:22 UTC] Michael Fellinger * Plugin functionality and pager plugin [22840cb | 2008-11-27 13:10:57 UTC] Michael Fellinger * Allow layout :map => source, :reduce => source [ae9aeb5 | 2008-11-27 13:10:08 UTC] Michael Fellinger * Model::view_with_docs to take advantage of include_docs [8a5e7ca | 2008-11-27 10:30:48 UTC] Michael Fellinger * Version 2008.11.27 [753cfa7 | 2008-11-27 10:26:28 UTC] Michael Fellinger * add bin/sofa for quick debugging sessions [d2a0886 | 2008-11-27 10:26:07 UTC] Michael Fellinger * Small refactor [b1bdaf0 | 2008-11-25 10:44:05 UTC] Michael Fellinger * Enable cloning [09dea66 | 2008-11-25 09:57:15 UTC] Michael Fellinger * add encode_attachments [3277f11 | 2008-11-25 09:31:04 UTC] Michael Fellinger * Adding MIT license [f6dd8ef | 2008-11-25 09:30:35 UTC] Michael Fellinger * Document some of Sofa::Server [3f0bc71 | 2008-11-25 09:30:22 UTC] Michael Fellinger * Make relations sane [041dfd1 | 2008-11-25 09:29:57 UTC] Michael Fellinger * Expand and document Sofa::Database [032b958 | 2008-11-25 09:29:01 UTC] Michael Fellinger * Better errors [0bd7246 | 2008-11-21 12:07:47 UTC] Michael Fellinger * Inaugral commit