summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.6.next' into 2.7.nextMax Martin2011-04-271-0/+7
|\
| * (#4487) When setting environment on a host, ensure it is a string.Josh Cooper2011-04-261-0/+7
* | Merge branch '2.6.x' into nextMax Martin2011-04-131-0/+5
|\|
| * (#6818) Stop from getting Rails 3 named_scope deprecation warningMatt Robinson2011-04-111-0/+5
* | Fixing dependency loading in Rails::FactNameLuke Kanies2011-04-091-0/+1
|/
* (#6689) Make inventory_active_record terminus search quicklyNick Lewis2011-03-113-18/+6
* maint: Remove serialization of InventoryFact valuesNick Lewis2011-03-091-1/+0
* maint: Rename InventoryHost to InventoryNodeNick Lewis2011-03-094-16/+16
* (#6338) Implement search for InventoryActiveRecord facts terminusNick Lewis2011-03-081-0/+26
* (#6338) Add an InventoryActiveRecord terminus for FactsNick Lewis2011-03-084-0/+70
* (#6338) Remove unused version control tagsMatt Robinson2011-02-282-4/+0
* [#4813] Remove dead code from puppet/rails/host.rbMatt Robinson2010-11-101-72/+0
* 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