Theoretical question. Lets say I build an application for managing clients, products, bills and such. All without a user login.
Is it possible to get multi user (each one with his own clients,products,...) functionality after the main application is done? Or should I think of the multi user in the first place? How flexible is rails at this part?
thanks in advance dennym