aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/simple_interface.rb
AgeCommit message (Collapse)Author
2018-05-31Fix SimpleInterface output to CSVZog
2018-05-28Refs #6216; Uniformize output foldersZog
And fix logs
2018-04-09Refs #6367; Add metadata to other versioned modelsZog
2018-03-14Small fixes/improvements in SimpleInterfacesZog
2018-03-12Merge pull request #361 from af83/6068-simple-exporterLuc Donnet
6068 simple exporter
2018-03-12Refs #6133: Async exportsZog
2018-03-12Refs #6133; Sample SimpeImporter ImplementationZog
Still needs to be made asynchronous
2018-03-06Refs #6068; Fix specs6068-simple-exporterZog
2018-03-06Refs #6068; Remove useless transactionsZog
2018-03-06Refs #6068; Add aggregated output for multiple interfacesZog
2018-03-05Refs #6068; :fire: useless methodZog
and fix specs
2018-03-05Refs #6068; Fully functional JSON exporterZog
2018-03-05Refs #6068; First steps toward JSON exporterZog
2018-03-05Refs #6068; Export VehicleJourneysZog
Add a mechanism to allow for several rows in the csv per single object in the collection.
2018-03-02Refs #6068; Create a SimpleExporter modelZog
This is an STI model, inheriting from SimpleInterface SimpleImporter has been updated to work likewise