search for: readme_login

Displaying 3 results from an estimated 3 matches for "readme_login".

2005 Mar 28
2
using login_generator and the Cookbook tutorial
Hi All, I''ve been fooling around with the login_generator and the rolling with ruby on rails demo, but I''m jiggered if I can get the two to work together. I''ve managed to get everything installed ok, and have created the db and tables, etc. I''ve been using ruby script\generate login Recipe, and I can either the get the basic tutorial to work, or get the
2006 Jun 01
4
Ruby on Rails strange issue
...nstalled Ruby on Rails and created the new repository. I wanted to use Ruby on Rails with FCGI The repository was created in /path/to/public_html ls /path/to/public_html/ : app cgi-bin config doc log public README script tmp asd components db lib logo.jpg Rakefile README_LOGIN test vendor I installed fcgi support for ruby on rails and mod_fastcgi for Apache 1.3.x using a guide from the rails wiki. When I open in my browser http://domain.com/public I get a 404 error saying: [Thu Jun 1 07:07:03 2006] [error] [client IP] FastCGI: invalid (dynamic) server "/path/...
2006 Jan 09
0
Need help configuring LoginGenerator
I''m new to Rails and I''m trying to get user login working on my app. I''m running Ruby 1.8.2 on OSX 10.4 with Rails 1.0 I''ve installed the most recent LoginGenerator(1.1.0) and followed the instructions in README_LOGIN as well as referencing any additional information at http://wiki.rubyonrails.com/rails/pages/LoginGenerator. The error message I''m stuck at is : undefined method `LoginSystem'' for ApplicationController:Class when trying to access http://localhost:3000/player/signup where player...