Commit Graph

169 Commits

Author SHA1 Message Date
Nick Fitzgerald
8d7eff8cd2 Adding chain() to the Collection prototype 2010-10-19 15:48:59 -04:00
Jeremy Ashkenas
c98cfeb4f2 moving 'demos' to 'examples' 2010-10-19 15:03:59 -04:00
Jeremy Ashkenas
9d8b7adf87 removing the embryonic gist demo 2010-10-19 15:03:30 -04:00
Jeremy Ashkenas
b27f57a9a7 Merge branch 'demos' of http://github.com/fitzgen/backbone into demos 2010-10-19 14:57:15 -04:00
Jeremy Ashkenas
14d818677f Merge branch 'master' into demos 2010-10-19 14:57:06 -04:00
Nick Fitzgerald
14db15b458 Adding another demo: Todo Task manager 2010-10-19 11:38:53 -07:00
Jeremy Ashkenas
d2ba331184 Backbone.js 0.1.2 0.1.2 2010-10-19 11:44:07 -04:00
Jeremy Ashkenas
3e3c292c48 documenting the 'error' callback and it's overriding behavior. 2010-10-19 11:26:16 -04:00
Jeremy Ashkenas
2071b932b9 tweak to view docs 2010-10-19 10:51:27 -04:00
Jeremy Ashkenas
f0f7c8d5e3 Adding an error when URLs are left unspecified, and highlighting the importance of the URL property in the docs for persistence to work. 2010-10-19 10:47:40 -04:00
Jeremy Ashkenas
a09bcbca9d error events are now always passed the model as the first argument. You may now also pass an error callback to set() and save(), if the callback is passed, it will be called instead of the 'error' event getting fired. 2010-10-19 10:13:50 -04:00
Jeremy Ashkenas
b854b28d18 additional documentation ... getting ready for 0.1.2 2010-10-19 09:41:50 -04:00
Nick Fitzgerald
349878cdf8 Using JSONP since the Same Origin Policy won't let file:// make an XHR to github.com 2010-10-18 21:36:05 -07:00
Jeremy Ashkenas
5222fe7117 Merge branch 'master' of http://github.com/tmpvar/backbone 2010-10-18 21:52:42 -04:00
Elijah Insua
402f866341 added underscore dependency 2010-10-18 21:46:03 -04:00
Jeremy Ashkenas
c5c795ed98 adding docs for Model#fetch 2010-10-18 21:39:30 -04:00
Jeremy Ashkenas
17d64e0a51 Adding Backbone.Model#fetch 2010-10-18 21:31:27 -04:00
Jeremy Ashkenas
2b539572a0 Passing JavaScriptLint. Added 'rake lint' task. 2010-10-18 21:05:48 -04:00
Nick Fitzgerald
83f4748d8c Adding a missing var declaration inside handleEvents 2010-10-17 18:24:01 -07:00
Jeremy Ashkenas
7721f8481c adding Backbone.emulateHttp for frameworks that don't support HTTP. Issue #11 2010-10-17 10:53:40 -04:00
Jeremy Ashkenas
6899988224 Only send the model on create and update... It's better for destroy not to bother with it. 2010-10-17 10:17:36 -04:00
Jeremy Ashkenas
4311d58ca9 optional values in the template. 2010-10-17 10:01:01 -04:00
Elijah Insua
263245b9cf added package.json 2010-10-17 03:22:25 -04:00
Jeremy Ashkenas
0f3c524a3a beginnings of a different demo. 2010-10-16 17:28:19 -04:00
Jeremy Ashkenas
08687aa183 Merge branch 'master' into demos 2010-10-16 16:09:04 -04:00
Jeremy Ashkenas
5c5b7a8824 Don't send up model data for GET requests by default, for folks who are re-fetching existing collections. 2010-10-16 16:05:49 -04:00
Jeremy Ashkenas
c5db4491c5 Merge branch 'master' into demos 2010-10-15 11:57:00 -04:00
Jeff Larson
ba3775e37c changing the image url back 2010-10-15 10:58:40 -04:00
Jeff Larson
5f0fe91eff adding a missing semicolon and using initialize in the demo 2010-10-15 10:57:22 -04:00
Jeremy Ashkenas
7b10698af6 making the speed test labels fit on the graph 2010-10-15 09:57:31 -04:00
Samuel Clay
d8d40149e0 Type found by pbowyer. 2010-10-15 09:49:56 -04:00
Samuel Clay
09b130271a Merge branch 'master' of github.com:documentcloud/backbone into demos 2010-10-15 09:48:17 -04:00
Hans Oksendahl
196626931e fixed indentation 2010-10-14 17:32:23 -07:00
Hans Oksendahl
08030e431e fixed indentation 2010-10-14 17:30:43 -07:00
Hans Oksendahl
7f4a1bb178 Added the _method hack from Sinatra for better coverage of PUT and DELETE for non-spec HTTP servers. 2010-10-14 17:28:33 -07:00
Samuel Clay
3144542bf6 Adding initial demo of collections, models, and multiple views all bound to change events on the model. 2010-10-14 18:25:57 -04:00
Jeremy Ashkenas
500d66bd58 a handful of model speed tests. 2010-10-14 15:11:56 -04:00
Jeremy Ashkenas
e7ce57cc1d Adding the beginnings of a speed suite to the Test page. 2010-10-14 14:46:53 -04:00
Jeremy Ashkenas
3560062c11 removing redundant assignment in Events#trigger 2010-10-14 13:49:01 -04:00
Jeremy Ashkenas
2ae60985ee Moving all helper functions down to the bottom. 2010-10-14 13:34:00 -04:00
Jeremy Ashkenas
9c535ca5a5 expand inherits helper child constructor creation, for clarity. 2010-10-14 13:31:19 -04:00
Jeremy Ashkenas
7c901e2245 Slightly shallower namespaced export for CommonJS. 2010-10-14 13:15:25 -04:00
Jeremy Ashkenas
82365e392e internal Collection#_add and Collection#_remove, should return the model, in case they're overridden. 2010-10-14 13:04:11 -04:00
Jeremy Ashkenas
a797829c8d a note about namespacing JSON requests. 2010-10-14 11:48:03 -04:00
Jeremy Ashkenas
b2cb44b8f7 rebuilding annotated source and min.js 2010-10-14 11:13:50 -04:00
Jeremy Ashkenas
0ac41263a0 brief aside about sort versus sortBy 2010-10-14 11:10:38 -04:00
Jeremy Ashkenas
09e20c1599 Documenting a collection's 'model' property 2010-10-14 10:46:11 -04:00
Jeremy Ashkenas
831090329f Issue #8 -- a number of improvements to the documentation. 2010-10-14 10:29:18 -04:00
Jeremy Ashkenas
eb9f54c8fe willbailey's patch to use getByCid for internal lookups ... much safer. 2010-10-14 07:36:11 -04:00
Jeremy Ashkenas
184687b28f Backbone 0.1.1 0.1.1 2010-10-13 22:46:39 -04:00