summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails
Commit message (Expand)AuthorAgeFilesLines
* Fixed network and indirection referenceJames Turnbull2010-07-201-0/+1
* [#4247] storeconfigs was calling Puppet::Parser::Resource.new with the wrong ...Jesse Wolfe2010-07-181-3/+3
* Code smell: Two space indentationMarkus Roberts2010-07-0914-708/+708
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-092-3/+3
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-092-7/+7
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-10/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-096-39/+13
* Code smell: Use string interpolationMarkus Roberts2010-07-094-7/+7
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-095-9/+12
* Fix for #4137 -- Oracle needs text for strings > 255Markus Roberts2010-07-081-1/+1
* Removing Resource::Reference classesLuke Kanies2010-02-171-1/+1
* Merge branch '0.25.x'James Turnbull2010-01-133-33/+22
|\
| * Fix for temporary file security wholeMarkus Roberts2010-01-051-1/+1
| * Fixing #2964 updated resources cannot be collected until they are exported twiceMarkus Roberts2009-12-231-1/+1
| * Fix for #2863 (calling each on uninitialized tag list)Markus Roberts2009-12-102-31/+20
* | Merge branch '0.25.x'Luke Kanies2009-12-211-1/+1
|\|
| * Possible workaround for #2824 (MRI GC bug)Markus Roberts2009-11-191-1/+1
* | Patch to address feature #2571 to add Oracle support to PuppetAvi Miller2009-10-243-6/+11
|/
* Feature #2378 - Implement "thin_storeconfigs"Brice Figureau2009-07-181-1/+6
* Removed extra whitespace from end of linesIan Taylor2009-06-0611-26/+26
* Always providing a value for 'exported' on Rails resourcesLuke Kanies2009-06-031-2/+11
* Fixing #2187 - Puppet::Resource is expected by Rails supportLuke Kanies2009-04-243-14/+13
* Added class_name tags to has_many relationshipssteve mcintosh2009-04-221-3/+3
* renaming a methodLuke Kanies2009-04-222-10/+10
* Adjusted parameter name and puppet tag classes to use new cache accumulator b...Ethan Rowe2009-04-222-18/+7
* 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-222-22/+26
* Adding a Rails-specific benchmarking moduleLuke Kanies2009-04-223-39/+107
* Adding simplistic param_name/puppet_tag cachingLuke Kanies2009-04-223-2/+22
* Adding more time debugging to Rails code, and refactoring a bitLuke Kanies2009-04-222-30/+10
* Refactoring the Rails integrationLuke Kanies2009-04-223-83/+306
* 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
* Fix #1972 - ActiveRecord fixes resulted in broken testsBrice Figureau2009-02-151-3/+4
* Fixed #1959 - Added column protection for environment schema migrationJames Turnbull2009-02-121-2/+6
* Change the way the tags and params are handled in railsBrice Figureau2009-02-062-23/+88
* Add methods to return hash instead of objects to params and tagsBrice Figureau2009-02-062-12/+49
* Rename migration so it's still appliedThom May2008-11-261-0/+0
* Slight denormalisation to store a host's environment as a first classThom May2008-11-263-0/+14
* id column is autogenerated by rails as a primary key, there is no needBrice Figureau2008-08-222-8/+17
* Fix #1052 - abysmal storeconfig performance - part1Brice Figureau2008-08-171-1/+1
* Fix #1510 - storeconfig fails with rails 2.1Brice Figureau2008-08-171-5/+5
* Replacing all two-space indents with four-spaceLuke Kanies2008-06-131-14/+14
* Pushed schema patch for #1193James Turnbull2008-04-172-0/+10
* * Tweaks for puppetshow UI cleanupBlake Barnett2008-02-285-3/+17
* * Add migration for "created_at" (hobo expects it)Blake Barnett2008-02-287-139/+17
* 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