I installed it using gems from that source, and it
seems to have worked, but I still get some errors.
Here is what I get when I install with gems:
gem install -r -s http://dist.leetsoft.com
login_generator
Config file /root/.gemrc does not exist
Attempting remote installation of ''login_generator''
Successfully installed login_generator, version 0.9.0
Installing RDoc documentation for
login_generator-0.9.0...
templates/helper.rb:4:35: Expected class name or ''<<''.
Got RubyToken::TkASSIGN: "="
templates/controller.rb:8:29: Expected class name or
''<<''. Got RubyToken::TkLT: "<"
templates/controller_test.rb:7:9: Expected class name
or ''<<''. Got RubyToken::TkLT: "<"
Here is what I get when I try to run the generator:
./generate login Account
create lib/login_system.rb
create app/controllers/account_controller.rb
create
test/functional/account_controller_test.rb
create app/helpers/account_helper.rb
create app/models/user.rb
create test/unit/user_test.rb
create test/fixtures/users.yml
create app/views/layouts/scaffold.rhtml
undefined local variable or method
`controller_class_name'' for
#<Rails::Generator::Commands::Create:0xf6bebc74>
Kyle
>
> Message: 10
> Date: Fri, 4 Mar 2005 20:55:46 -0500
> From: Tobias Luetke
<tobias.luetke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Subject: Re: [Rails] login generator problem
> To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> Message-ID:
> <9963c1bd050304175568584d79-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> Content-Type: text/plain; charset=US-ASCII
>
> For testing, could you get it from
> http://dist.leetsoft.com/ by using
> gems and see if this works?
>
>
> On Fri, 4 Mar 2005 17:51:41 -0800 (PST), Kyle L.
> Wilson
> <klwilson78-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:
> > I am trying to use the login generator, but I keep
> > getting the following error when I run "generate
> login
> > Account":
> >
> >
>
/usr/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/rails_generator/base.rb:84:in> > `manifest'': No manifest for ''login''
generator.
> >
> > (NotImplementedError)
> > from (eval):3:in `__send__''
> > from (eval):3:in `manifest''
> > from
> >
>
/usr/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/rails_generator/commands.rb:41:in> > `invoke!''
> > from
> >
>
/usr/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/rails_generator/scripts/../scripts.rb:31:in> > `run''
> > from ./generate:5
> >
> > I am using rails .10. Previously, I had installed
> an
> > used it on an older version of rails without a
> > problem. Am I doing something wrong?
> >
> > Kyle
> >
> > _______________________________________________
> > Rails mailing list
> > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> >
> http://lists.rubyonrails.org/mailman/listinfo/rails
> >
>
>
> --
> Tobi
> http://www.snowdevil.ca - Snowboards that don''t suck
> http://www.hieraki.org - Open source book
> authoring
> http://blog.leetsoft.com - Technical weblog
>
>
> ------------------------------
>
> Message: 11
> Date: Fri, 04 Mar 2005 19:24:48 -0800
> From: Lee Pope <lee-0KCFhs473bssV2N9l4h3zg@public.gmane.org>
> Subject: Re: [Rails] login generator problem
> To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> Message-ID:
<42292680.1050209-0KCFhs473bssV2N9l4h3zg@public.gmane.org>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Kyle --
>
> I had the same problem, and when I renamed, then
> deleted, the
> scripts/generators folder, it began working again. I
> didn''t dig past
> that, but it must be a pathing issue.
>
> Kyle L. Wilson wrote:
> > I am trying to use the login generator, but I keep
> > getting the following error when I run "generate
> login
> > Account":
> >
> >
>
/usr/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/rails_generator/base.rb:84:in> > `manifest'': No manifest for ''login''
generator.
> >
> > (NotImplementedError)
> > from (eval):3:in `__send__''
> > from (eval):3:in `manifest''
> > from
> >
>
/usr/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/rails_generator/commands.rb:41:in> > `invoke!''
> > from
> >
>
/usr/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/rails_generator/scripts/../scripts.rb:31:in> > `run''
> > from ./generate:5
> >
> > I am using rails .10. Previously, I had installed
> an
> > used it on an older version of rails without a
> > problem. Am I doing something wrong?
> >
> > Kyle
> >
> >
> > _______________________________________________
> > Rails mailing list
> > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> >
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
>
> ------------------------------
>
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
>
> End of Rails Digest, Vol 6, Issue 26
> ************************************
>