Displaying 20 results from an estimated 30000 matches similar to: "flash notice"
2003 Jan 16
1
Fw: syslinux with flash discs?
Johan accidentally wrote me personally with the following email, which I
thought would be better intended for the syslinux list. Replies to *Johan*
please. :)
-d
----- Original Message -----
From: "Johan Win?s" <johan.winas at isg.se>
To: <david at weekly.org>
Sent: Thursday, January 16, 2003 2:33 AM
Subject: syslinux with flash discs?
> Hi..
>
> Just tried out
2006 Jun 27
6
embedding ruby code in a [flash :notice]
The ruby code in this isn''t evaluated...
flash[:notice] = "Your last recorded entry was <%= @in_out.time_in %>
<br />You are currently marked as ''In'', you probably want to check
''Out''"
Is there a way?
Craig
2008 Oct 09
2
Thunderbird does not follow url links in Firefox
Since the recent update from firefox2 to firefox3 the links in my mails
do no longer work. No window pops up. After some debug I found the
problem. Let's share it with others that experience the same problem:
I'm using Thunderbird 2.0.0.17 (manually downloaded, that might have
caused the problem, I have not tried with 1.5)
I'm using Firefox 3.0.2 (yum installed CentOS 4.7)
To solve I
2006 Mar 07
1
Access flash from a model class?
I have a method that returns either a comment stored in the flash (if it
exists) or a new comment. It works when I put it in my application
controller:
def preform_comment
if flash[:badcomment].nil?
comment = Comment.new
return comment
else
return flash[:badcomment]
end
end
However it would be cleaner to put this in the Comment model, so I
tried:
def
2006 Jan 09
3
Custom flash[:notice]
For the most part, my
flash[:notice] messages fall into one of two categories: either a
message stating that something happened successfully (which is colored
green), or messages showing errors (which I would like to be red).
Is it possible to set some sort of flag on these messages to choose
which color I want to show, or would I need to base it on CSS and set
the class in the text, i.e.
2009 May 13
4
Setting flash notice via javascript?
I am using a javascript to redirect to another action. Is there a way
to set the flash [:notice] in the javascript?
So when the javascript redirects, the new action/view picks up the
flash[:notice]?
(I suspect I may have to do something like url?notice=.....)
ideas?
thanks.
2004 Mar 30
2
All SSH Version
Hello :-)
all ssh Version we are use have the same Problem:
when we start a deamon process, the windows hang on exit.
OS Solaris 6 and 8
Solaris 9 and 10 come with a SUN emplentation of your openssh, the shell
dosent hang on exit....
The Workarounds in the Web dosent fix the Problem...
Frank
--
kind regards / Mit freundlichen Gr??en
Frank Beckmann
Infrastructure Service Management
2006 Jul 03
1
flash[:notice] followed by render
Hi,
Sometimes I see action code like
def my_action
flash[:notice] = "Flash notice"
render
end
It is even in DHH''s new World of Resources slide show page 22. With
this use of flash before render, the user will see the flash for the
next two visible displays. Am I missing something?
Thanks,
Peter
2006 Apr 21
6
when using scaffold flash[''notice'']
Hi,
When using the scaffold standard new / create methods, on successful
completion of creating a new database entry, is there any return
methods I cna pick up in a custom tempalte such as flash[''notice'']?
Thanks
Scott
--
Posted via http://www.ruby-forum.com/.
2010 Dec 17
1
flash[;notice] not display after redirection
I read all previous posts about the same subject in Devise group but
couldn''t find any answer, so iy may not be related to Devise , so
I debugged it ..
.
class Users::RegistrationsController <
Devise::RegistrationsController
..
# POST /resource/sign_up
def create
build_resource
if resource.save
if resource.active?
set_flash_message :notice, :signed_up
2006 Feb 20
2
Problem with flash[:notice] appearing twice
In my save function in my (ajax!!!) controller, i''ve got a bit like
this:
if ...
flash[:notice] = ''NOT SAVED: This month is locked''
render :partial => ''edit''
else
save it...
redirect to ''show'' action....
...
If i try to save an entry for a locked month, it correctly brings me
back to
my edit action with the
2007 Aug 30
2
flash[:notice] as coach content...
Hi,
I would like to use flash[:notice] to display coach content, e.g. "It''s
generally a bad idea to do [whatever you just did]. Click here to find out
why" - which goes to a more complete coaching page on that topic.
My questions are:
1) Does anyone know of nice snippets for doing that (e.g.
script.aculo.usfade in, fade out), and
2) It seems the (very plain) approach
2012 Sep 10
5
flash[:notice] not working
Hi,
anybody please help me out,am using rails 3 but using this
flash[:notice] doesnot works, i have used this in controllers.
any idea ? please help.
Regards,
Manoj
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2003 Sep 04
3
Cant locate my X100P
Hello
After having installed my X100P, /proc/pci and /proc/interrupts dosent
locate them.
In my PCI list is it the Communication controller: Tiger Jet Network Inc ?
then is dosent have a IRQ listed in /proc/pci..
All help appreciated
Thanks and Regards
Ajit
===========================/proc/pci==================================
PCI devices found:
Bus 0, device 0, function 0:
Host
2007 Feb 12
6
prototype.js and different browsers
Hi
I''m currently learning how AJAX is working and found prototype.js interesting.
But I have some issues that might be because of misusage:
http://brasilia.nersc.no/test/PyTest/AJAX.html
When I use this in Firefox2 it correctly fills the first select, using opera9
it is filled, but it just shows a list of "blank" options (no description),
and in IE6 it doesn''t get
2007 Apr 17
1
Runing R in a bash script
Hello!
I am having issues trying to plot to a ong (or jpg) when the R-code in a
bash script is executed from cron.
I can generate a pdf file, but when I try to write to a png, the file is
created, but nothing is written. If I execute the bash script from my
console, everything works file. Any ideas?
In my cron I have SHELL=/bin/bash - otherwise /bin/shell is used and the
folowing enery, so
2011 Mar 20
4
How to run dos cmd under wine
I neade to run a script under Wine but the script requires a cmd dos so atm dosent works (i neade to connect an ftp and upload some files) is thear any emulate that i can install on wine so that i have that posibility?
Thank's
Helen
8)
2005 Mar 03
3
ssh hang problem under solaris 8
Hi :-)
i have try a hang on exit patch that i found in the web for an old openssh
version, but it dosent help :-(
in a german gdb howto i found a tip that the backtrace output can help to
analyse the problem....
is it a solaris problem ?
Greetings
Frank
sshd:
#0 0xff19d618 in _poll () from /usr/lib/libc.so.1
#1 0xff14d53c in select () from /usr/lib/libc.so.1
#2 0x000339a0 in
2006 Nov 29
3
Polycom 601 Second Incoming Call
Hi List,
I have a Polycom 601 that when the user is on the phone they only hear one beep and the CID of the second incoming call is not shown. Is there a way to have the CID show up for the second call ? And a way to configure the phone to beep more often if there is another call coming in. The problem is that if the receptionist is on the phone and looking up something on the PC she some times
2011 May 26
3
change function scope?
I'm still getting used to R's scoping. I've run into the following situation
value=0
thefunction <- function() print( value )
somefunction <- function() { value=99; thefunction() }
somefunction()
now, I understand that somefunction() returns 0 because thefunction() was
defined with value=0 in its parent envrionment, it dosent look at all in the
environment of somefunction. My