Matthias Günther
Matthias Günther
Search for `@user.password_reset_sent_date + (60 * 60)` and try to highlight it.
Either: ``` ruby class User < ActiveRecord::Base include StringNormalizer require 'securerandom' ... end ``` or: ``` ruby class User < ActiveRecord::Base include StringNormalizer ... private def generate_authentity_token require 'securerandom' self.authentity_token...
In the `Reset Password` section, explain the `user = double("User")` => right now I'm too lazy to explain it.
Have problems but don't know how to solve it right now ... have some routing issues, maybe http://stackoverflow.com/questions/5166484/sending-a-delete-request-from-sinatra has a solution for it.
chapters/login_and_registration.md`line 592. I mentioned -`:domain`: This key is set up for [HELO checking](http://en.wikipedia.org/wiki/Anti-spam_techniques#HELO.2FEHLO_checking) but I'm not using it.
`get :new, :map => "/login" do` in chapters/login_and_registration.md (line 370) must be named register instead of login because I have it this way in the app.
``` |-- bin |-- hello-padrino ... |-- Rakefile ``` In `chapters/hello_padrino.md` line 150...
Doesn't seem to work well and I have to explain how to define task in the Rakefile.
Has helped me with this issue https://github.com/wikimatze/job-vacancy/pull/10.
Update the files. I think there is even a `--force` option where you can omit it.