HTML safe and escaped text in a rails view

In my skilling up in Rails application I was wanting to add in the feature to allow a user's comment/post, if it contained a URL, to make that URL clickable. A fairly simple change but one with a bit of a trick on Rails as it turns out. My first attempt was fairly straight forward. … Continue reading HTML safe and escaped text in a rails view

Going live with my test application

I've been building a sample web site/application in Ruby on Rails.  I've been following the, what I think is, rather excellent tutorial by Micheal Hartl.  I've finished the base tutorial and am now looking to expand the site with some improvements and fixes I think it needs and then use it as a base to … Continue reading Going live with my test application