0

enter image description here

I have a problem to run my ruby on rails simple blog.

Can I solve this problem on Windows OS?

hyung jun yoo
  • 613
  • 6
  • 15

1 Answers1

0

You can see the answer here - enter link description here

I changed from coffee-script-source 1.12.2 to 1.8.0 in Gemfile.lock file. ex) coffee-script-source (1.8.0)

And then, in cmd, I put a command like 'bundle install'. If you do not have bundle, you can install bundle such as 'gem install bundle'.

Finally, turn off your rails server and turn on again.

Thank you.

hyung jun yoo
  • 613
  • 6
  • 15