GitHub User: johnrees
Site: http://bitsushi.com
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.
validates_presence_of :password
have you tried using validates_presence_of :password, on: :create
validates_presence_of :password, on: :create
Amazing tip. Thanks!
*cease :)
Which log have you looked at? You probably want to check your unicorn/production logs
Shhh... that's a dev secret :P
+1
Yep, you just need to do things a little differently when initially ssh'ing/setting up your keys
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
Can't you just use an ordered list <ol>?
<ol>
You could also use
$('#person_state_id').parent().toggle(options)
+1 For more deployment screencasts please! I'd be fascinated to see your deployment process.
Sign up here
https://stripe.com/help/global
Maybe it will encourage them to speed things along :)
Thanks for accommodating us non-US users with this cast. Hopefully Stripe will do too soon.
The auto indexing looks nice/simpler than sphinx. It'll be interesting to see how they compare in production. Thanks Ryan!
This is easily one of your top 5 Ryan. Thanks so much.
Completely agree with this, I hope there is a supported way to not have to load a single large file.
Are these new roles going to phase out CanCan?
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 :passwordis only called on creation of a user.have you tried using
validates_presence_of :password, on: :createAmazing tip. Thanks!
*cease :)
Which log have you looked at? You probably want to check your unicorn/production logs
Shhh... that's a dev secret :P
+1
Yep, you just need to do things a little differently when initially ssh'ing/setting up your keys
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
Can't you just use an ordered list
<ol>?You could also use
$('#person_state_id').parent().toggle(options)
+1 For more deployment screencasts please! I'd be fascinated to see your deployment process.
Sign up here
https://stripe.com/help/global
Maybe it will encourage them to speed things along :)
Thanks for accommodating us non-US users with this cast. Hopefully Stripe will do too soon.
The auto indexing looks nice/simpler than sphinx. It'll be interesting to see how they compare in production. Thanks Ryan!
This is easily one of your top 5 Ryan. Thanks so much.
Completely agree with this, I hope there is a supported way to not have to load a single large file.
Are these new roles going to phase out CanCan?