**** BEGIN LOGGING AT Fri Dec 05 02:59:58 2014 Dec 05 03:13:37 summatusmentis , the big change is going past 2.2 - there are potentially braking changes like new get() and set() functions on objects. You have read the changelogs carefully for stuff like that. Dec 05 03:13:47 But your code may not have any problems. Dec 05 04:05:21 DougReeder: right, I'm on 2.2 right now Dec 05 04:05:27 that's why I'm so resistent Dec 05 04:06:09 It would probably take you less than a day, but it’s not a drop-in replacement. Dec 05 04:07:04 Data-binding can be quite convenient, and lead to simpler code. Dec 05 04:08:40 At the moment, it’s best to wait for 2.5.x, since the data-driven parts are being reworked, and the documentation is poor in places. Dec 05 04:10:17 yeah, and there's deadlines and things Dec 05 04:14:41 anyone have any idea why I'd be getting 'TypeError: undefined is not an object (evaluating 'inA0[i]')' when I try to have an event handler on panels for onTransitionStart? Dec 05 04:17:04 it's only onTransitionStart, not onTransitionFinish Dec 05 17:04:08 morning enyos! Dec 05 17:08:52 morning dmanderson Dec 05 17:29:37 So, what’s the point of the enyo.Application kind? Dec 05 17:36:49 It gives you a nice reference point for an MVC app. Dec 05 17:37:03 All the kinds will have an this.app reference. Dec 05 17:37:21 Good for SPAs / cordova builds Dec 05 17:37:44 Bubbling / Waterfalling can be expensive. Sometimes a ‘global’ is good to use. Dec 05 17:39:33 hey moriger! Dec 05 17:39:42 Hi Dec 05 17:40:13 say, is there any documentation for using enyo/onyx in a web server environment? Say, EG, Ruby on Rails site? Dec 05 17:40:38 Everything, including the repos, appear to be structured for phone apps. Dec 05 17:40:56 You know - there isn’t a lot of open web documentation Dec 05 17:41:17 But it isn’t much different than using it for those other platforms. Dec 05 17:41:27 You can look at the boot plates Dec 05 17:41:35 and they will let you develop uncompressed. Dec 05 17:41:57 Then when you are ready to deploy to production, you can use build.js to spit out standalones Dec 05 17:44:44 I see no build.js in the bootplate dir. Is that in another repo? Dec 05 17:46:31 do you mean deploy.sh? Dec 05 17:54:45 moriger: you just want to use it for a website or webapp? Dec 05 17:59:53 web site Dec 05 18:01:11 DougReeder: the enyo.Application kind gives you globals, view switching, and some convenience functions (like auto-rendering on create) Dec 05 18:02:20 moriger: If you are using unminimized, you can just put the libs in a lib folder, enyo in an enyo folder, source wherever you want, point the package.js correctly, and away you go Dec 05 18:05:19 in your html files, all you would need are