summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails
Commit message (Expand)AuthorAgeFilesLines
...
* 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-153-49/+0
* Some rails modificationsluke2006-12-152-59/+19
* Don't dump out debugging stuff.shadoi2006-12-151-2/+0
* Don't symbolize the param namesshadoi2006-12-151-1/+1
* acts_as_taggable pluginshadoi2006-12-145-0/+119
* New rails stuff redux.shadoi2006-12-149-22/+190
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-121-0/+1
* Temporarily reverting all of the recent rails work so that I can release 0.20.1luke2006-11-1317-303/+114
* The new rails files.shadoi2006-11-0916-92/+266
* Rails stuff part 1shadoi2006-11-091-22/+37
* Switching from calling "up" on the migration directly to using the "migrate" ...luke2006-10-171-1/+1
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-045-74/+83
* Adding code to try for the rails gem if the library cannot be found normally,...luke2006-05-152-4/+5
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-141-1/+1
* Made a *huge* performance difference in storing hosts -- down from about 25 s...luke2006-05-132-11/+10
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-132-2/+7
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-132-4/+6
* adding a few more fields to the host tableluke2006-05-131-0/+2
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-134-0/+161