Any advice for converting an existing app. Should the database be destroyed and recreated? Does the tenant model and an instance need to be created first? Any tutorials or examples online? Thank you.
Which is considered "best practice"
1. Returning the partial via javascript (.js.erb) OR
2. Using an ajax call back function to update the page on success or failure
Thank you for your comments.
Devise is putting new users in the public schema. Will your code fix this? Where does the code go?
Thank you.
Any advice for converting an existing app. Should the database be destroyed and recreated? Does the tenant model and an instance need to be created first? Any tutorials or examples online? Thank you.
Which is considered "best practice"
1. Returning the partial via javascript (.js.erb) OR
2. Using an ajax call back function to update the page on success or failure
Thank you for your comments.
Great screencast. Will the grouped_collection_select work for a many to many relationship with multi-select? Any examples? Thank you.