Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Ember.js Ember Data Ember Data with Local Storage

Will there be a part II (or more) on ember.js?

Will there be a part II (or more) on ember.js?

11 Answers

Will there then be a Ember CLI course?

Michael Kaiser-Nyman
Michael Kaiser-Nyman
Treehouse Guest Teacher

Ember CLI is going to become officially part of Ember in Ember 2.0, which should be released in mid-2015. I or somebody else from Epicodus will likely make a new video on Ember 2.0 around its release. For now, www.ember-cli.com is a good place to start learning.

geoffrey
geoffrey
28,736 Points

I don't know, I'm going to ask some teachers @ Michael Kaiser-Nyman , Andrew Chalkley , Dave McFarland .

Hi, all examples that I can find on the Internet the views are collected in one big index.html file and start with <script type="text/x-handlebars> and controller and models are collected in one big app.js file. You are using the mvc model where the code is in separated files. Which is good practice?

thx

Michael Kaiser-Nyman
Michael Kaiser-Nyman
Treehouse Guest Teacher

Neither :) Both approaches are designed to make it easy for beginners to get started. To build real production applications, you should use Ember CLI: ember-cli.com

Michael Kaiser-Nyman
STAFF
Michael Kaiser-Nyman
Treehouse Guest Teacher

I don't plan on doing a part 2 - I'd suggest going through the resources listed at the end of the course.

Hi, I am particularly interested in how to access the database on a server (with a REST (php) API).

Michael Kaiser-Nyman
Michael Kaiser-Nyman
Treehouse Guest Teacher

Check out http://emberjs.com/guides/models/the-rest-adapter/ for starters. You'll also need to learn how to build out a REST API in the PHP framework of your choice (e.g. https://www.google.com/search?q=laravel%20rest%20api).

thx

thx

Hi Michael, Yet another question; I got hold on the book "Building Web Apps with Ember.js" Is that a good book to master ember.js? I have read a few chapters but I have to install Yeoman, Compass, Ruby, Yo generator, Bower and other tools. Is that all necessary to program in Ember?

thx

Michael Kaiser-Nyman
Michael Kaiser-Nyman
Treehouse Guest Teacher

Haven't read it, sorry! But if it's having you use Yeoman and Bower, it's not using Ember CLI, which is the way that Ember is standardizing on these tools.

ok, thx again :)

Ian VanSchooten
Ian VanSchooten
3,549 Points

I've found a good resource to be https://leanpub.com/ember-cli-101 although I've just started going through it. There's not a lot of tutorials and blog posts out there for Ember CLI, but this "book" is one that seems to keep popping up. I figure if I'm going to learn EmberJS, may as well do it the "right" way.

Hi Ian, Just downloaded it this week and been using it, very helpful. thx