How does this compare with backbone-rails? https://github.com/codebrew/backbone-rails
Backbone on Rails: a ruby gem based on thoughtbot's 'Backbone.js on Rails'
11–19 of 19 posts
Re: Backbone on Rails: a ruby gem based on thoughtbot's 'Backbone.js on Rails'
#12I've never seen a $50 ebook before. Seems a bit excessive. Whatever, I'll pass or wait till they eventually come to their senses and offer it for $19
It's clearly targeted at people who bill more than $100/hour and who are completely willing to pay a premium for that. I bought it and I can tell you they made a killing (I can see how many people bought it as they invite people to a private github repo).
But whatever I'm sure they're making money and are happy.
Re: Backbone on Rails: a ruby gem based on thoughtbot's 'Backbone.js on Rails'
#13I've never seen a $50 ebook before. Seems a bit excessive. Whatever, I'll pass or wait till they eventually come to their senses and offer it for $19
It's clearly targeted at people who bill more than $100/hour and who are completely willing to pay a premium for that. I bought it and I can tell you they made a killing (I can see how many people bought it as they invite people to a private github repo).
Re: Backbone on Rails: a ruby gem based on thoughtbot's 'Backbone.js on Rails'
#14I've never seen a $50 ebook before. Seems a bit excessive. Whatever, I'll pass or wait till they eventually come to their senses and offer it for $19
If they eventually offer it for $19, it could be they’ve come to their senses. Another possibility is that it’s good old-fashioned price discrimination: You offer it for $49, and sell as many as you can to those who can afford it.
When $49 sales dry up, drop the price and now a whole new group of customers—like you—buy it. If you had offered it at $19 to begin with, you’d have left money on the table from all the people who would have paid $49 but got it for $19.
Re: Backbone on Rails: a ruby gem based on thoughtbot's 'Backbone.js on Rails'
#15How does this compare with backbone-rails? https://github.com/codebrew/backbone-rails
The specific differences are: different naming conventions, fewer generators, generates Coffee or JS.
I wrote a short comparison here: https://github.com/meleyal/backbone-on-rails/wiki/How-is-thi...
Re: Backbone on Rails: a ruby gem based on thoughtbot's 'Backbone.js on Rails'
#16How does this compare with backbone-rails? https://github.com/codebrew/backbone-rails
Re: Backbone on Rails: a ruby gem based on thoughtbot's 'Backbone.js on Rails'
#17How does this compare with backbone-rails? https://github.com/codebrew/backbone-rails
I think backbone-rails comes with the older 0.5.0 version of backbone.js, whereas this one has 0.5.3 version. But i haven't tried it so not sure of other differences.
It seems like the difference boils down to directory structure and that backbone-rails includes tests.
Re: Backbone on Rails: a ruby gem based on thoughtbot's 'Backbone.js on Rails'
#18How does this compare with backbone-rails? https://github.com/codebrew/backbone-rails
However, I think both of our projects are mainly just about helping users learn how to use backbone.js with rails. I try to balance the pull requests I accept based on usefulness vs will this actually help or confuse a new user trying to get started with rails and backbone. Use either one that makes more sense to you, as long as we helped some users get started with backbone and rails then I think we did our job.
Re: Backbone on Rails: a ruby gem based on thoughtbot's 'Backbone.js on Rails'
#19How does this compare with backbone-rails? https://github.com/codebrew/backbone-rails
I think backbone-rails comes with the older 0.5.0 version of backbone.js, whereas this one has 0.5.3 version. But i haven't tried it so not sure of other differences.