1. 29 Jan, 2012 2 commits
    • Fix parenthesis. · fcbec0e2
      Kirill Lashuk authored
    • Use ObjectSpace to locate models by their file names. · c7219e9d
      Kirill Lashuk authored
      This approach eliminates necessity to guess model name by file name that
      allow to process models with any kind of non-standard capitalization in
      class and module names. Though, it still requires that underscored file
      name matches underscored model class name. If file is located not at the
      top level of models directory then we assume that model is either nested
      in the corresponding chain of modules or is not nested at all.
  2. 28 Jan, 2012 1 commit
  3. 27 Jan, 2012 1 commit
  4. 30 Dec, 2011 5 commits
  5. 28 Dec, 2011 1 commit
  6. 23 Dec, 2011 1 commit
  7. 21 Dec, 2011 7 commits
  8. 10 Dec, 2011 2 commits
  9. 06 Dec, 2011 1 commit
  10. 05 Dec, 2011 1 commit
  11. 18 Nov, 2011 2 commits
  12. 12 Nov, 2011 1 commit
  13. 11 Nov, 2011 1 commit
  14. 16 Sep, 2011 2 commits
  15. 15 Sep, 2011 1 commit
  16. 14 Sep, 2011 2 commits
  17. 02 Sep, 2011 2 commits
  18. 11 Aug, 2011 3 commits
  19. 22 Jul, 2011 1 commit
  20. 20 Jul, 2011 1 commit
  21. 24 Jun, 2011 1 commit
  22. 23 Jun, 2011 1 commit
    • not continually prepending newlines. · 1d58ea1b
      Jack Danger Canty authored
      Prior to this patch every time the schema was regenerated at the end of
      the file it prepended an additional newline character. This made the
      schema slowly creep down the file over time. Finally annoyed me enough
      to fork and fix ;)