lore 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. data/History.txt +10 -0
  2. data/Manifest.txt +7 -0
  3. data/Rakefile +12 -0
  4. data/{custom_functions.sql → bin/custom_functions.sql} +0 -0
  5. data/bin/setup_db.rb +9 -0
  6. data/{README → lib/lore/README.txt} +28 -18
  7. data/{aspect.rb → lib/lore/aspect.rb} +0 -0
  8. data/{behaviours → lib/lore/behaviours}/lockable.rb +0 -0
  9. data/{behaviours → lib/lore/behaviours}/movable.rb +0 -0
  10. data/{behaviours → lib/lore/behaviours}/versioned.rb +0 -0
  11. data/{bits.rb → lib/lore/bits.rb} +0 -0
  12. data/{cache → lib/lore/cache}/abstract_entity_cache.rb +0 -0
  13. data/{cache → lib/lore/cache}/bits.rb +0 -0
  14. data/{cache → lib/lore/cache}/cacheable.rb +0 -0
  15. data/{cache → lib/lore/cache}/cached_entities.rb +0 -0
  16. data/{cache → lib/lore/cache}/file_index.rb +0 -0
  17. data/{cache → lib/lore/cache}/mmap_entity_cache.rb +5 -1
  18. data/{clause.rb → lib/lore/clause.rb} +0 -0
  19. data/{connection.rb → lib/lore/connection.rb} +1 -1
  20. data/{exception → lib/lore/exception}/ambiguous_attribute.rb +0 -0
  21. data/{exception → lib/lore/exception}/cache_exception.rb +0 -0
  22. data/{exception → lib/lore/exception}/invalid_klass_parameters.rb +0 -0
  23. data/{exception → lib/lore/exception}/invalid_parameter.rb +0 -0
  24. data/{exception → lib/lore/exception}/unknown_typecode.rb +0 -0
  25. data/{gui → lib/lore/gui}/erb_template.rb +0 -0
  26. data/{gui → lib/lore/gui}/erb_template_helpers.rhtml +0 -0
  27. data/{gui → lib/lore/gui}/form.rb +0 -0
  28. data/{gui → lib/lore/gui}/form_element.rb +0 -0
  29. data/{gui → lib/lore/gui}/form_generator.rb +0 -0
  30. data/{gui → lib/lore/gui}/templates/button.rhtml +0 -0
  31. data/{gui → lib/lore/gui}/templates/checkbox.rhtml +0 -0
  32. data/{gui → lib/lore/gui}/templates/checkbox_row.rhtml +0 -0
  33. data/{gui → lib/lore/gui}/templates/file.rhtml +0 -0
  34. data/{gui → lib/lore/gui}/templates/file_readonly.rhtml +0 -0
  35. data/{gui → lib/lore/gui}/templates/form_element.rhtml +0 -0
  36. data/{gui → lib/lore/gui}/templates/form_element_horizontal.rhtml +0 -0
  37. data/{gui → lib/lore/gui}/templates/form_element_listed.rhtml +0 -0
  38. data/{gui → lib/lore/gui}/templates/form_table.rhtml +0 -0
  39. data/{gui → lib/lore/gui}/templates/form_table_blank.rhtml +0 -0
  40. data/{gui → lib/lore/gui}/templates/form_table_horizontal.rhtml +0 -0
  41. data/{gui → lib/lore/gui}/templates/password.rhtml +0 -0
  42. data/{gui → lib/lore/gui}/templates/password_readonly.rhtml +0 -0
  43. data/{gui → lib/lore/gui}/templates/radio.rhtml +0 -0
  44. data/{gui → lib/lore/gui}/templates/radio_row.rhtml +0 -0
  45. data/{gui → lib/lore/gui}/templates/select.rhtml +0 -0
  46. data/{gui → lib/lore/gui}/templates/text.rhtml +0 -0
  47. data/{gui → lib/lore/gui}/templates/text_readonly.rhtml +0 -0
  48. data/{gui → lib/lore/gui}/templates/textarea.rhtml +0 -0
  49. data/{gui → lib/lore/gui}/templates/textarea_readonly.rhtml +0 -0
  50. data/{migration.rb → lib/lore/migration.rb} +0 -0
  51. data/{model.rb → lib/lore/model.rb} +0 -0
  52. data/{model_factory.rb → lib/lore/model_factory.rb} +0 -0
  53. data/{model_shortcuts.rb → lib/lore/model_shortcuts.rb} +0 -0
  54. data/{query_shortcuts.rb → lib/lore/query_shortcuts.rb} +0 -0
  55. data/{result.rb → lib/lore/result.rb} +0 -0
  56. data/{symbol.rb → lib/lore/symbol.rb} +0 -0
  57. data/{table_accessor.rb → lib/lore/table_accessor.rb} +0 -0
  58. data/{table_deleter.rb → lib/lore/table_deleter.rb} +0 -0
  59. data/{table_inserter.rb → lib/lore/table_inserter.rb} +0 -0
  60. data/{table_instance.rb → lib/lore/table_instance.rb} +0 -0
  61. data/{table_selector.rb → lib/lore/table_selector.rb} +0 -0
  62. data/{table_updater.rb → lib/lore/table_updater.rb} +0 -0
  63. data/{types.rb → lib/lore/types.rb} +0 -0
  64. data/{validation → lib/lore/validation}/message.rb +0 -0
  65. data/{validation → lib/lore/validation}/parameter_validator.rb +0 -0
  66. data/{validation → lib/lore/validation}/reason.rb +1 -3
  67. data/{validation → lib/lore/validation}/type_validator.rb +0 -0
  68. data/{validation.rb → lib/lore/validation.rb} +0 -0
  69. data/{lore.rb → lib/lore.rb} +2 -0
  70. data/lore-0.4.3.gem +0 -0
  71. data/lore.gemspec +12 -10
  72. data/test/custom_models.rb +18 -0
  73. data/test/lore_test.log +617 -8218
  74. data/test/{ts_lore.rb → test_lore.rb} +0 -0
  75. metadata +84 -88
  76. data/benchmark.rb +0 -193
  77. data/file_index.sql +0 -56
  78. data/reserved_methods.txt +0 -3
  79. data/test/test.log +0 -181

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.