Sign in through GitHub

John Rees's Profile

GitHub User: johnrees

Site: http://bitsushi.com

Comments by John Rees

Avatar

If I'm not mistaken this allows a blank password (and confirmation) to be submitted when resetting the password, because in this case the validates_presence_of :password is only called on creation of a user.

Avatar

have you tried using
validates_presence_of :password, on: :create

Avatar

Which log have you looked at? You probably want to check your unicorn/production logs

Avatar

Shhh... that's a dev secret :P

Avatar

Yep, you just need to do things a little differently when initially ssh'ing/setting up your keys

Avatar

Thanks Ryan, this is superb.

Reassuring to see that it's pretty similar to what I bodged together after watching your Vagrant/Unicorn screencasts https://gist.github.com/1985879

Avatar

Can't you just use an ordered list <ol>?

Avatar

You could also use

$('#person_state_id').parent().toggle(options)

Avatar

+1 For more deployment screencasts please! I'd be fascinated to see your deployment process.

Avatar

Sign up here

https://stripe.com/help/global

Maybe it will encourage them to speed things along :)

Avatar

Thanks for accommodating us non-US users with this cast. Hopefully Stripe will do too soon.

Avatar

The auto indexing looks nice/simpler than sphinx. It'll be interesting to see how they compare in production. Thanks Ryan!

Avatar

This is easily one of your top 5 Ryan. Thanks so much.

Avatar

Completely agree with this, I hope there is a supported way to not have to load a single large file.

Avatar

Are these new roles going to phase out CanCan?