maxjustus / sinatra-authentication

A sinatra extension wrapped in a gem that implements authentication/permissions with users stored in the database. Now with optional support for facebook connect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Users not created

tuupola opened this issue · comments

Is there specific version of DataMapper or sqlite / mysql gems needed. I have a problem of new user not being created in database after submitting signup form. I have tested with both MySQL and SQLite. Using the default views for forms. No errors. No anything.

I just can figure out what causes the problem :)

Own mistake. I had forgotten DataMapper.auto_migrate! into the code...