summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/host.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixing #2187 - Puppet::Resource is expected by Rails supportLuke Kanies2009-04-241-2/+2
* Added class_name tags to has_many relationshipssteve mcintosh2009-04-221-3/+3
* renaming a methodLuke Kanies2009-04-221-9/+9
* Saving rails resources as I create them, which saves about 10%Luke Kanies2009-04-221-0/+2
* Adding some more fine-grained benchmarks to Rails supportLuke Kanies2009-04-221-16/+21
* Adding a Rails-specific benchmarking moduleLuke Kanies2009-04-221-37/+38
* Adding more time debugging to Rails code, and refactoring a bitLuke Kanies2009-04-221-9/+1
* Refactoring the Rails integrationLuke Kanies2009-04-221-60/+149
* Adding ActiveRecord terminus classes for Node and Facts.Luke Kanies2009-04-221-1/+25
* Fix #2010 - add protection code for some storeconfig corruptionBrice Figureau2009-03-041-14/+28
* Use Puppet.debug instead of own debug flagPeter Meier2009-02-221-7/+5
* Change the way the tags and params are handled in railsBrice Figureau2009-02-061-15/+54
* Slight denormalisation to store a host's environment as a first classThom May2008-11-261-0/+4
* * Tweaks for puppetshow UI cleanupBlake Barnett2008-02-281-2/+1
* Fixing #923 (again). The host storage method was notLuke Kanies2007-12-101-3/+1
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-3/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-201-9/+5
* Undo previous commit, which was an errorlutter2007-08-031-24/+5
* Do not set any options if they aren't set in /etc/sysconfig/puppetmaster - ot...lutter2007-08-031-5/+24
* Fixing some failing tests.luke2007-06-181-0/+1
* Significantly optimizing the database queries -- I am getting about 40% bette...luke2007-06-141-3/+5
* Changed the host to "eager fetch" all the resources and their associated ballman2007-06-121-1/+3
* Major rework of the rails feature. Changed the relationship between ballman2007-06-121-30/+62
* Removed acts_as_taggable from the rails stuff. I haven't removed the tables ...ballman2007-05-111-8/+0
* Refactoring some of the rails code. The speed is now pretty good, but the ta...luke2007-03-241-43/+20
* Rails is now significantly faster. I refactored all of the queries; they are...luke2007-03-221-22/+76
* Undo the param_name param_value mergeshadoi2007-02-171-8/+15
* Update relationshipsshadoi2007-02-161-2/+3
* Merge fact_names & fact_values, and param_names & param_values.shadoi2007-02-151-13/+7
* 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