devise_sms_activable
devise_sms_activable copied to clipboard
A snap-in to Devise to allow user activation via SMS token
I will accept any pull request. It's working with rail 5 https://github.com/cooldesigns/devise_sms_activable
It is working with rails 5 now
couldn't find a trace of moonshadow anywhere. Can you please fix the dependency.
A small, but annoying bug, the following command should generate the migration file with extension 'rb', otherwise the `rake db:migrate` doesn't find it: ``` rails generate devise_sms_activable MODEL ```
Would it be possible for this gem to work with Rails 4? RIght now I get: Bundler could not find compatible versions for gem "rails": In Gemfile: devise_sms_activable (>= 0)...
I implemented a small devise app using devise_sms_activable. I am using Rails 3.2.9 and Devise 3.1.0. Here is my GitHub Respository: http://goo.gl/xp7lO1 I went through follow steps: Added Devise Gem...