We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent users from accessing wrong Wiki page by telling them to explicitly go to new page
Updated How To: Allow users to sign_in using their username or email address (markdown)
attributes does not have size since it is an obj.
Protecting attributes is now done in the controller using strong parameters, no need to set attr_accessible in the model anymore.
fix heading format (space required after #)
Missing the 'r' in registrations. Currently spelled 'egistrations'.
Update entire document, someone deleted the content. Update rails 5 coding style.
Revert 371bd522009bf1bc15856f65916c8c23719f3601...186c0bbe3ebabe3b99ab9f1fc0c25a30c70fe87c on How To: Allow users to sign_in using their username or email address
dsaf
Updated How To: Allow users to sign_in using their username or email address (markdown => textile)
Fixed code snippet for .find_for_database_authentication
Add ".strip" to ActiveRecord method