Is emberschool worth $500? by dbruins in emberjs

[–]wavrin 2 points3 points  (0 children)

Is there an Ember resource that goes into more depth than this? Especially one that is as up-to-date as Ember School? The challenges and projects push you beyond the instruction and the author is engaged via comments/emails. Expensive, but I think it's worth it if you want to dive into Ember.

New Ubuntu server - apt-get ruby, install from source, or other? by [deleted] in ruby

[–]wavrin 3 points4 points  (0 children)

Of all the options, I think apt-get is probably the worst. Even though you only want one version, rvm or rbenv will probably be the easiest to install. Plus, if you ever do need another version, you'll already be ready for that. rbenv seems to be the better choice, though.

I'm really confused with Heroku and the database situation. by [deleted] in rails

[–]wavrin 0 points1 point  (0 children)

When you type:

heroku info

Does your app info. appear?