Displaying 20 results from an estimated 200 matches similar to: "@content_for_sidebar?"
2006 Feb 13
2
Ajax.Autocompleter is not a constructor
Hi Rails,
I am having trouble setting up an autocomplete text field. Using rails 1.0.0
and just trying to copy the simple scriptaculous demo
(http://demo.script.aculo.us/ajax/autocompleter) fails. My view and controller
are set up the same way.
In firefox 1.0.4 (and safari, don''t remember the version) I get the
Ajax.Autocompleter error in the javascript console when loading the
2006 Feb 28
2
Comment out RHTML code?
I''d like to be able to comment out a few lines of RHTML code easily.
With HTML you can just surround the code in <!-- ... -->, but if you
do that with the RHTML, it still gets executed, then the resulting
HTML is commented out. Sometimes I''d like to be able to leave the
code in but not have it evaluated..usually just for quick tests, but
sometimes I want to take the
2006 Feb 10
0
AJAX update for select list onchange?
Hi Rails Users,
I have a select list that I''d like to use to update a div onchange.
Right now I just have the div appear, but not update:
<%= select_tag( "profiles_select", option_tags = @profiles,
{ :onchange => "new Effect.Appear(''the_profile'',
{ duration: 0.5 } );"
2006 Feb 14
1
Controlling the controller for text_field_with_auto_complete
Hi Rails,
I have a text_field_with_auto_complete that I would like to execute in a
different model than the view that rendered it. Is there a good way to go about
this? Thanks,
--Dean
--
Take your time, take your chances
[3278.7 km, 273.4] Apparent Rennerian
--------------------------------------------------------------------------------
It matters not how strait the gate, / How charged with
2006 Feb 28
2
AJAX: do render but show element in same click?
I''m a rails newbie.
I''ve got a link_to_remote that puts a partial render into a div
("note1", "note2", etc.). As part of the display that comes up, I put
in a hide note link (element.toggle). Click that, the div goes away,
everything''s great... except now I can''t get it back.
How can I call the remote AND make the div show at the same
2006 Mar 03
0
unused composed_of bits
I implemented a Temperature model for my application. It is pretty basic,
composed of a temperature, a unit and some conversion methods. In my app model
I decided to store temperature values in Fahrenheit, so there is no need to
remember the units between invocations. I am having a little trouble composing
my app model.
A little bit of my temperature class:
class Temperature
# Composed of
2007 Apr 12
0
[LLVMdev] Compiler Name
Invictus - unconquerable, and Invictus.org doesn't appear to exist.
On Apr 12, 2007, at 1:34 AM, Bill Wendling wrote:
> Suggestions:
>
> Zembla - It's a fictional northern European country in "Pale Fire"
> by Nabokov.
> Pala - The island utopia in Aldos Huxley's "Island".
> Thra - The world of The Dark Crystal.
>
> -bw
>
2003 May 27
2
portupgrade issue 4.8-STABLE
Hi all,
Having a bit of a problem with portupgrade on a -STABLE machine:
[root@erwin]/root: portupgrade -aRn
---> Session started at: Tue, 27 May 2003 22:54:00 +1000
closed stream
---> Session ended at: Tue, 27 May 2003 22:54:01 +1000 (consumed 00:00:01)
[root@erwin]/root:
pkgdb -F does the same thing. Any clues?
cheers,
Rob
[root@erwin]/root: uname -a
FreeBSD erwin.number6
2003 Apr 04
3
green_saver source missing
Trying to build a fresh kernel, have already done a buildworld with sources
updated as at 8:20am UTC
===> green_saver
cd: can't cd to /usr/src/sys/modules/green_saver
*** Error code 2
Stop in /usr/src/sys/modules.
*** Error code 1
Stop in /usr/obj/usr/src/sys/ERWIN.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
Where'd it all go?
2007 Apr 12
3
[LLVMdev] Compiler Name
Suggestions:
Zembla - It's a fictional northern European country in "Pale Fire"
by Nabokov.
Pala - The island utopia in Aldos Huxley's "Island".
Thra - The world of The Dark Crystal.
-bw
2005 Dec 16
3
Purpose of ''yield'' in layout file in Flickr video?
During the excellent flickr video, the presenter
adds the following to the applications layout file:
<body>
<%= yield %>
</body>
What is the purpose of the ''yield'' line? I would think
there would be a content_for_layout tag there instead.
Thanks,
Don
--
Posted via http://www.ruby-forum.com/.
2003 Jan 06
8
Some time off
Until further notice, I will not be involved in Shorewall development or
support.
-Tom
--
Tom Eastep \ Shorewall - iptables made easy
Shoreline, \ http://shorewall.sf.net
Washington USA \ teastep@shorewall.net
2015 Oct 13
2
RFC: Introducing an LLVM Community Code of Conduct
> On Oct 13, 2015, at 11:16 AM, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> On 13 October 2015 at 18:59, Chandler Carruth via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> We have *not* appointed any such committee at this point.
>> (...)
>> The appeal is to the board of the Foundation. I don't expect the board to
>>
2006 Apr 22
3
quick ''link_to_remote'' question
Hi all
i''m using link_to_remote to render different sets of text-input fields.
i''m setting up links in a sidebar to do this
so, in my _sidebar.rhtml i have
<%= SidebarItem(''catalogue'') %>
this works...(in works.helper.rb)
def SidebarItem(name)
link_to_remote "#{name}",
:update => ''EditFields'',
2015 Oct 13
3
RFC: Introducing an LLVM Community Code of Conduct
On Tue, Oct 13, 2015 at 4:55 AM David Chisnall <David.Chisnall at cl.cam.ac.uk>
wrote:
> On 13 Oct 2015, at 02:42, Chandler Carruth via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >
> > If you have questions, please see feel free to contact the LLVM
> Foundation Code of Conduct Advisory Committee by emailing conduct at llvm.org
> .
>
> My main
2015 Oct 14
4
RFC: Introducing an LLVM Community Code of Conduct
Hi,
Given David's comments about an echo-chamber, I thought I might as well
throw my oar in and say I'm strongly in favour of this.
I'm not particularly fussed on the wordsmithing or the verbosity. In fact
one of the (unfortunate) primary uses of this document surely will be as
reference when a misbehavior occurs, so spelling at least some things out
in full might be useful in that
2010 Aug 13
0
Rails 2 and Rails 3 in the same gemset leads to errors
Hi.
I am pretty new to ruby (and those gems) and rails.. Until now I
thought that all rails application have some kind of integrated
version management (RAILS_GEM_VERSION in Rails 2 and gem ''rails'' in
Rails 3). And therefore I thought that having Rails 2 and Rails 3 in
the same gem repository (in my case gemset under rvm) wouldn''t be a
problem. But during installing
2015 Oct 13
3
RFC: Introducing an LLVM Community Code of Conduct
On Tue, Oct 13, 2015 at 11:16 AM Renato Golin <renato.golin at linaro.org>
wrote:
> On 13 October 2015 at 18:59, Chandler Carruth via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > We have *not* appointed any such committee at this point.
> > (...)
> > The appeal is to the board of the Foundation. I don't expect the board to
> > *be* the committee
2013 Oct 23
4
Should I upgrade Samba 3.6 to Samba 4.1
Hi,
I just installed Samba on my Centos 6.4 computer. Smbstatus says my
version is 3.6.9-151.el6-4.1.
My smb.conf file only has a [global] and [homes] section.
My configuration works, as expected, from a Win7 Virtual Box computer
and a Win8 Virtual Box computer. I can see the share from the Windows
file explorer and can map the share to a network drive. The Samba server
is not virtual.
2011 Nov 11
2
Estimating IRT models by using nlme() function
Hi,
I have a question about estimating IRT models by using nlme, not just rasch
model, but also other models.
Behavior Research Methods
<http://www.springerlink.com/content/1554-351x/> Volume
37, Number 2 <http://www.springerlink.com/content/1554-351x/37/2/>, 202-218,
DOI: 10.3758/BF03192688
Using SAS PROC NLMIXED to fit item response theory models (2005). Ching-Fan