Error message

Warning: require_once(): Unable to allocate memory for pool. in menu_execute_active_handler() (line 501 of /home/dom/jackhammer.org/htdocs/includes/menu.inc).

authentication

Rails Authentication

For most applications authentication is a necessary evil and my current project is no exception. I always dread having to write the authentication logic in applications. Some frameworks have OK authentication plugins available but I always finding myself writing some piece of it before it's over with. I was really hoping to avoid that with rails and thanks to devise I have. It has everything I was looking for and more.

Subscribe to RSS - authentication