RailsCasts Pro episodes are now free!

Learn more or hide this

filo47's Profile

GitHub User: filo47

Comments by

Avatar

Devise is putting new users in the public schema. Will your code fix this? Where does the code go?
Thank you.

Avatar

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.

Avatar

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.

Avatar

Great screencast. Will the grouped_collection_select work for a many to many relationship with multi-select? Any examples? Thank you.