Displaying 20 results from an estimated 20000 matches similar to: "ruby interpreter dies with system popup message"
2010 Mar 08
4
install problems on fedora 12
I just got set up with fedora 12 and am a new user for that distro.
I got ruby 1.8.6 installed. Then I tried to install rails using yum
which gave me rails 2.3.4. When I tried to start a rails project I had
an error saying the wrong version of rack was supplied. I tried to
resolve that with gem installs but got errors saying it couldn''t find
rubygem sources. Then I decided to see if I
2013 Jun 05
1
Link_to image_tag popup
Hello All,
How can I add a popup in link_to image_tag?
I am trying as :-
<%= link_to image_tag(@user.avatar.url(:small)), ''/users/edit'',
:popup=>[''original_image'', ''height=700,width=900''] %>
It goes to the edit page. But it doesn''t opens popup.
Is this the correct way to call a popup?
How can I achieve this?
Thanks,
2012 Apr 27
5
How to cap table with active record
We want to use SQL/active record for logging but limit the table size
so that older messages disappear off of the table Some process has to
run periodically to do that.
Suppose I want to keep my table size to not much bigger than
50,000,000 rows or so. What is the easiest, most efficient way to
delete any extra rows that there may be ? This is an SQL/active record
problem I have not encountered
2011 May 13
2
Popup window
How can I insert (:popup => true) into code below?
<%= link_to "Source_#{i}", link.url , :style => "color:#0096FF;font-
family:''LucidaGrande'',''Lucida Grande'',''Lucida Sans Unicode'',sans-
serif; font-size: 11px; text-decoration: none; margin-right: 10px;" if
link.show? %>
--
You received this message because you
2008 Mar 21
0
bug Dual Xeon Quad Core E5310 Kernel Panic (hangs on boot)
Hi all,
that''s the situation:
machine: IBM x3400 (MT7976) with 2 Xeon E5310 and 4GB of RAM
xen version: 4.01 Enterprise
problem: Installation CD doesn''t boot, it locks on this error:
---------------------------------------------------------------------------
Xen call trace shows codes about:
vmx_ini_vmcs_config
start_vmx
identify_cpu
smp_store_cpu_info
smp_callin
2012 Dec 08
9
link_to popup
Hello All,
I have a link. Which I want to open as a new window :-
<%= link_to "Google", "https://www.google.com", :popup =>
[''new_window_name'',''toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes'']
%>
But it is opening in the same page....
Any suggestions how to do it ??
Even hover will be
2007 Jan 20
3
xeon quad core?
Can anyone share their experience with installing RHEL / Centos
(latest production release) on the Dell 2950 (or 2900) with the
quad-core e5310 processor? Does anyone know what chipset Dell is
using on this box?
I've got one on the way, and I'm hoping to use centos as the 'host' OS
for several virtual machines (some of them Windows pigs), running
vmware server.
some of the
2013 Oct 23
2
how is mongoid syntax implemented ?
In mongoid, a ORM mapped database object is like below. The part "type:
String" seems to me to not fit into any standard ruby syntax and I was
curious how does mongoid implement that ?
class Step
include Mongoid::Document
field :Label, type: String
field :Descript, type: String
field :ErrorText, type: String
embedded_in :step_data
end
--
You received this message
2012 May 09
12
out of memory (java heap space) on zip creation (jruby)
I am using rubyzip and am trying to put a huge csv file with 1.4
million rows into the zip file.
Using jruby I get a out of heap error.
I believe the error happens in the block below:
Zip::ZipOutputStream.open(zip_path) do |zos|
zos.put_next_entry(File.basename(csv_path))
zos.print IO.read(csv_path)
end
--
You received this message because you are subscribed to the Google
2011 May 31
1
is there something peculiar about a render :update block ?
When doing RJS stuff of the form below, I seem to recall unexpected
behavoir where if I had many method calls within that block things
didn''t work as expected and variables would not have values I
expected. I know I am not being very specific and I don''t have an
example. I am trying to refactor some code where I have alot of code
inside the block and I am affraid I am going to
2011 Jun 01
1
git push heroku master - has error
I am trying to put my app on heroku, following the instructions, when
I get here I get this error:
$ git push heroku master
Enter passphrase for key ''/c/Users/Laurence/.ssh/id_rsa'':
Counting objects: 277, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (246/246), done.
Read from remote host heroku.com: The connection was aborted
fatal: sha1 file
2007 Dec 10
3
Popup Window
Hey!
I would need a popup window like this (not necessarily associated to a
taskbaricon):
http://www.venraiker.com/wp-content/uploads/2006/03/libnotifyvx.png
I should be possible to show such a window for a certain time,
displaying a certain message.
Is a similar thing possible with wx? Are there oder options?
thx ck
--
Posted via http://www.ruby-forum.com/.
2007 Apr 04
0
Samba- popup message
Hi,
Is it possible to put a pop-up message when a user open the share directory
I want post a message instructing user not to copy *.mp3 or *.wav files in the shared directory
If its possible can u pls guide how to do this..
thanks in advance
rds
Vinodh KK
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the
2006 Jun 07
1
Sending popup message via smbclient to w2k and winxp machines
I have a script that is attempting to notify a user that a job has finished.
However, when called from within the script nothing is received by the user.
When the equivalent message is sent from the command line, the user receives
the message. The portion of the script that is relevant is below:
----- cut from script -----
#!/usr/bin/sh
:
:
MESSAGE="$WINNAME, your job $_3GJOB\nhas
2012 Jan 31
4
Connect with MySql and Ruby
Hi everybody,
I am very new in Ruby on Rails.
I install ruby(1.9.2p180) and Rails(3.1.3). Also I install RubyMine3.1.1
as IDE.
I successfully have done some simple simple practices. Now I want to
play with database(mysql).Though I have checked so some of the URLs but
unable to make out.
Please help me how to do that, what files or folders should I place
and where should I place those.
2008 Apr 08
2
Can you add an option to select the ruby interpreter for rake task?
Hi all,
My problem is that I''ve installed both ruby 1.8 (as ruby) and
ruby 1.9 (as ruby1.9) on my system. I use spec/rake/spectask for
my Rakefile. But the generated command is
ruby -I.. blabla
it should be "ruby1.9 -I... blabla", but after look at the code
of spectask.rb, I found this line:
==> cmd = "ruby "
rb_opts = ruby_opts.clone
2007 Mar 26
1
how to close a popup?
hey all,
I open a popup from a firefox extension with window.open(myurl).
The content of the popup is a regular form with a text_field to fill.
Is there a way to automatically close the popup after the user click
the form''s submit button?
thanx in advance
Pat
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2013 Jul 05
5
popup to all users ?
Hello
I need to have a information popup will be send when
my thunderbird's users connect to our server.
Is there a function in Dovecot to do so ?
Thank you
2008 Mar 04
3
incoming call popup
hi,
can you recommend "clean&simple&stable" solution for incoming call popup
(in browser)?
i'm using flash operator panel now
but i want something without flash (maybe something in AJAX?)
thanks
---------------------------------------
Marek Cervenka
=======================================
2007 Apr 27
0
Prototype Popup Error
I am using the prototype ''new Ajax.Request'' object for a simple data
retrieval operation. Works fine. To tell the user what is going on
(the retrieval takes a second or 2), i stuck a simple window popup
(that says ''wait..'') right before the request and then just closed it
when the request completes.
I have tried a few different ways to generate the popup -
1