| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing #431. Collection was always returning an array, even when only a sing... | luke | 2007-01-28 | 1 | -0/+3 |
* | Fixing #391. Keeping track of times of compile and freshness checks. | luke | 2007-01-04 | 2 | -2/+11 |
* | Adding extra connection statements and enabling concurrency support in rails,... | luke | 2007-01-03 | 1 | -1/+1 |
* | Not saving tags right away. This seems to cause postgres to explode. | luke | 2007-01-03 | 1 | -1/+1 |
* | Using text for parameter values, instead of string, so the fields support lar... | luke | 2007-01-03 | 1 | -2/+2 |
* | Add updated_at for all tables | shadoi | 2006-12-29 | 2 | -1/+10 |
* | Moving the tagging stuff to an "external" directory, instead of "lib". | luke | 2006-12-29 | 7 | -6/+6 |
* | Re-add support for tags and file/lines | shadoi | 2006-12-19 | 5 | -4/+36 |
* | Adding :replace aliases, as requested in #366. | luke | 2006-12-19 | 4 | -0/+8 |
* | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 3 | -40/+40 |
* | Fixing most of the rails stuff. I think everything basically works now, and ... | luke | 2006-12-19 | 7 | -65/+64 |
* | Getting rid of the db init stdout and reindenting | luke | 2006-12-17 | 1 | -52/+61 |
* | Go back to restype and remove STI classes, they were more trouble than they w... | shadoi | 2006-12-15 | 3 | -23/+6 |
* | Adding some selectability to host creation for testing. Using find_or_create... | luke | 2006-12-15 | 1 | -10/+40 |
* | I like to checkin one-liners a lot. I'm cool. | shadoi | 2006-12-15 | 1 | -2/+1 |
* | Don't use find_or_create_by_title since titles aren't unique. | shadoi | 2006-12-15 | 1 | -1/+1 |
* | Remove old files, don't require pp anymore | shadoi | 2006-12-15 | 3 | -49/+0 |
* | Some rails modifications | luke | 2006-12-15 | 2 | -59/+19 |
* | Don't dump out debugging stuff. | shadoi | 2006-12-15 | 1 | -2/+0 |
* | Don't symbolize the param names | shadoi | 2006-12-15 | 1 | -1/+1 |
* | acts_as_taggable plugin | shadoi | 2006-12-14 | 5 | -0/+119 |
* | New rails stuff redux. | shadoi | 2006-12-14 | 9 | -22/+190 |
* | Working some on the export/collect problem. It actually works now, but there... | luke | 2006-12-12 | 1 | -0/+1 |
* | Temporarily reverting all of the recent rails work so that I can release 0.20.1 | luke | 2006-11-13 | 17 | -303/+114 |
* | The new rails files. | shadoi | 2006-11-09 | 16 | -92/+266 |
* | Rails stuff part 1 | shadoi | 2006-11-09 | 1 | -22/+37 |
* | Switching from calling "up" on the migration directly to using the "migrate" ... | luke | 2006-10-17 | 1 | -1/+1 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 5 | -74/+83 |
* | Adding code to try for the rails gem if the library cannot be found normally,... | luke | 2006-05-15 | 2 | -4/+5 |
* | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 1 | -1/+1 |
* | Made a *huge* performance difference in storing hosts -- down from about 25 s... | luke | 2006-05-13 | 2 | -11/+10 |
* | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 2 | -2/+7 |
* | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 2 | -4/+6 |
* | adding a few more fields to the host table | luke | 2006-05-13 | 1 | -0/+2 |
* | Adding initial rails support. One can now store host configurations using Ac... | luke | 2006-05-13 | 4 | -0/+161 |