RailsCasts Pro episodes are now free!

Learn more or hide this

Serj's Profile

GitHub User: Loremaster

Site: http://www.linkedin.com/pub/sergei-ler/58/2a7/833/en

Comments by Serj

Avatar

It looks like he doesn't support it anymore.

Avatar

Hey, Ryan, we need cancan for Rais 4. Update it, please!

Avatar

Also in Ubuntu 12 you should generate keys:

$ ssh-keygen -t rsa -C "your@mail.com"

Avatar

I found the solution. Do this:

$ groupadd admin
$ adduser deployer --ingroup admin
Avatar

I try to add admin user on Ubuntu 12.04 LTS:

$ adduser deployer --ingroup admin
adduser: The group `admin' does not exist.

Does anyone know how to fix that?

Avatar

Does anyone know how to load photos AFTER clicking the submit button in form?

Avatar

This episode was a catch of a fresh air for me. Now I have a better understanding of rails modularity.

Thank you!