Commit Graph

141 Commits

Author SHA1 Message Date
Jeremy Ashkenas
9a1deb61c7 mention that Backbone require's jQuery > 1.4.2, if using jQuery. Issue #367. 2011-05-26 13:41:41 -04:00
Jeremy Ashkenas
46fbd4cd7f Controller -> Router in the docs, and adding docco for setLocation(). 2011-05-26 13:38:30 -04:00
Jeremy Ashkenas
cf3215139a initial draft of a 0.5.0 branch 2011-05-26 10:54:28 -04:00
Jeremy Ashkenas
d8edb5d025 Merge branch 'gh-pages' 2011-04-28 11:11:28 -04:00
Jeremy Ashkenas
bbf28b82a2 expanding the FAQ for MVC with a direct Rails comparison. 2011-04-28 11:11:17 -04:00
Jeremy Ashkenas
7489bf0395 Merge branch 'gh-pages' 2011-04-28 09:43:30 -04:00
Jeremy Ashkenas
bbce120bf0 Adding the bittorrent example app. 2011-04-28 09:43:05 -04:00
Jeremy Ashkenas
db68321ebb resolving merge 2011-04-27 21:19:02 -04:00
Jeremy Ashkenas
c9bf20e4f3 Adding CloudApp to the list of examples. 2011-04-27 21:13:37 -04:00
Jeremy Ashkenas
58708b3cec clarifying wording 2011-04-25 15:55:40 -04:00
Samuel Clay
089aeb8385 Adding a note about using Collection.create on a model that has been saved server-side. 2011-04-25 15:51:59 -04:00
Samuel Clay
a00b798318 Adding in a note about Backbone.history.start() returning a boolean for whether or not a match has been found in the current URL fragment. Thanks to XiXora for the recommendation. 2011-04-25 13:07:35 -04:00
Samuel Clay
f44cfeeb36 Adding in a note about passing in an object literal or a model to Collection.create. Thanks to MattJ for the recommendation. 2011-04-25 13:01:03 -04:00
Jeremy Ashkenas
9159ed3578 clarifying that jQuery or Zepto is required for History support (for the moment) 2011-04-18 14:32:00 -04:00
Jeremy Ashkenas
12661ff159 Merge branch 'master' of github.com:documentcloud/backbone 2011-04-18 09:19:15 -04:00
Jeremy Ashkenas
7b494c1e6d Upgrading to Underscore 1.1.6 for test deps. 2011-04-18 09:19:04 -04:00
Samuel Clay
f4cfbd633d Documenting the new Backbone.noConflict() method. 2011-03-23 15:10:58 -04:00
Samuel Clay
1028e63f7b Merge branch 'gh-pages'
Conflicts:
	index.html
2011-03-23 14:12:49 -04:00
Samuel Clay
35ba4a9272 Adding Flow to sidebar under Examples. 2011-03-23 14:12:06 -04:00
Samuel Clay
fd35fcb6ee Adding MetaLab's Flow to the examples. 2011-03-22 16:19:52 -04:00
Jeremy Ashkenas
d97d8bf336 Upgrading Backbone.js tests to Underscore 1.1.5 2011-03-20 20:26:17 -04:00
Jeremy Ashkenas
e2a5c18308 Adding Mobile SoundCloud as an example. 2011-03-10 12:16:39 -05:00
Jeremy Ashkenas
7216d99350 merged gh-pages in. 2011-02-28 10:06:56 -05:00
Jeremy Ashkenas
52953c14ef Adding mql's Substance.io 2011-02-28 10:00:32 -05:00
Jeremy Ashkenas
6c968b652a Issue #224 ... underlining links, updating docs. 2011-02-14 17:00:39 -05:00
Jeremy Ashkenas
f4a394b906 Issue #223 ... fixing json2.js link. 2011-02-14 16:51:05 -05:00
Jeremy Ashkenas
0ca0481af4 adding basecamp mobile, instagreat, and tilemill 2011-02-14 16:48:25 -05:00
Jeremy Ashkenas
02c40e5526 linking to the documentcloud workspace 2011-02-14 15:48:37 -05:00
Jeremy Ashkenas
164ad725c7 Upgrading Backbone.js (test) dependencies to latest jQuery, Zepto, and Underscore. 2011-02-07 11:50:22 -05:00
Jeremy Ashkenas
79b33ae78e Merge branch 'gh-pages' 2011-02-01 10:00:45 -05:00
Jeremy Ashkenas
3619844543 Adding CloudEdit as an example. 2011-02-01 10:00:29 -05:00
Jeremy Ashkenas
a2f0468595 merging in fixes for models in multiple collections ... 2011-01-22 11:46:07 -05:00
Jeremy Ashkenas
65f68309bf merging in tzigla example. 2011-01-19 14:16:21 -05:00
Jeremy Ashkenas
d4a091b02f Adding Tzigla to the examples. 2011-01-19 14:13:35 -05:00
Jeremy Ashkenas
0c033312b3 Pushing the QuietWrite.com example. 2011-01-19 11:13:50 -05:00
Jeremy Ashkenas
c933262555 Adding QuietWrite.com as a Backbone example. 2011-01-03 10:02:04 -05:00
Jeremy Ashkenas
178887e3ee removing broken History-saveLocation link. 2010-12-30 14:10:55 -05:00
Jeremy Ashkenas
65e434096d Updating Model-save documentation. 2010-12-22 16:44:24 -08:00
Jeremy Ashkenas
331cb8bede Allowing Model#defaults to be a function as well as a hash. 2010-12-20 23:00:51 -05:00
Jeremy Ashkenas
e3aa5751ac adding a bit more explanation to Model#save onError 2010-12-20 12:31:58 -05:00
Jeremy Ashkenas
261059356c Making the collection-proxies-model-events a bit more clear 2010-12-17 18:02:45 -05:00
Jeremy Ashkenas
12f7ae9137 Merging Issue #149. View#el can be a string. 2010-12-17 13:56:19 -05:00
Jeremy Ashkenas
43176d96f9 Expanding View#el documentation. 2010-12-17 13:00:37 -05:00
Jeremy Ashkenas
5886fe4051 Issue #134. json2.js source link. 2010-12-13 09:32:04 -05:00
Jeremy Ashkenas
81cd0cfd83 documenting urlRoot ... making collection.url take precedence over urlRoot, if defined. 2010-12-10 10:46:19 -05:00
Jeremy Ashkenas
784adc625d Adding Collection#fetch with add: true 2010-12-08 13:14:05 -05:00
Jeremy Ashkenas
0c1bbbcc97 Adding Model#has to Backbone... 2010-12-08 12:23:17 -05:00
Jeremy Ashkenas
b73fc46437 Merge branch 'Model-is' of https://github.com/mtodd/backbone 2010-12-08 12:04:47 -05:00
Jeremy Ashkenas
06a150627d Adding FAQ section for bootstrapping 2010-12-08 11:28:29 -05:00
Jeremy Ashkenas
9f842bda94 Adding FAQ section for bootstrapping 2010-12-08 11:28:13 -05:00