We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Reviewed and revised the overall expressions
Fix #328
Use correct token in activate url
utilize rails urls instead of hardcoded 0.0.0.0:3000 host for emails
add: html template for user activations
fixed: RoutingError occurs. skip_before_filter(old way) => skip_before_action
Improve formatting (markdown)
Add info about resending activation email.
Updated User Activation (markdown)
Update migration & add line between mongoid & next section
fixed: RoutingError occurs because dot is included in url
Remove extraneous whitespace
Fix Typos( user.username -> user.email ) on both view code( activation_*_email.text.erb ).
`--migrations` option is deprecated in favor of `--only-submodules`
Add documentation for Mongoid (I'm not really good at structuring the doc, so may need some change).
Correct view file extensions
Use the new generator
Fixing formatting of code blocks.