28 Feb
Posted by dan as Ruby on Rails
If your rails apps are placed in one directory and you use a symbolic link to the public folder from your public directory, this info is for you. A hosting company, for example, might have you do this and my host is one of them.
The issue is, after creating the symbolic link, the url just […]
28 Feb
Posted by dan as Javascript, Ruby on Rails
As I went about figuring out how to get some syntax highlighting for my rails apps, I did not think it would turn out to be such a process. I’m not saying the available syntax highlighters are of inferior quality. I just ran into a few problems combining all the pieces I wanted to use.
When […]