search for: p330

Displaying 13 results from an estimated 13 matches for "p330".

Did you mean: 330
2011 May 13
4
unexpected results when extending methods to class Class and class Object
...irectly to the class itself and return a value for the class. Now when you add methods to class Class, those methods become available to any class that is created as well (since all classes created using class construct inherit from Class) and you can use those methods within any class: ruby-1.8.7-p330 :020 > class Class ruby-1.8.7-p330 :021?> def huh ruby-1.8.7-p330 :022?> puts ''hey'' ruby-1.8.7-p330 :023?> end ruby-1.8.7-p330 :024?> end => nil ruby-1.8.7-p330 :025 > class Pizza ruby-1.8.7-p330 :026?> huh ruby-1.8.7-p330 :027?> end hey...
2011 Feb 10
8
rvm install 1.8.7 prompts "There has been an error while running make. Halting the installation."
...ruby-1.9.2-p0/ext/readline $ ruby extconf.rb $ make install So I finally got Rails 3 working. Now I want to get Rails 2 working as well. So I follow this link: http://matthew.mceachen.us/blog/switchi … m-966.html But when I run: rvm install 1.8.7 I get: /Users/jmerlino/.rvm/rubies/ruby-1.8.7-p330, this may take a while depending on your cpu(s)... ruby-1.8.7-p330 - #fetching ruby-1.8.7-p330 - #downloading ruby-1.8.7-p330, this may take a while depending on your connection... % Total % Received % Xferd Average Speed Time Time Time Current Dload...
2011 Feb 09
16
rails 3.0.4 broke yield :javascript ?
hello, I have today updated my rails app to 3.0.4 security release but now this yield :javascripts fails in the layout and I get my custom js escaped as text in the view. anybody seeing this also? tia, jk -- www.least-significant-bit.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to
2013 Nov 16
4
CentOS as Development Laptop?
Hi, Is CentOS good for a desktop machine? I have been using Fedora but the whole GNOME 3 debacle has me scrambling for something else. I have a few "minimal" CentOS servers but does anyone here use CentOS on their laptop? Does wireless and suspend work ok? Are there packages for the usual desktop stuff like libreoffice, sylpheed and so on? Machine is Toshiba Portege R935. It's
2005 Oct 03
2
ethool for e1000
I recently noticed that after starting xend ethtool no longer work for my e1000 card. In my 2.X box which is a P4, ethtool is working after xend start. Same version of e1000 on both boxes. The unstable box is a Tyan 2462 SMP, FC4 dom0 The 2.X box is Dell P330 UP, Centos 4.1 domO Until xend start ethtool is fine, in both setups I am using the e1000 as eth0. Regards, Ted _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Jan 26
0
[Rails 2.3.10] uninitialized constant ActionController::AbstractResponse
...m testing some code under 2.3.10 ( w ruby 1.8.7) and when trying only to start the console , I get the error : ===== /gems/activesupport-2.3.4/lib/active_support/dependencies.rb:440:in `load_missing_constant'':NameError: uninitialized constant ActionController::AbstractResponse ruby-1.8.7-p330 :001 > I cannot see what happen in any log ... where or how can i get some info on the faulty module during initialization ? ( cannot trace the console .... script/console --trace /Users/yves/.rvm/rubies/ruby-1.8.7-p330/lib/ruby/1.8/optparse.rb: 1450:in `complete'': invalid option: --t...
2011 Jan 13
5
undefined method `xss_terminate'
...rks fine on co-workers OSX machines. When running db:migrate I get the following error: $ rake db:migrate --trace ... rake aborted! An error has occurred, all later migrations canceled: undefined method `xss_terminate'' for #<Class:0x7f333e5759e0> /home/martron/.rvm/gems/ruby-1.8.7-p330@orba/gems/activerecord-2.3.5/lib/active_record/base.rb:1959:in `method_missing_without_paginate'' /home/martron/.rvm/gems/ruby-1.8.7-p330@orba/gems/mislav-will_paginate-2.3.11/lib/will_paginate/finder.rb:170:in `method_missing'' ... xss_template is installed in the vendors/plugins...
2011 Mar 14
0
Problems with viewing my calendar
...;/th><th>Samstag</th><th>Sonntag</th><th>Montag</th><th>Dienstag</th><th>Mittwoch</th><th>Donnerstag</th><th>Freitag</th><th>Samstag</th> Ok here''s my Code (btw. i use Rails 3.0.4 and 1.8.7-p330): Controller: ---------- class MycalendarController < ApplicationController def month @visitors = Visitor.all @date = params[:month] ? Date.parse(params[:month]) : Date.today end end ------------ View: ------------ <h1>Calendar</h1> <div id="calendar">...
2012 Jan 24
7
Ruby update
Hello, I''m using instantrails 2 to develop RubyOnRails projects on windows and need to update my ruby version to 1.8.7 (I''m still using 1.8.6). I downloaded ruby 1.8.7 here http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7.zip and unzipped files in the ruby folder of instantrails but when I check "ruby -v" I still got 1.8.6 (I tried a gem update and same thing, some gems
2002 Feb 01
1
Rcmd Install gives Bad command or file name (PR#1296)
...50,396,416 bytes free C:\>set TMP=c:\windows\TEMP TEMP=C:\windows\TEMP PROMPT=$p$g winbootdir=C:\WINDOWS COMSPEC=C:\COMMAND.COM LOG=NUL DSHD=C: QRCD=N: BOTD=C: MFG=YES ZIPD=D: CPQD=N: EN=EN LANG=EN LIB=c:\stdlib\lib INCLUDE=c:\stdlib\include HLP=c:\hpc21\ windir=C:\WINDOWS BLASTER=A220 I5 D1 T4 P330 PATH=C:\BIN;C:\MINGW32;C:\PERL;C:\HTMLWORK;C:\R\RW1041\BIN;C:\TCL;C:\TCL\BIN CMDLINE=Rcmd Install C:\> _________________________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.c...
2011 Jun 09
1
Rails 3.1 RC4 has broken migrations
Rails 3.1 RC4 has broken migrations $ jruby -v jruby 1.6.2 (ruby-1.8.7-p330) (2011-05-23 e2ea975) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_24) [darwin-x86_64-java] $ jruby -S rails -v Rails 3.1.0.rc4 $ jruby -S rails new myapp -d jdbcpostgresql [...] $jruby -S rake db:create [...] $ jruby -S rails g model user name:string invoke active_record create db/mi...
2005 Jun 16
1
mu^2(1-mu)^2 variance function for GLM
Dear list, I'm trying to mimic the analysis of Wedderburn (1974) as cited by McCullagh and Nelder (1989) on p.328-332. This is the leaf-blotch on barley example, and the data is available in the `faraway' package. Wedderburn suggested using the variance function mu^2(1-mu)^2. This variance function isn't readily available in R's `quasi' family object, but it seems to me
2010 May 26
25
Extremely slow start up with ruby 1.9.1 vs 1.8.7
I created a fresh new rails app, no gems, no nothing. Completely unmodified. Doing anything that initializes rails takes 2 - 3 times longer in ruby 1.9.1 than it does in 1.8.7. Obviously with a fresh rails app, this is only 2 - 3 seconds extra. But with a decent sized app, this can take up to 25 seconds for rails to initialize, vs the 12 seconds in 1.8.7. I''ve been racking my brain on