Sage Ross
Sage Ross
@om-chauhan1 what error appears in the server console when this happens? I'm not clear about whether this is a bug that can occur in production, or if it's related to...
In the video, you're showing the browser console error. There will be more details about the initial error in the rails server console (typical in the terminal where you are...
@om-chauhan1 thanks! can you resolve the merge conflict?
Sorry that it's taken me so long to have a look at this. I took a look through the code and realized that there are some important details missing from...
The message for when ruby 2.5 is not available should just say to install it, without insisting on a specific method. It can link to https://rvm.io/ as one option for...
@hardy1334 I'll need your email address. You can reach me at [email protected]
What output or error message do you get when you run `rake dev:populate`?
@Manasa2850 hmm... I'm guessing this is because your gulp environment has not been set up to work with babel. `gulpfile.babel.js` is the gulpfile for the project. What version of `node`...
@Manasa2850 'program' and 'course' mean the same thing in this app, we just use different names depending on the configuration. (And 'editor' and 'student' are also the same.)
If you switch to `wiki_education: 'true'` in application.yml, most things will show up as 'course' and 'student' by default.