RailsCasts Pro episodes are now free!

Learn more or hide this

Larz Conwell's Profile

GitHub User: larzconwell

Site: http://twitter.com/larzconwell

Comments by Larz Conwell

Avatar

No, Meteor is still in very early development. It's API changes frequently and also I believe the whole DB is exposed to the client. I'm not 100% sure about the last one though.

Avatar

This has nothing to do with Ruby. Ruby was never ment to have semicolons. JavaScript is supposed to have semicolons at the end.

Avatar

I honestly wouldn't advise anyone use Twitter Bootstrap because the JS files in it have hardly any semi-colons.

javascript
// js/bootstrap-dropdown.js

function clearMenus() {
  $(toggle).parent().removeClass('open')
}

There's no plausible reason that the end of that method shouldn't have a semi-colon.