[Puppet Users] Re: Error 400 on SERVER: Could not autoload active_record: uninitialized constant ActiveRecord

2011-12-21 Thread Joehillen
Btw, this is Ubuntu Server 10.04.3 LTS -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/-QncNnfVshYJ. To post to this group, send email to puppet-users@googl

[Puppet Users] Re: Error 400 on SERVER: Could not autoload active_record: uninitialized constant ActiveRecord

2011-12-21 Thread Joehillen
Ok, I solved the issue. It took some doing because apparently puppet doesn't work with the newest version of activerecord. http://projects.puppetlabs.com/issues/867 Here are the steps that ended up working: apt-get install rubygems gem install activerecord --version 3.0.11 apt-get install lib

[Puppet Users] Re: Error 400 on SERVER: Could not autoload active_record: uninitialized constant ActiveRecord

2011-12-21 Thread Joehillen
Ok, I solved the issue. It took some doing because apparently puppet doesn't work with the newest version of activerecord. http://projects.puppetlabs.com/issues/867 Here are the steps that ended up working: apt-get install rubygems gem install activerecord --version 3.0.11 apt-get install lib

[Puppet Users] Re: Error 400 on SERVER: Could not autoload active_record: uninitialized constant ActiveRecord

2012-02-08 Thread Ryan Bowlby
Thank you, you just added hours to my life! 3.0.11 works perfect. Perhaps the puppetlabs docs should make note of this? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/pu

[Puppet Users] Re: Error 400 on SERVER: Could not autoload active_record: uninitialized constant ActiveRecord

2012-08-21 Thread NewpTone
Thx,this really helps me ,but I wonder why storeconfig setting will cause the error ? 在 2011年12月22日星期四UTC+8上午3时53分55秒,Joehillen写道: > > Ok, I solved the issue. > > It took some doing because apparently puppet doesn't work with the newest > version of activerecord. > > http://projects.puppetlabs

[Puppet Users] Re: Error 400 on SERVER: Could not autoload active_record: uninitialized constant ActiveRecord

2014-01-15 Thread Peter Romfeld
THANKS so much :) On Thursday, December 22, 2011 3:53:55 AM UTC+8, Joehillen wrote: > > Ok, I solved the issue. > > It took some doing because apparently puppet doesn't work with the newest > version of activerecord. > > http://projects.puppetlabs.com/issues/867 > > Here are the steps that ended

Re: [Puppet Users] Re: Error 400 on SERVER: Could not autoload active_record: uninitialized constant ActiveRecord

2012-08-21 Thread Sam Kottler
Storeconfigs use activerecord as an ORM. -Sama On Tue, Aug 21, 2012 at 7:30 AM, NewpTone wrote: > > Thx,this really helps me ,but I wonder why storeconfig setting will > cause the error ? > 在 2011年12月22日星期四UTC+8上午3时53分55秒,Joehillen写道: >> >> Ok, I solved the issue. >> >> It took some doing beca