Skip to content

History / How To: Add :confirmable to Users

Revisions

  • For Rails 4 `remove_column` accept only one column: changed to `remove_columns`

    @pftg pftg committed Oct 25, 2013
  • Updated How To: Add :confirmable to Users (markdown)

    @lothar59 lothar59 committed Oct 25, 2013
  • Updated How To: Add :confirmable to Users (markdown)

    @cmassimo cmassimo committed Jul 24, 2013
  • :unconfirmed_email shouldn't be added if not using reconfirmable

    @awinograd awinograd committed Jul 10, 2013
  • :unconfirmed_email shouldn't be removed if not using reconfirmable

    @awinograd awinograd committed Jul 10, 2013
  • The unconfirmed_email field is required. A method missing exception is thrown when attempting to confirm the email without this field.

    Dennis O'Connor committed Jun 6, 2013
  • Correct a typo : intializers -> initializers

    Hettomei committed Mar 20, 2013
  • Updated How To: Add :confirmable to Users (markdown)

    @duarme duarme committed Feb 3, 2013
  • "up" and "down" should be class methods

    @duarme duarme committed Feb 3, 2013
  • Updated How To: Add :confirmable to Users (markdown)

    @thewillcole thewillcole committed Jan 24, 2013
  • log in (as a verb) is two words

    @TylerRick TylerRick committed Aug 16, 2012
  • I prefer to update the confirmed_at timestamps in the migration, so that there are no time spans when existing users can't login. It also makes updating production systems easier.

    ninkibah committed Jul 2, 2012
  • Created How To: Add :confirmable to Users (markdown)

    @ranmocy ranmocy committed Apr 19, 2012
  • Destroyed How To: Add :confirmable to Users (markdown)

    @ranmocy ranmocy committed Apr 19, 2012
  • Consolidating the block of code for updating users into a single statement

    @tommcfarlin tommcfarlin committed Apr 6, 2012
  • Added "`" around the file name.

    JunichiIto committed Mar 27, 2012
  • Added note for config.reconfirmable = false.

    JunichiIto committed Mar 27, 2012
  • Changed from confirmable method to Rails helpers.

    JunichiIto committed Mar 26, 2012
  • Updated How To: Add :confirmable to Users (markdown)

    @tommcfarlin tommcfarlin committed Feb 16, 2012
  • Created How To: Add :confirmable to Users (markdown)

    @tommcfarlin tommcfarlin committed Feb 16, 2012