bones icon indicating copy to clipboard operation
bones copied to clipboard

A client/server web application framework built on Express and Backbone

Results 25 bones issues
Sort by recently updated
recently updated
newest added

Hi, The original discussion is #43. This can also fix #27 I think. Thanks.

The [Getting Started](https://github.com/developmentseed/bones/wiki/Getting-Started) section in the wiki notes that "This documentation may not be up to date with bones releases." Well, it isn't. I'd be happy to update if I...

Hi, What do you think about Express 3.x? Would you suggest upgrading to it if we could? Thanks.

Hi, Not actually an issue, but i had no idea where to ask. How can i change ip address on which bones server is listening? Is there any ENV variable...

not sure when it happened, but require.extensions (used to do the bones.js loading) has been deprecated for a while [see the docs](http://nodejs.org/docs/latest/api/globals.html#globals_require_extensions) I've recently been doing a little demo project...

This bug only occurs in IE. I have tested it in IE8 and IE9. Minimum code to reporoduce this error is to use Bones sample application, enable PUT request in...

We should make it possible to do graceful restarts of the http servers which bones starts. This is generally possible with node but it looks like as our servers in...