Tag Cloud
Concourse CI/CD devops prometheus kubernetes monitoring modbus kepware c-programming IoT golang telegram bot python cli urwid elasticsearch aws ecs apache spark scala AWS EMR hadoop webhooks ssl nginx digital-ocean emr apache pig datapipeline found.io elastic-cloud rails try capybara docker capistrano heka bigquery kafka protobuf vim iterm javascript emberjs git scripting dnsmasq bem frontend meteorjs meteorite heroku

Page 4 of 4
Newer Posts

EmberJS - Saving Associated Models (controller)
Written by Ho Man Jan 31, 2014 1 minute read

So after a few months of inactivity from Emberjs, I’ve decided to come back to abit of development fun! First things first, I had to upgrade a couple of things (once again). I went on to upgrade ember to 1.3.0 and ember-data to one of their 1.0.0 nightly builds. It didn’t require that many changes like before (thank god for that).

One particular...

Read more →

Emberjs Model RestAdapter Conventions
Written by Ho Man Aug 04, 2013 2 minutes read

After I was done with exploring with local fixtures data, its time to experiment with using the RestAdapter provided by Emberjs to call the appropriate json data from the rails backend.

It was pretty simple and straightforward mostly. You basically just change the store to have “adapter: DS.RESTAdapter” and extend the model to have the appropriate...

Read more →

Replicating Rails 'scopes' in Emberjs
Written by Ho Man Jul 28, 2013 2 minutes read

After setting up all the boilerplate stuff and a quick mock up for the new Task project, I went on to the more dynamic code in Emberjs.

So basically, today I wanted to have tasks displayed out in the /tasks page separated into a few different ‘categories’ - delayed, active, completed, and coming soon etc. Something so simple would probably be done...

Read more →

Embers Handlebars Setup Problem
Written by Ho Man Jul 27, 2013 2 minutes read

Went with ember-rails gem’s default setup, did a bundle install/minimum rails set up and got this error in the browser…

Assertion failed: Ember Handlebars requires Handlebars version 1.0.0, COMPILERREVISION expected: 4, got: 3 - Please note: Builds of master may have other COMPILERREVISION values.

EBUG: Ember.VERSION : 1.0.0-rc.6 ember.js?body...
Read more →