Module: Export

Defined in:
lib/export/dwca.rb,
lib/export.rb,
lib/export/coldp.rb,
lib/export/bibtex.rb,
lib/export/file_grouper.rb,
lib/export/zip_streamer.rb,
lib/export/paper_catalog.rb,
lib/export/packagers/images.rb,
lib/export/basic_nomenclature.rb,
lib/export/packagers/documents.rb

Overview

Prepares Source documents for batch download.

Groups documents by size and provides preview data for the UI. Uses Export::FileGrouper for size-based grouping.

Defined Under Namespace

Modules: BasicNomenclature, Bibtex, CSV, Coldp, Dwca, Packagers, PaperCatalog, ProjectData Classes: FileGrouper, Graph, ZipStreamer

Class Method Summary collapse

Class Method Details

.get_connectionObject



4
5
6
# File 'lib/export.rb', line 4

def self.get_connection
  ActiveRecord::Base.connection.raw_connection
end