Just skip to bundle install

On Feb 18, 11:02 pm, "straightfl...@gmail.com"
<straightfl...@gmail.com> wrote:
> thanks conrad, getting closer.  now i see the error
>
> $ bundle check
> Could not find gem 'authlogic (>= 0, runtime)' in
> git://github.com/binarylogic/authlogic.git (at master).
> Source does not contain any versions of 'authlogic (>= 0, runtime)'
>
>
>
> On Thu, Feb 18, 2010 at 10:30 PM, Conrad Taylor <conra...@gmail.com> wrote:
> > On Thu, Feb 18, 2010 at 7:24 PM, Conrad Taylor <conra...@gmail.com> wrote:
>
> >> On Thu, Feb 18, 2010 at 7:16 PM, straightfl...@gmail.com
> >> <straightfl...@gmail.com> wrote:
>
> >>> hello,
>
> >>>  Does anyone have authlogic working with Rails 3?  When i try to
> >>> generate a session using "script/rails generate session user_session"
> >>> i get the error "No generator named session found".
>
> >> Rails 3 doesn't use script/<command> any longer.  You'll need to use one
> >> of the following:
> >> rails generate session user_session
> >> or
> >> rails g session user_session
> >> However, I remember seeing something on the following page indicating that
> >> it's not
> >> compatible with Rails 3:
> >>http://railsplugins.org
> >> Good luck,
> >> -Conrad
>
> > One user reported that adding the following to the Gemfile allowed things to
> > work:
> > gem "authlogic", :git => "git://github.com/binarylogic/authlogic.git"
> > -Conrad
>
> >>>  Anyone hit this ?
>
> >>> --
> >>> You received this message because you are subscribed to the Google Groups
> >>> "Ruby on Rails: Talk" group.
> >>> To post to this group, send email to rubyonrails-t...@googlegroups.com.
> >>> To unsubscribe from this group, send email to
> >>> rubyonrails-talk+unsubscr...@googlegroups.com.
> >>> For more options, visit this group at
> >>>http://groups.google.com/group/rubyonrails-talk?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Ruby on Rails: Talk" group.
> > To post to this group, send email to rubyonrails-t...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > rubyonrails-talk+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/rubyonrails-talk?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to