Chris Oliver

Joined

290,430 Experience
86 Lessons Completed
296 Questions Solved

Activity

Posted in Rails 4.0 with MongoDB and Mongoid Discussion

Fantastic. I'll update the post.

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

Yes, I think it used to ask before if you wanted to create a superuser but when I tried it again it didn't. Updated the instructions to include "-s". Thanks!

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

Try using "postgresql-9.3" instead of 9.2. It's been a little while that 9.3 has been out so the repository may have removed support for the older version. If that works, let me know and I'll make sure to update the tutorial. I'll try to get time to run through the tutorial again on my own to verify anything else that's broken. Thanks! :)

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

See this for granting permission to a user inside of Postgres: http://www.cyberciti.biz/fa...

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

It's in there at the top of the Installing Rails section. :)

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

Make sure you installed all the dependencies. The native extensions it needs to build are likely the sqlite3 ones.

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

You may want to make sure that the user you created has admin rights to create databases. That could be the problem as it looks like only the postgres user has "Create DB" permissions.

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

Oh of course! Thanks for catching that. I'll make sure to update the tutorial.

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

Did you install ruby with rbenv? If so, you need to run rbenv rehash to make the executable available.

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

Thanks for pointing that out. I wonder why it removes logrotate...That's definitely something you want to keep around unless they have a replacement.

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

I fixed the wrapping so everything is on one line now! :)

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

Sorry, there's word wrapping there. Those two lines are meant to be one.

Posted in Deploy Ubuntu 12.04 Precise Pangolin Discussion

Ah thanks! Fixed that up. :)

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

Try running sudo apt-get update and then the install again. Maybe your repository list is out of date.

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

Yes! That is correct. I'll try to update the tutorial soon to note that. Thanks!

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

Fixed! Thanks for pointing those out Abe.

Posted in Setup Ubuntu 13.04 Raring Ringtail Discussion

If you used rbenv, you'll need to run "rbenv rehash" to get it to see the new version of Rails.

Posted in Setup Ubuntu 13.04 Raring Ringtail Discussion

Make sure you haven't installed Rails from another method. It seems as if you've got two copies of Rails installed.

Posted in Setup Ubuntu 13.04 Raring Ringtail Discussion

Good to hear, and let me know via email if you have anything that should be changed.

Posted in Setup Ubuntu 13.04 Raring Ringtail Discussion

Thanks for the notes! I'll update the tut.