Sha256: 5caf2fda795d2937e10028de13da15635471c7b7b75c20e35bbd2cbd33b09058
Contents?: true
Size: 954 Bytes
Versions: 2
Compression:
Stored size: 954 Bytes
Contents
module Clevic =begin rdoc See also Clevic::ModelBuilder and Clevic::Field == Examples: * No-frills models * Simple Accounting database * Read-only based on SQL views * Not yet working multi-valued fields * Work hours database * Work hours database using Sqlite * Work hours database using Postgres * Work hours database using ActiveRecord style models ==No-frills models :include:models/minimal_models.rb ==Simple Accounting database :include:models/accounts_models.rb == Read-only based on SQL views :include:models/values_models.rb == Not yet working multi-valued fields :include:models/contacts.rb == Work hours database :include:models/times_models.rb == Work hours database using Sqlite :include:models/times_sqlite_models.rb == Work hours database using Postgres :include:models/times_psql_models.rb == Work hours database using ActiveRecord style models :include:models/times_ar_style_models.rb =end class Examples end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
clevic-0.13.0.b9 | models/examples.rb |
clevic-0.13.0.b6 | models/examples.rb |