-
While trying to bundle install this error was shown
```
Git error: command `git clone 'git@github.com:devolute/acts_as_rateable.git' "/usr/local/lib/ruby/gems/1.9.1/cache/bundler/git/acts_as_rateable…
-
Thoughts, @molily ? There are enough events on http://backbonejs.org/#Events-catalog now that we don't really need it.
---
I'm thinking we just do something like:
``` coffee
class Model extends Bac…
-
hey :) noting this https://github.com/documentcloud/backbone/pull/2221
and this deprecation notice ([here](http://api.jquery.com/jQuery.ajax/))
> Deprecation Notice: The jqXHR.success(), jqXHR.error…
-
There has been a change in underscore 1.4.4 to the _.bindAll function:
`if (funcs.length == 0) funcs = _.functions(obj);` underscore version 1.4.3
`if (funcs.length === 0) throw new Error("b…
-
In Backbone.js v1.0.0, the _validate function checks if options.validate or this.validate exist. If options.validate does not exist, it skips the check for this.validate and returns true. It appears t…
-
Hi. I using backgrid for my project, and i have a question. How do I make saving for several selected lines? I using the "select-all" extension
-
Hi
Up to now we use jsOAuth and all work perfectly but we need to move to Backbone.js, is it is it a way to use jsOAuth with Backbone.js?
Thanks.
-
Suddenly my BackboneJS collections don't work in Chrome when the code is minified.
I have been searching for a bug in our code. But after fix some bugs, the application continue breaking when I use co…
-
I _love_ this gem, but we're having trouble with saving has_many relationships. Perhaps we are doing it all wrong.
Example:
``` ruby
# Company.rb
class Company
field :name, type: String
slug :n…
-
hi!
first i have say, this plugin is really util to my work. very thanks for that.
but, i have a problem when apply a event listener on change of select tag. my callback is called 2 times every time …