On Thursday, November 20, 2014 2:55:40 PM UTC, JP wrote:
>
> Hi, 
>
> I am trying to install Devise but I am getting this error :
>
> gem 'devise', '~> 3.0.0.rc'
>
> ERROR:  While executing gem ... (Gem::CommandLineError)
>
>  Unknown command devise,
>

Did you type that in the console? That line is supposed to go in your 
Gemfile (and then you run bundle to install any dependencies from your 
Gemfile that are not currently installed).

If you really want to install it without using bundler you would instead run

gem install devise --version 3.0.0.rc

Lastly, it's unlikely you actually want that exact version - the final 
version of devise 3.0.0 came out some time ago (and more recent versions 
have also been released)

Fred

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/e905e5c7-3947-4131-8806-9136fd65fefc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to