summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails
Commit message (Expand)AuthorAgeFilesLines
* 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-035-5/+0
* Fixed #784 by applying patch by vvidic.Michael V. O'Brien2007-09-111-1/+1
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-202-14/+8
* 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 #695 -- resource references will correctly serialize and unserialize i...luke2007-07-182-2/+20
* Fixing #703, mostly. You still cannot do multi-condition queries, but you ca...luke2007-07-181-0/+5
* Fixing #689, although I have not added unit tests. The problem was that a ta...luke2007-07-051-1/+2
* Fixing some failing tests.luke2007-06-181-0/+1
* All rails and language tests now pass again. All of the rails tests should n...luke2007-06-171-6/+9
* Fixing the type/title index for mysqlluke2007-06-151-1/+8
* Significantly optimizing the database queries -- I am getting about 40% bette...luke2007-06-143-9/+12
* Adding indexes for the rails tablesluke2007-06-141-0/+24
* Removing the indexes migration, since the indexes are now in the main db schemaluke2007-06-131-38/+0
* Changed the host to "eager fetch" all the resources and their associated ballman2007-06-122-4/+4
* Major rework of the rails feature. Changed the relationship between ballman2007-06-128-69/+127
* Changing the resource title to be text instead of a string, because some titl...luke2007-05-301-1/+1
* Removed acts_as_taggable from the rails stuff. I haven't removed the tables ...ballman2007-05-113-18/+0
* Refactoring some of the rails code. The speed is now pretty good, but the ta...luke2007-03-242-46/+34
* Rails is now significantly faster. I refactored all of the queries; they are...luke2007-03-223-25/+79
* Adding a migration to create indexesluke2007-03-211-0/+38
* Re-add the filesshadoi2007-02-174-0/+45
* Undo the param_name param_value mergeshadoi2007-02-175-49/+46
* Changing date to datetime in the databaseluke2007-02-161-11/+11
* Update relationshipsshadoi2007-02-165-25/+13
* Merge fact_names & fact_values, and param_names & param_values.shadoi2007-02-158-47/+26
* Fixing #431. Collection was always returning an array, even when only a sing...luke2007-01-281-0/+3
* Fixing #391. Keeping track of times of compile and freshness checks.luke2007-01-042-2/+11
* Adding extra connection statements and enabling concurrency support in rails,...luke2007-01-031-1/+1
* Not saving tags right away. This seems to cause postgres to explode.luke2007-01-031-1/+1
* Using text for parameter values, instead of string, so the fields support lar...luke2007-01-031-2/+2
* Add updated_at for all tablesshadoi2006-12-292-1/+10
* Moving the tagging stuff to an "external" directory, instead of "lib".luke2006-12-297-6/+6
* Re-add support for tags and file/linesshadoi2006-12-195-4/+36
* Adding :replace aliases, as requested in #366.luke2006-12-194-0/+8
* All rails *and* language tests now pass, with the exception of a language/res...luke2006-12-193-40/+40
* Fixing most of the rails stuff. I think everything basically works now, and ...luke2006-12-197-65/+64
* Getting rid of the db init stdout and reindentingluke2006-12-171-52/+61
* Go back to restype and remove STI classes, they were more trouble than they w...shadoi2006-12-153-23/+6
* 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