blogpost about devise with rails 4

52 views
Skip to first unread message

Prizefighter

unread,
May 12, 2013, 7:39:09 PM5/12/13
to plataforma...@googlegroups.com
I read this blog post about the version of Devise compatible with Rails 4


but I can't get Devise 3.0 installed. When I do gem install Devise, it installs

devise-2.2.4.gem (100%) 

I tried to do

Fetching: devise-2.2.4.gem (100%) 

I tried 

gem install devise --version 3.0.0.rc1 

but it said 


ERROR:  Could not find a valid gem 'devise' (= 3.0.0.rc1) in any repository
ERROR:  Possible alternatives: devise


Can you tell me how to install the version of devise compatible with rails 4

Lucas Mazza

unread,
May 12, 2013, 7:42:35 PM5/12/13
to plataforma...@googlegroups.com
Since it's a pre release version, Rubygems won't install it without the explicit version (it's 3.0.0.rc and not 3.0.0rc1) or you can just use `gem install devise --pre` instead.


--
 
---
You received this message because you are subscribed to the Google Groups "Devise" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plataformatec-de...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Prizefighter

unread,
May 12, 2013, 7:52:40 PM5/12/13
to plataforma...@googlegroups.com
Thanks, I also added this to the gemfile

gem 'devise', '3.0.0.rc'
To unsubscribe from this group and stop receiving emails from it, send an email to plataformatec-devise+unsub...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages