Tag Archives: web development

Adding a database in Ruby on Rails

To specify a database connection in Ruby on Rails:

  1. Ensure you have MySQL or postgreSQL installed on your web server
  2. Navigate to the config > database.yml file
  3. Insert your database connection details
Continue Reading

URL Canonicalisation Fix

One of the most basic SEO checks is to see if the website suffers from canonicalisation problems. A site suffers from this if it can be accessed at both http://domain.com and www.domain.com this is because the search engines see the …

Continue Reading