RailsCasts Pro episodes are now free!

Learn more or hide this

jianlin's Profile

GitHub User: jianlin

Comments by

Avatar

What if your data is obtained from an API (going through net), not from your own DB... then how do you use Kaminari (or will_paginate) ?

Avatar

ah yes, I also support the "Remember me" suggestion

Avatar

I wonder why some users show up with their user name, but some as "/users/123"... is it something with the field name...?

Avatar

Since you have Railscasts for JanRain or OpenID Selector, would you like to add that to the log in system here?

Avatar

nice video. Can you add some details if incorrect username or password is entered, instead of persisting, can it

1) show a page with Unauthorized: incorrect username or password

2) or somehow indicate wrong username or password and let the user try again

3) either (1) or (2) above after 3 attempts to log in but fail.