Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
activerecord-monetdb-adapter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
simcaq
activerecord-monetdb-adapter
Commits
698a8798
Unverified
Commit
698a8798
authored
May 20, 2016
by
João Victor Risso
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First commit; Add files
parent
c4260179
Pipeline
#4880
skipped
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
597 additions
and
6 deletions
+597
-6
Makefile.ag
Makefile.ag
+4
-6
activerecord-monetdb-adapter-0.1.gemspec
activerecord-monetdb-adapter-0.1.gemspec
+18
-0
lib/active_record/connection_adapters/monetdb_adapter.rb
lib/active_record/connection_adapters/monetdb_adapter.rb
+575
-0
No files found.
Makefile.ag
View file @
698a8798
...
...
@@ -15,12 +15,10 @@
# Copyright August 2008-2011 MonetDB B.V.
# All Rights Reserved.
SUBDIRS
=
adapter
gem_monetdb
=
{
FILES
=
ruby-monetdb-sql-0.1.gemspec
gem_adapter
=
{
FILES
=
activerecord-monetdb-adapter-0.1.gemspec
DIR
=
$(prefix)
/
$(RUBY_DIR)
}
EXTRA_DIST
=
Changelog README TODO ruby-monetdb-sql
-0.1.gemspec
EXTRA_DIST_DIR
=
examples
lib
EXTRA_DIST
=
activerecord-monetdb-adapter
-0.1.gemspec
EXTRA_DIST_DIR
=
active_record
lib
activerecord-monetdb-adapter-0.1.gemspec
0 → 100644
View file @
698a8798
Gem
::
Specification
.
new
do
|
s
|
s
.
required_ruby_version
=
'>= 2.1.0'
s
.
name
=
%q{activerecord-monetdb-adapter}
s
.
version
=
"0.2"
s
.
date
=
%q{2009-05-18}
s
.
authors
=
[
"G Modena"
]
s
.
email
=
%q{gm@cwi.nl}
s
.
summary
=
%q{ActiveRecord Connector for MonetDB}
s
.
homepage
=
%q{http://monetdb.cwi.nl/}
s
.
description
=
%q{ActiveRecord Connector for MonetDB built on top of the pure Ruby database driver}
s
.
files
=
[
"lib/active_record/connection_adapters/monetdb_adapter.rb"
]
s
.
has_rdoc
=
true
s
.
require_path
=
'lib'
s
.
add_dependency
(
%q<activerecord>
,
[
">= 2.3.2"
])
s
.
add_dependency
(
%q<ruby-monetdb-sql>
,
[
">= 0.1"
])
# placeholder project to avoid warning about not having a rubyforge_project
s
.
rubyforge_project
=
"nowarning"
end
lib/active_record/connection_adapters/monetdb_adapter.rb
0 → 100644
View file @
698a8798
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment