Displaying 20 results from an estimated 3000 matches similar to: "Using variables within a string - The function doesn''t pass the value?"
2006 Jan 24
14
engines
This page:
http://www.rails-engines.org/download
makes it sound like SVN is optional for using engines, but when I try to run the second 
command ("ruby script/plugin install engines"), I get the NoMethodError on nil as 
described in the second issue reported here:
http://www.rails-engines.org/wiki/pages/Engines+plugin%3A+Known+Issues
So, which is it? Do I have to have SVN installed
2006 Jan 30
2
:condition not being applied
I am using acts_as_taggable and everything seems to be working except that 
  
   :condition => "tags_resources.portal_id=#{portal_id}"
  
  is not being applied.
  
      @resource_pages = Paginator.new self,  Resource.find_tagged_with(:any => tag, :condition =>  "tags_resources.portal_id=#{portal_id}").length, 25, @params[''page'']; 
      @resources
2017 Apr 01
2
[RFC] I've made a huge mistake
LLVM-Dev,
I'm sorry to be the bearer of bad news. I've spent the last several months in severe denial of the problem and I just can't keep denying it to myself anymore. I've made a huge mistake. We never should have removed autoconf support.
I've come to this conclusion after a great deal of thoughtful reflection on the impact of our CMake build system over the last year.
2006 Feb 12
7
ROR Recipes Beta: Why use taggings instead of tags_contacts? NoMethodError tag_with?
I have gotten acts_as_taggable to work for a test application as documented on taggable.rubyforge.org
  
  I am following Chad''s excellent examples in ROR Recipes Beta book.
  
  I have a few questions and hope that Chad or some other expert can help clarify them.
  
  1. Why is the book suggesting to use taggings table instead of tags_contacts, as mentioned on taggable.rubyforge.org?
 
2006 Mar 11
2
how to create analog stripchart plots of x vs t (t=mm/dd/yyyy hh:mm:ss)
Hello r-experts,
I sure could us a little help.
I have an ever updating text file with timestamped data in it. I can
reformat in anyway I want if need be but currently I have chosen to make
columns of date, time and measuresed value (comma delimeted and with the
dates and times in quotes to interpret them as strings).
Here is a small section of my text data file:
2018 May 06
2
R on Ubuntu
Hi everyone,
first of all, my sincerest thanks for the maintainers of this massive project. Such a compelling task!
Briefly, I?m a PhD student working on Spatial Stats who loves R. Last week I decided to install and use Ubuntu (again). Consequently, I install the latest release (18.04) and tried to install R 3.5.0 as well but (un)fortunately I couldn?t.
I have used R within Ubuntu and I use to
2003 Dec 01
1
Re: using shapefile as owin
My sincerest apologies, as this is a very elementary problem, but I have
searched through archives and FAQs and on the web, and I am at the end of my
own resources.
I need to do analysis of a spatial point process occuring with four
counties, using spatstat. I've had no trouble importing the shapefiles, but
I can't seem to figure out what I need to do in order to use the boundary as
an
2006 Feb 04
22
What''s the best way to embed a form?
I would like to embed my login form on my app''s home page. What''s the  best way to render the login action of member controller from another  action?
  
  Thanks
  Frank
  
		
---------------------------------
Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 30
4
How to encode URLs?
How does one encode URLs in ROR? 
  
  Thanks
  Frank
  
		
---------------------------------
Bring words and photos together (easily) with
 PhotoMail  - it''s free and works with Yahoo! Mail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060130/60280869/attachment.html
2007 May 13
2
Some questions on repeated measures (M)ANOVA & mixed models with lme4
Dear R Masters,
I'm an anesthesiology resident trying to make his way through basic
statistics. Recently I have been confronted with longitudinal data in
a treatment vs. control analysis. My dataframe is in the form of:
subj | group | baseline | time | outcome (long)
or
subj | group | baseline | time1 |...| time6 | (wide)
The measured variable is a continuous one. The null hypothesis in
2006 Feb 13
11
ROR code syntax highlighting on blog?
I am interested in putting the cool syntax highlighting for ROR code.  What''s the best way to do that? Is it using textilize or another  formatting language? Or do I need special stylesheets?
  
  Any assistance is appreciated.
  
  Thanks
  Frank
  
			
