Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAlessandro Maculotti
4,954 PointsHow to compile ruby?
Hi everybody, I have to modify a very little things in the footer of a website built with ruby.
I have found the file '_footer.erb' but if i change and save nothing happen on the online version. Probably first I have to compile this file. But how can I do this?
thnks a lot.
2 Answers
Kevin Korte
28,149 PointsRuby doesn't need compiling, there server will handle that when it's requested. You may need to restart the server after making the change though. It's easy to do, and worth a shot first.
Alessandro Maculotti
4,954 PointsHi Kevin. Sorry but i'm a noob of server configuration.. How can i restart the online server?
I have the credential to Cpanel and FTP is it enough?
Thanks a lot.