search for: p299

Displaying 9 results from an estimated 9 matches for "p299".

Did you mean: 299
2010 Aug 13
0
Rails 2 and Rails 3 in the same gemset leads to errors
...ction"=>"account", "controller"=>"my"} Rendering template within layouts/base Rendering my/account DEPRECATION WARNING: using %d in messages is deprecated; use {{count}} instead.. (called from interpolate at /var/www/vhosts/ mydomain.org/.rvm/gems/ruby-1.8.7-p299/gems/activerecord-2.3.5/lib/ active_record/i18n_interpolation_deprecation.rb:17) ActionView::TemplateError (missing interpolation argument in "%m/% {count}/%Y %I:%M %p" ({:object=>Fri Aug 13 16:15:41 +0200 2010} given)) on line #4 of app/views/my/_sidebar.rhtml: 1: <h3><%=l(:...
2010 Jul 28
3
Rails 3.0.0.rc // rails locales prevent app boot
...ils 3.0.0.beta4) in Rails 3.0.0.rc; activesupport-3.0.0.rc/lib/active_support/file_update_checker.rb:27:in `stat'': can''t convert Array into String (TypeError) When I put some debug code on that line I see the follwing array being passed; ["/Users/smath/.rvm/gems/ruby-1.8.7-p299/gems/activesupport-3.0.0.rc/ lib/active_support/locale/en.yml", "/Users/smath/.rvm/gems/ruby-1.8.7- p299/gems/activemodel-3.0.0.rc/lib/active_model/locale/en.yml", "/ Users/smath/.rvm/gems/ruby-1.8.7-p299/gems/activerecord-3.0.0.rc/lib/ active_record/locale/en.yml", "/...
2010 Jul 08
3
Testing equality
Hello How can I test equality with two objects when they include some attribute that is BigDecimal? if I make something like this: it "should ...whatever" do obj = Factory.create(:my_object) ... MyObject.first.should == obj end. FAILS This fails because the object expected is different from the object gotten, and the only difference are the BigDecimal attributes, that are
2010 Jun 25
5
Error installing gems for Rails 3.0.0.beta4 on MacOSx
I tried to install Rails 3 Beta in my snow.leopard machine using the command below: (w/ sudo if it requires) gem install tzinfo builder memcache-client rack rack-test rack-mount erubis mail text-format thor bundler i18n unfortunately after 12 gems installed i got an error regarding builder-2.1.2 12 gems installed Installing ri documentation for tzinfo-0.3.22... Installing ri documentation for
2010 Aug 08
5
Ruby 1.8.7 and openssl failed compile
I got this error: ossl_ssl.c: In function ?ossl_sslctx_get_ciphers?: ossl_ssl.c:626:19: error: ?STACK? undeclared (first use in this function) ossl_ssl.c:626:19: note: each undeclared identifier is reported only once for each function it appears in ossl_ssl.c:626:25: error: expected expression before ?)? token ossl_ssl.c:629:47: error: expected expression before ?)? token
2010 Nov 22
6
Should be obvious, but how do I even know what versions of ruby are available for rvm to use with rvm install?
...just do rvm install ruby-XYZ. I don''t get where I find out what versions are available (other than the latest stable?) The rails site mentions some http://rubyonrails.org/download but are those always the full version names you install? When I do rvm list I get: rvm rubies ruby-1.8.7-p299 [ x86_64 ] => ruby-1.9.2-preview3 [ x86_64 ] ruby-head [ x86_64 ] So at some point I must have installed ruby -1.9.2-preview3 but HOW did I know it was preview3? (I''m sure I just saw it in a post or tutorial somewhere, but this should be listed somewhere official shouldn''t...
2010 Dec 06
7
error: Could not intern from pson: source did not contain any PSON!
I am getting this error on the clients. (I am running with --test). rerunning the command works as expected. This does not happen every time. I have no idea what the message means or more precisely what a PSON is... Russell -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2006 Jun 09
3
GXP-2000 MultiPurpose Keys
Is it possible to program the multi-purpose keys on a GXP-2000 remotely via a TFTP configuration file? If so, what are the parameters to put in the configuration file? Thanks, Daniel
2010 Jun 21
9
[BUG] Segmentation fault
First of all, I use RVM and I installed ruby-1.9.2-head, which I used to create a new rails3 gemset. Then I changed to that gemset with rvm use 1.9.2-head@rails3 and I ran bundle install over the following Gemfile: source ''http://rubygems.org'' gem ''rails'', ''3.0.0.beta4'' gem ''sqlite3-ruby'', :require =>