Skip to content

Instantly share code, notes, and snippets.

View norcali's full-sized avatar

Nicolas Orcali norcali

View GitHub Profile
source 'https://rubygems.org'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end
gem 'sqlite3'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.0.2'
<?php
/**
* Example PgSQL Auth Plugin settings
* See https://www.dokuwiki.org/plugin:authpgsql for details and explanation
*/
/**
* Options
*/
$conf['authtype'] = "pgsql";