You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
disable setup once you have created the first user with admin permissions!
i used your code to create a site and the user base grew very large. the line of code in the application controller that checks if there are any users:
'User.all.length'
created a huge lag on each page load.
so, you might want to document that this should be disabled after you've set up your administrator user.
The text was updated successfully, but these errors were encountered:
please add this to documentation for the app:
disable setup once you have created the first user with admin permissions!
i used your code to create a site and the user base grew very large. the line of code in the application controller that checks if there are any users:
'User.all.length'
created a huge lag on each page load.
so, you might want to document that this should be disabled after you've set up your administrator user.
The text was updated successfully, but these errors were encountered: