RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: larzconwell
Site: http://twitter.com/larzconwell
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.
This has nothing to do with Ruby. Ruby was never ment to have semicolons. JavaScript is supposed to have semicolons at the end.
I honestly wouldn't advise anyone use Twitter Bootstrap because the JS files in it have hardly any semi-colons.
// 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.
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.
This has nothing to do with Ruby. Ruby was never ment to have semicolons. JavaScript is supposed to have semicolons at the end.
I honestly wouldn't advise anyone use Twitter Bootstrap because the JS files in it have hardly any semi-colons.
There's no plausible reason that the end of that method shouldn't have a semi-colon.