RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: mindbreaker
Hi Ryan,
great episode. I have only one question. How do you stay up to date with the original repository?
Greetings
After editing all files and run rails s
rails s
There will be an error on Ubuntu:
autodetect': Could not find a JavaScript runtime.
After i installed node.js apt-get install nodejs it works.
apt-get install nodejs
Hi Ryan,
great episode. I have only one question. How do you stay up to date with the original repository?
Greetings
After editing all files and run
rails s
There will be an error on Ubuntu:
autodetect': Could not find a JavaScript runtime.
After i installed node.js
apt-get install nodejs
it works.Greetings