Commit Graph

  • 889a923dbf Added #amount_pages to a paginated result array Matt Aimonetti 2009-08-03 12:19:07 -0700
  • a17df45fc3 made all the specs run on 1.9.2, yay :) Matt Aimonetti 2009-08-01 14:21:18 -0700
  • d1d8da513c Added code to generate a property? method for properties casted as :boolean John Wood 2009-07-25 11:12:03 +0800
  • a8c7256974 Merge branch 'master' of git@github.com:mattetti/couchrest Matt Aimonetti 2009-07-29 20:17:15 -0700
  • 0fc1a88ede updated the history file Matt Aimonetti 2009-07-29 20:16:59 -0700
  • 5270fde0fa added an option to force the deletion of a attachment Matt Aimonetti 2009-07-29 20:12:35 -0700
  • 41055fd5ad added an option to force the deletion of a attachment Matt Aimonetti 2009-07-29 20:07:02 -0700
  • beb801d1bd fixed the database attachment specs Matt Aimonetti 2009-07-29 19:01:38 -0700
  • 9141669df1 extracted the rest API to its own module Matt Aimonetti 2009-07-29 18:32:34 -0700
  • 0958be55f7 updated the history.txt file Matt Aimonetti 2009-07-27 00:17:34 -0700
  • ac3d0a988f added a Rack logger middleware Matt Aimonetti 2009-07-27 00:14:38 -0700
  • 41eeedd49b removed {:reduce => false} in #all method to make it 0.10 comp. tc 2009-07-24 22:31:36 -0700
  • dd480bcd75 bumped version to 0.32 Matt Aimonetti 2009-07-22 16:54:28 -0700
  • a4254be8eb updated history.txt Matt Aimonetti 2009-07-22 16:06:24 -0700
  • 5cd2eaf18a made get not raise an exception anymore, use get! instead if you need to raise exceptions. Matt Aimonetti 2009-07-22 16:05:55 -0700
  • 87d246d30e modified the 'all' view to emit doc ids so we can do Model.all(:keys => [1,2]) Matt Aimonetti 2009-07-22 15:45:18 -0700
  • fc1ad2a07e updated history Matt Aimonetti 2009-07-21 23:38:50 -0700
  • 153ce54b1e Added ValidationErrors#count in order to play nicely with Rails Peter Wagenet 2009-07-21 16:54:31 -0700
  • 52255e50a2 updated the history.txt file Matt Aimonetti 2009-07-21 23:06:35 -0700
  • 4d4972f0de fixed class proxy design doc wreidness Daniel Kirsch 2009-07-21 23:23:12 +0200
  • 3ee810010d forgot to add database to count query Daniel Kirsch 2009-07-21 14:36:09 +0200
  • be7cd7442b added count to proxy Daniel Kirsch 2009-07-21 14:14:58 +0200
  • e4ad16b77c Use Time#mktime_with_offset wildchild 2009-07-21 09:31:18 +0600
  • d85155040a Merge commit 'mattetti/master' Peter Gumeson 2009-07-20 16:21:10 -0700
  • f65d8bbbcc Should cast casted attribute on direct assignment wildchild 2009-07-21 05:01:34 +0600
  • 413a7602e8 added amount_pages to a paginated collection Matt Aimonetti 2009-07-20 15:52:14 -0700
  • e27135cb1e Fixed required_field_validator to behave correctly with boolean fields wildchild 2009-07-21 03:18:07 +0600
  • 16d9e819d7 Added typecasting of properties wildchild 2009-07-21 03:17:27 +0600
  • 7a124c522b generating the gemspec file so 0.3.1 becomes available on github Matt Aimonetti 2009-07-19 17:18:24 -0700
  • 0a4f7e0607 bumping the release version before breaking the API in 0.4 Matt Aimonetti 2009-07-19 17:14:06 -0700
  • e87c543b0f reunited some __FILE__, __LINE__ with their + 1 Peter Gumeson 2009-07-19 01:23:51 -0700
  • 1e44302d1a Merge commit 'mattetti/master' Peter Gumeson 2009-07-19 00:01:07 -0700
  • 7bae8acc36 Merge branch 'new_callbacks' Peter Gumeson 2009-07-18 23:37:16 -0700
  • 6c0d74717c updated the readme Matt Aimonetti 2009-07-17 11:07:23 -0700
  • 367bbd6f70 updated the history.txt file Matt Aimonetti 2009-07-17 10:53:00 -0700
  • a23ab5ab5a Add init.rb for easy usage as a Rails plugin (Makes for easy submodule-ing) Aaron Quint 2009-05-19 12:15:42 +0800
  • 142989a80d Dont die on empty results Arnaud Berthomier 2009-07-13 17:58:48 +0800
  • 5140899041 Added ExtendedDocument.create({}) and #create!({}) so you don't have to do Model.new.create Matt Aimonetti 2009-07-17 00:12:33 -0700
  • 964526193b Optimized Model.count to run about 3x faster Matt Aimonetti 2009-07-16 20:38:15 -0700
  • 8f8b5dc568 added support to cast Float values Matt Aimonetti 2009-07-16 19:52:53 -0700
  • 9a167cc27d fixed the specs Matt Aimonetti 2009-07-14 23:48:06 -0700
  • b2a29d9eb7 started extracting the http layer Matt Aimonetti 2009-07-14 01:43:40 -0700
  • bd1b114930 bumped version to 0.30 and added history.txt + pagination doc in the readme Matt Aimonetti 2009-07-08 11:54:06 -0700
  • 42482a626a Changed pagination technique used by Collection John Wood 2009-06-22 08:39:28 -0500
  • a0d6204b42 Added some more doc for Collection, and cleaned up how provides_collection works. John Wood 2009-06-19 11:17:40 -0500
  • a9a53b8729 Added more tests for Collection module, cleaned up the code as well. John Wood 2009-06-19 11:00:52 -0500
  • 5963f1d4f8 Better integration with couchrest views. More tests, doc, and some cleanup still needed. John Wood 2009-06-18 11:28:57 -0500
  • cf76466795 Added Collection mixin. John Wood 2009-06-04 13:43:14 -0500
  • 3e2b3ece46 Timeout::TimeoutError does not exist, use Timeout::Error instead Seth Falcon 2009-06-12 14:06:07 -0700
  • 9a89db44f1 fixed a commit that got reverted by accident Matt Aimonetti 2009-07-08 09:28:15 -0700
  • baabe40674 Fixed validates_is_numeric when dealing with an actual float Rob Kaufman 2009-07-07 17:20:53 -0700
  • 82090cb780 modified the timestamp parsing to run faster, making a big difference when loading huge datasets Matt Aimonetti 2009-07-07 23:55:20 -0700
  • ce02d05eac Merge commit 'mattetti/master' Peter Gumeson 2009-06-20 21:05:00 -0700
  • f9d8f09ab9 Handle default values properly wildchild 2009-06-16 04:31:50 +0600
  • f4f3946d86 Merged in more new callback stuff from rails 3 Peter Gumeson 2009-06-13 22:41:16 -0700
  • a47de6aaf5 Tidying up rails support Peter Gumeson 2009-06-13 14:51:15 -0700
  • 62e8709df7 Fixed some casting issues for assigned properties Peter Gumeson 2009-06-12 12:22:58 -0700
  • cdf998b185 Merge commit 'sethladd/master' Peter Gumeson 2009-06-12 12:17:15 -0700
  • e94403ca28 Added a spec for saving a casted array Peter Gumeson 2009-06-11 23:34:02 -0700
  • fc18b47800 Merge commit 'mattetti/master' Peter Gumeson 2009-06-11 21:18:37 -0700
  • 92d7fdb94d refactoring how casting works Seth Ladd 2009-06-09 18:02:04 -1000
  • 209e36f61b cast values through setters to ensure validations are run after mass assignment, for example Seth Ladd 2009-06-08 16:35:26 -1000
  • 130fdd16dd cosmetic cleanup Seth Ladd 2009-06-08 16:34:52 -1000
  • ffceaec57d add silent settings for created_at and updated_at, allows for mass assignment with semantics that match rails Seth Ladd 2009-06-08 16:34:21 -1000
  • 31180f6bc7 require the rails support Seth Ladd 2009-06-08 11:52:02 -1000
  • 36f69ec332 check if Rails exists for the rails support Seth Ladd 2009-06-08 11:48:15 -1000
  • 7246801f57 merged in sporkd Seth Ladd 2009-06-08 10:10:59 -1000
  • c18567f8fc differentiated attachment's URI and URL Matt Aimonetti 2009-06-07 18:51:31 -0700
  • db7829e996 Callbacks now take multiple callback methods Peter Gumeson 2009-06-07 18:46:30 -0700
  • ab362cb32c More convenient callback alias methods Peter Gumeson 2009-06-07 17:01:21 -0700
  • 806a79a72a Enabled callback halting and added copyright notices Peter Gumeson 2009-06-07 14:52:23 -0700
  • dc4787e905 Integrated Yehuda's new callback code from rails Peter Gumeson 2009-06-07 02:57:22 -0700
  • 1c6e073b47 Added logger to rails support Peter Gumeson 2009-06-07 02:51:50 -0700
  • 76b1563539 Renamed new_document? and new_model? to simply new? Peter Gumeson 2009-06-04 20:44:44 -0700
  • b4e2250668 Added validation callbacks to extended documents and casted models Peter Gumeson 2009-06-04 19:49:10 -0700
  • 91cd1d9c7b base_doc should be nil for unassociated casted models Peter Gumeson 2009-05-30 23:20:39 -0700
  • 027dd9a3ee A better fix for failing spec Peter Gumeson 2009-05-30 15:47:04 -0700
  • fb3c4530ed Fixed a failing spec when using ruby 1.9 Peter Gumeson 2009-05-30 14:53:55 -0700
  • d012380b67 Added helper for accessing the top level document. And more rails compatibility. Peter Gumeson 2009-05-28 22:42:30 -0700
  • 936ce54449 Merge branch 'mattetti/master' Peter Gumeson 2009-05-28 22:31:20 -0700
  • f1b2315524 bumped the release because of github *sigh* Matt Aimonetti 2009-05-28 19:43:55 -0700
  • 28df50daca minor text edit, trying to get github to build the gem Matt Aimonetti 2009-05-28 19:41:30 -0700
  • efeb654114 casted_by is now set on assignment to a document. Peter Gumeson 2009-05-28 17:56:42 -0700
  • 3e4c90f104 Fixed a comment Peter Gumeson 2009-05-28 17:00:06 -0700
  • 23341f3698 Added new_model? and new_record? alias to casted model for rails compatibility. Peter Gumeson 2009-05-28 16:09:53 -0700
  • 9a026997dd valid? now recursively checks casted models. Added better validation spec coverage. Peter Gumeson 2009-05-28 12:18:23 -0700
  • 4a4cae0d95 Merge branch 'mattetti/master' Peter Gumeson 2009-05-28 11:30:15 -0700
  • 5e0632c1d0 removed ObjectSpace usage Matt Aimonetti 2009-05-28 10:36:25 -0700
  • 295c0f0511 fixed the design doc cache issue Matt Aimonetti 2009-05-27 23:59:43 -0700
  • c35c35157a added an automated way to mark design docs as dirty after the db was reset Matt Aimonetti 2009-05-27 18:16:50 -0700
  • 704d0a09bd Added attributes= to casted model and extended doc Peter Gumeson 2009-05-27 13:24:25 -0700
  • e48a6c8866 fixed all the specs so we are back to green Matt Aimonetti 2009-05-26 18:27:49 -0700
  • 2d52225a25 fixed some stuff but a lot of specs are still failing on 409s Matt Aimonetti 2009-05-26 16:28:34 -0700
  • a1087b48fe Enabled casting of CastedModel attributes Eric Watson 2009-05-25 11:46:39 -0500
  • dff005f082 Modified CastedModel to apply defaults first Eric Watson 2009-05-25 14:12:56 -0500
  • 0647307acd Enabled apply_defaults for CastedModel Eric Watson 2009-05-25 11:40:01 -0500
  • 96f8d1aa96 Fixing CastedModel bug that modified casted objects Eric Watson 2009-05-25 11:16:48 -0500
  • 101024aabc Changed CastedModel so it does not cast nil values Eric Watson 2009-05-21 14:37:21 -0500
  • eb160e3141 Add .count to extended documents to return how many there are. Adds a reduce function to the default view so that an extra view doesn't have to be maintained just for the counting. Will Leinweber 2009-05-23 23:44:44 -0500
  • e538a3881d strings respond to :each and the might break validation on casted arrays Matt Aimonetti 2009-05-20 18:35:41 -0700