---------------------------------
 Yahoo! Mail
 Use Photomail to share photos without annoying attachments.
-------------- next part
2006 Feb 02
19
No more logs after SVN?
Hello,
  
  Yesterday I "subversioned" my app using svn and now everything works  fine except I don''t see any log entries in development.log? 
  What would cause the log entries to be not produced anymore?
  
  Thanks 
  Frank
  
		
---------------------------------
Bring words and photos together (easily) with
 PhotoMail  - it''s free and works with Yahoo! Mail.
2006 Feb 01
3
SimpleRss: Poorly formatted feed
Based on the suggestions here I decided to use SimpleRSS but no matter what RSS feed I try, I keep getting the error: 
  
  "Poorly formatted feed"
  
  I have tried "well formatted" RSS 0.91, 0.92 and 2.0 feeds  but to no avail.
  
  Can anyone please come to my rescue? 
  
  Thanks
  Frank
  
		
---------------------------------
Do you Yahoo!?
 With a free 1 GB,
2006 Feb 20
46
Ruby + Apache Lucene using XMLRPC?
Please excuse me if this has been answered before.
    
    Is there a "how-to" guide or a walkthrough on integrating Lucene with ROR  via XMLRPC?
    
    I got Ferret to work but I am worried that it''s not going to be as scalable.
    
    I highly appreciate your assistance.
    
    Thanks
    Frank
    
  
  
		
---------------------------------
Relax. Yahoo! Mail virus
2006 Feb 17
3
Accessing Yahoo!, Hotmail and Gmail address book?
Just wondering if any one has been able to come up with a solution to  access Hotmail / Gmail / Yahoo address books via their ROR app?
  
  Thanks for any tips/guidance you can provide.
  
  Frank
  
		
---------------------------------
Brings words and photos together (easily) with
 PhotoMail  - it''s free and works with Yahoo! Mail.
-------------- next part --------------
An HTML
2006 Feb 07
3
Why would @params[:page] >= 2 give an error?
Can anyone please guide me as to what is wrong with the following?
  
      if @params[:page] >= 2
          @title+=@params[:page] 
      end
  
  Thanks
  Frank
  
			
---------------------------------
 Yahoo! Mail - Helps protect you from nasty viruses.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 11
6
Rails 1.1?
I have a few very basic questions. 
  
  Is anyone using rails 1.1? 
  How/Where can I get Rails 1.1 (I don''t see it on RubyonRails.org? 
  What are the issues involved in moving from Rails 1.0 to Rails 1.1?
  If I move to Rails 1.1, can I downgrade? Just curious.
  
  Thank you very much for your assistance.
  
  Frank
  
			
---------------------------------
 Yahoo! Mail
 Use Photomail
2006 Feb 07
4
Ferret on Rails -- Webrick won''t start?
Hello,
  I tried using 
  http://ferret.davebalmain.com/trac/wiki/FerretOnRails 
  but Webrick won''t start after implementing the plugin?
  
  I tried both versions but to no avail?
  All I get is Booting up ... and then it dies?
  
  No info in log/development.log?
  
  Does anyone has a working copy of acts_as_ferret or has any ideas on  what''s wrong? I am placing the plugins
2006 Feb 01
4
Viewing all Properties and Methods?
Hello,
  
  How can I see all the properties (member variables) and methods  (functions) that are available for an object? Is there a function  similar to PHP''s  var_dump in MySQL?
  
  Many thanks for your assistance.
  
  Frank
  
		
---------------------------------
 
 What are the most popular cars? Find out at Yahoo! Autos 
-------------- next part --------------
An HTML attachment
2006 Feb 08
10
Sharing sessions between subdomains?
Hello,
    
   I know how to share sessions between subdomains  in PHP. Can anyone please guide me as to how I can share sessions using  Ruby? Where can I set the value of domain for which the cookie is set?
    
    I would like for a user to login on the home page and then go to blog.home.com and not have to login again.
    
    Any guidance/pointers are appreciated.
    
    Thanks''