Jorge Alberto Rodriguez Flores

Joined

2,310 Experience
23 Lessons Completed
0 Questions Solved

Activity

Posted in Adding TailwindCSS to Rails Discussion

For those with the problem of "bin/dev: line 8: exec: foreman: not found"

  • Install the foreman gem -> bundle add foreman.
  • Add the "bundle" word to the beginning of this line of code (bundle/dev file - line 8) -> exec foreman start -f Procfile.dev "$@" .