Displaying 20 results from an estimated 9000 matches similar to: "rake question"
2006 Jul 18
5
a best way to write this.
I have a form, with 3 fields, then in my controller I get the paramters
to run a query but I don''t want to filter with paramters if they are
nil or blank...
I''m doing this
@condition = ''''
if(params.....)
@condition = @condition + " myparamter = " + params[.....
if(params.....)
@condition = @condition + " myparamter = " +
2006 Jul 25
3
create production tables? use "rake db:migrate"?
Hi,
What is the normal mechanism for creating the tables in the (a) test and
(b) production databases.
For example the following didn''t work for creating the production
tables:
a) change environment.rb to include "ENV[''RAILS_ENV''] ||= ''production''"
b) run "rake db:migrate"
However this seemed to still work against DEV not
2007 May 27
4
when will "TODO" comment/rake support come out?
Hi - quick question: when will "TODO" comment/rake support come out?
Tks
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to
2004 Jun 08
1
wondershaper under Debian
Hi everybody! I know this discussion list isn´t just about wondershaper, but i think someone can help me.
I used to have a linux box running red hat 8, as firewall on my lan. I upgraded to debian 3.0 and tried to use the same wondershaper files under debian, but, when i run wondershaper on ppp0 device, it just stops transfering. Remember: its the same files i used with success under red hat 8.
2006 Jul 10
11
prototype hash method
var v1 = {
a: ''value for a'',
b:''value for b''
}
var v2 = {
c: ''value for c'',
d: function(){some code...}
};
var v3 = v2.merge(v1);
I''m getting an error doing this...
what is wrong?
2006 Apr 02
5
adding primary_key to join table using migrations
Hi list,
My tag_question_user join table is not currently a full-blown model. It
doesn''t have a primary key - just tag_id, question_id, and user_id.
I now want to add a primary key to this model (because I want to add a
"description" column as well so users can describe the tag.
I''m not sure how to add this using migrations.
Here is what I have:
class AddNotesToTags
2006 Jul 29
6
why is webrick running in development mode?
Hi,
I changed my environmnet.rb to say PRODUCTION mode, however when I start
up a server "ruby scripts/server"
a) it runs in development mode (via the logs) - any ideas why?
b) why does webbrick run - I thought by default now it was supposed to
be lightty
Tks
--
Posted via http://www.ruby-forum.com/.
2006 Jul 28
4
ajax scaffold
someone using ajax scaffold ??
I''m using
@scaffold_columns = [
AjaxScaffold::ScaffoldColumn.new(self, { :name => "name" })
]
in my model...
I have a column named "name", but it''s not working, When I click in
"Create New" ajax indicator starts but not occurs . . .
someone can help me? tks
2006 May 18
2
script.aculo.us auto-completing
Hi,
there is a way to use the html list like <selects> so I can use a text
to display information and a value that have the real information to send.
like
<li > <div id="value> </div> <div id="text> </div> </li>
the div text, I will show , and the div value will be the value of my
input....
tks
2006 Jun 16
1
mask input fields
how to mask input fields? like
my mask = ''## / ####''
when user type it will put / after the second char . and bla bla bla
have ror a helper for do it? or, someone knows a good js code for it?
tks
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Jun 28
1
Proxy
how to set my proxy, so that I can install rails with..
gem install rails --remote.
please, how to define the proxy? tks.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 May 26
25
migration to rails
Hi, I''m a PHP developer and I''m think about migration to rails...
my big problem is about printing web Reports, well I could not found a
good thing to help me with this...
Does Ror or some other ruby project have some thing to help about
make/print database reports?
tks
2016 Sep 07
1
Samba4 Centos 7 - CPU 100%
Hi Andrew, sorry about delay.
I make the change in smb.conf but the problem still the same.
I think i have problem with DNS, i check all config in DNS.
Tks for your feedback.
2016-08-30 20:34 GMT-03:00 Maiquel Consalter <maiquelconsalter at gmail.com>:
> Thanks a lot Andrew.
> Tomorrow I will test and report for you.
>
> Em terça-feira, 30 de agosto de 2016, Andrew Bartlett
2005 Aug 04
1
RES: Icecast Installation
Tks for you answer Robert,
It's my first time with IceCast for Linux and if possible I would like to
take a look in your configuration files or a how-to.
Tks.
-----Mensagem original-----
De: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org]Em nome de
Robert Muchnick
Enviada em: quinta-feira, 4 de agosto de 2005 22:59
Para: icecast@xiph.org
Assunto: Re: [Icecast] Icecast Instalation
2006 Jun 28
6
select_tag
in my controller
@cursos = Curso.find_all
in my view i''m trying to do a select_tag with the results @cursos, using
a helper
select_tag "name" options_for_select(@cursos) --------> not works
select_tag "name" @cursos --------> not works
how to do it, using the helper?
tks
--
Posted via http://www.ruby-forum.com/.
2005 Nov 09
5
Java support : is there a native package ?
Hi,
I was wondering if there is a rpm package for java (jre) to centos 4.x
or do I have to get from sun/ibm/blackdown ?
tks.
2014 Jul 18
2
[LLVMdev] how to define INTRINSIC_W_CHAIN
Tks Tom,
That is my confusing part. How can I make it to "access memory” so it will HasChain?
Is there any flag set like in typeProfile, Node, instructions? myLoad, mayStore, SDNPHasChain?
-kevin
On Jul 18, 2014, at 4:26 PM, Tom Stellard <tom at stellard.net> wrote:
> On Fri, Jul 18, 2014 at 04:15:45PM -0400, kewuzhang wrote:
>> sure!
>>
>> class
2001 Apr 21
2
wich samba i should use?
i need to logo on win2000 to a samba server...
wich samba version i should use?
where can i get it?
tks very much
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
2014 Jul 23
2
[LLVMdev] LowerINTRINSIC_W_CHAIN in X86
Hi guys,
In X86ISelLowering.cpp
I saw”
...
case Intrinsic::x86_rdrand_16:
case Intrinsic::x86_rdrand_32:
….
case Intrinsic::x86_avx512_gather_qpd_512:
case Intrinsic::x86_avx512_gather_qps_512:
..
“
those intrinsics are handled by “LowerINTRINSIC_W_CHAIN”.
How the “INTRINSIC_W_CHAIN” opCode is set instead of “INTRINSIC_WO_CHAIN”?
tks
Kevin
-------------- next part --------------
An
2008 Apr 24
3
plotting two functions
i wanna compare functions
to be simple , let's say i want x^2 and x^5 in same plot ( it's not the
case but if i get it i'll understand for others )
how i do it?
x<-seq(-10, 10, l=100)
> plot(x^2)
and?
tks
[[alternative HTML version deleted]]