Closed akosipc closed 10 years ago
I haven't had a chance to check this yet but Rails 4 (or perhaps just its release candidates) has changed the default value for:
ActiveRecord::Base.include_root_in_json
This means it might not give out the Rails flavour RESTful Web service that Backbone.js expects.
@nigel-lowry This shouldn't be an issue as the gem / scaffolding doesn't request any JSON
I haven't had a chance to check this yet but Rails 4 (or perhaps just its release candidates) has changed the default value for:
This means it might not give out the Rails flavour RESTful Web service that Backbone.js expects.