summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/host.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixing #391. Keeping track of times of compile and freshness checks.luke2007-01-041-1/+8
* Re-add support for tags and file/linesshadoi2006-12-191-0/+6
* All rails *and* language tests now pass, with the exception of a language/res...luke2006-12-191-40/+34
* Fixing most of the rails stuff. I think everything basically works now, and ...luke2006-12-191-50/+15
* Go back to restype and remove STI classes, they were more trouble than they w...shadoi2006-12-151-14/+3
* Adding some selectability to host creation for testing. Using find_or_create...luke2006-12-151-10/+40
* I like to checkin one-liners a lot. I'm cool. shadoi2006-12-151-2/+1
* Don't use find_or_create_by_title since titles aren't unique.shadoi2006-12-151-1/+1
* Remove old files, don't require pp anymoreshadoi2006-12-151-1/+0
* Some rails modificationsluke2006-12-151-14/+19
* Don't dump out debugging stuff.shadoi2006-12-151-2/+0
* New rails stuff redux.shadoi2006-12-141-22/+42
* Temporarily reverting all of the recent rails work so that I can release 0.20.1luke2006-11-131-37/+22
* Rails stuff part 1shadoi2006-11-091-22/+37
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-25/+29
* Adding code to try for the rails gem if the library cannot be found normally,...luke2006-05-151-3/+2
* Made a *huge* performance difference in storing hosts -- down from about 25 s...luke2006-05-131-8/+7
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-131-1/+6
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-1/+1
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-131-0/+80