Generators and build tools for Ember applications
Questions tagged [ember-tools]
5 questions
2
votes
0 answers
How do I include epf.js in a project using ember-tools?
I'm integrating an ember project to use ember-tools because I want nice build tools. My project also uses epf, and I encountered a problem when I tried to include epf.js as a library. My instinct was just to lump epf.js into the vendor/ folder that…

Ziggy
- 21,845
- 28
- 75
- 104
1
vote
1 answer
findByAttribute in EmberJS
Im using Ember v1.0.0, Ember-Data v1.0.0-beta.3 and building using Ember-tools.
Inside my order_controller, I've got an action called: delivered. Once triggered, I want to make some changes to the current object (no problems here) -- but I also want…

Reza Khadjavi
- 119
- 7
1
vote
1 answer
Connecting to Express/Mongoose backend Ember-data rejects with "Object has no method 'eachTransformedAttribute'"
I'm using ember-data:
// Version: v1.0.0-beta.3-2-ga01195b
// Last commit: a01195b (2013-10-01 19:41:06 -0700)
var App = Ember.Application.create();
App.Router.map(function() {
this.resource("main");
});
Using a namespace:…

jdcravens
- 577
- 1
- 4
- 15
0
votes
2 answers
what build tools are available for emberjs/handlebars client-side only usage
I want to use emberjs to simplify the client-side user interaction and ajax update requests for my rails web site. In emberjs they say:
If you are using build tools to manage your application's assets, most will know how to precompile Handlebars…

Russell Yan
- 183
- 4
- 15
0
votes
0 answers
Ember-tools routes vs resources nested
I just started with Ember, and after a couple tutorials am trying to build a larger app with ember tools. The generator let me build routes and templates in subdirectories by simply defining the path, but I can't get the resources to render the…

Ele Munjeli
- 446
- 1
- 7
- 15