summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* [#4247] storeconfigs was calling Puppet::Parser::Resource.new with the wrong ...Jesse Wolfe2010-07-181-3/+3
* Code smell: Two space indentationMarkus Roberts2010-07-091-188/+188
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-3/+3
* 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-091-9/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-091-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-101-24/+18
* Possible workaround for #2824 (MRI GC bug)Markus Roberts2009-11-191-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* 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-241-6/+6
* Adding some more fine-grained benchmarks to Rails supportLuke Kanies2009-04-221-6/+5
* Adding a Rails-specific benchmarking moduleLuke Kanies2009-04-221-2/+0
* Adding simplistic param_name/puppet_tag cachingLuke Kanies2009-04-221-2/+2
* Adding more time debugging to Rails code, and refactoring a bitLuke Kanies2009-04-221-21/+9
* Refactoring the Rails integrationLuke Kanies2009-04-221-20/+126
* Fix #1972 - ActiveRecord fixes resulted in broken testsBrice Figureau2009-02-151-3/+4
* Change the way the tags and params are handled in railsBrice Figureau2009-02-061-8/+34
* Fix #1052 - abysmal storeconfig performance - part1Brice Figureau2008-08-171-1/+1
* Fix #1510 - storeconfig fails with rails 2.1Brice Figureau2008-08-171-5/+5
* Pushed schema patch for #1193James Turnbull2008-04-171-0/+1
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-201-5/+3
* 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
* All rails and language tests now pass again. All of the rails tests should n...luke2007-06-171-6/+9
* Significantly optimizing the database queries -- I am getting about 40% bette...luke2007-06-141-5/+7
* Changed the host to "eager fetch" all the resources and their associated ballman2007-06-121-3/+1
* Major rework of the rails feature. Changed the relationship between ballman2007-06-121-10/+39
* 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-3/+14
* Rails is now significantly faster. I refactored all of the queries; they are...luke2007-03-221-1/+1
* Undo the param_name param_value mergeshadoi2007-02-171-10/+15
* Update relationshipsshadoi2007-02-161-6/+2
* Merge fact_names & fact_values, and param_names & param_values.shadoi2007-02-151-14/+13
* Adding extra connection statements and enabling concurrency support in rails,...luke2007-01-031-1/+1
* Add updated_at for all tablesshadoi2006-12-291-1/+1
* Moving the tagging stuff to an "external" directory, instead of "lib".luke2006-12-291-1/+1
* Re-add support for tags and file/linesshadoi2006-12-191-1/+11
* Adding :replace aliases, as requested in #366.luke2006-12-191-0/+2
* All rails *and* language tests now pass, with the exception of a language/res...luke2006-12-191-0/+3
* Fixing most of the rails stuff. I think everything basically works now, and ...luke2006-12-191-5/+30
* Go back to restype and remove STI classes, they were more trouble than they w...shadoi2006-12-151-8/+2
* Don't symbolize the param namesshadoi2006-12-151-1/+1
* New rails stuff redux.shadoi2006-12-141-0/+50
* Temporarily reverting all of the recent rails work so that I can release 0.20.1luke2006-11-131-49/+0
* The new rails files.shadoi2006-11-091-0/+49