Displaying 3 results from an estimated 3 matches for "readme_user_login".
2005 May 11
7
1.0.8 Salted hash login generator available
All,
Version 1.0.8 of the salted hash login generator is available.
This contains a few minor bug fixes with the generator plus some
README clarifications. If you are successfully running with the code
already, you probably do not need this.
Joe
2006 Nov 04
0
login sugar generator
...em-ified my version of the
generator and released it. In my version:
* All of the tests pass on Rails 1.1.[456].
* Example DB schema uses migrations.
* The first_name, last_name attributes have underscores.
* Includes a quick start zip of preconfigured default rails app files.
* The README_USER_LOGIN tells you everything you need to know.
It is available at http://akuaku.org/code/login_sugar_generator-0.9.0.gem
This was my first time looking at the internals of generators and
gems, but I think I got it mostly right. It seems to work in fresh
rails projects in my tests. It''s probably...
2006 Aug 25
0
Re: login sugar
...> >
> > * All of the tests pass on Rails 1.1.[456].
> > * Example DB schema uses migrations.
> > * The first_name, last_name attributes have underscores.
> > * Includes a quick start zip of preconfigured default rails app
> > files.
> > * The README_USER_LOGIN tells you everything you need to know.
> >
> > It is available at
> > http://akuaku.org/code/login_sugar_generator-0.9.0.gem
> >
> > This was my first time looking at the internals of generators and
> > gems, but I think I got it mostly right. It seems to work in...