devise_suspendable icon indicating copy to clipboard operation
devise_suspendable copied to clipboard

Devise user account suspension module

Results 4 devise_suspendable issues
Sort by recently updated
recently updated
newest added

Hi there, I've tried installing as per the instructions, but I get the following error; ``` /home/graeme/.rvm/gems/ree-1.8.7-2011.03@epra/gems/devise-1.4.5/lib/devise/models.rb:60:in `const_get': uninitialized constant Devise::Models::Activatable (NameError) ``` If I include suspendable but leave out...

`apply_schema` which is used to migrate doesn't appear to work in rails 3 `undefined method 'apply_schema' for #

Cant find a gem on gemcutter to download. http://rubygems.org/search?query=devise I would also change the script link to use the public git path http://github.com/joshk/devise_suspendable.git

devise_suspendable/model.rb:38: syntax error, unexpected '=', expecting ')' self.save(:validate = false) if self.changed? I think you meant self.save(validate=false) or something like that...