Displaying 20 results from an estimated 2000 matches similar to: "Unable to use forms after login generator"
2006 Jul 18
2
A quick question on forms
I want to change parts of this form in order to use default values (with a
disabled input). The problem is if I change it from text_field to
text_field_tag that part of the form stops functioning. It seems like a
silly question, but its been driving me crazy. Any help would help.
Steve.
<%= error_messages_for ''post'' %>
<!--[form:post]-->
<p><label
2006 Apr 02
2
Focus on ajax newly-created form element
I have an ajax method that creates a new form. I want one of the
input boxes to be focused when the form gets displayed. So in my
inline RJS I have
page << "document.getElementById(''post_title'').focus();"
The input box is being created with
<%= text_field ''post'', ''title'' %>, so the ID should end up being
2009 Jul 18
1
[LLVMdev] speed and code size issues
I'd look at if_spppsubr.o, which is big in the llvm directories and
doesn't appear in the gcc directory listings at all (I assume the
listings were fed through tail or something, but there's clearly a
sizeable difference there)
On Jul 17, 2009, at 5:41 PMPDT, Daniel Dunbar wrote:
> On Fri, Jul 17, 2009 at 5:12 PM, Jonathan Gray<jsg at goblin.cx> wrote:
>> On
2013 Jul 04
3
odd inconsistency with nfs
I'm having an interesting/odd problem with nfs (I think). We recently
(Monday/Tuesday) upgraded our file server from an ancient redhat 7.3
system to a shiny new centos 6.4 system. We don't see any issues between
the other centos boxes, but things get a bit weird when we start
mounting on the old solaris clients.
The initial symptom was that the 'tab complete' wasn't
2006 May 18
2
attempt to override the ''tag'' method
I want to override the ''tag'' method in
ActionView::Helpers::TagHelper to do some generalized
error handling similar to the way scaffolding puts a
red border around fields that fail validation.
I''ve created a file lib/rails_patches/tag_helper.rb
which contains the following.
module ActionView
module Helpers
module TagHelper
alias_method :orig_tag, :tag
2009 Jul 18
0
[LLVMdev] speed and code size issues
On Fri, Jul 17, 2009 at 5:12 PM, Jonathan Gray<jsg at goblin.cx> wrote:
> On Fri, Jul 17, 2009 at 04:41:55PM -0700, Eli Friedman wrote:
>> On Fri, Jul 17, 2009 at 4:14 PM, Jonathan Gray<jsg at goblin.cx> wrote:
>> > This seems to go against notes such as
>> > http://clang.llvm.org/features.html#performance
>> > which claim clang is signifcantly
2008 Jan 30
9
catching errors, rspec basics
Trying to spec the following but don''t know if I''m using the right matcher.
How do I spec? Plz, sugar on tops.
Audience.stats
- should have a stats of 80 when passed a flux of 10
- should return an error when passed a string (ERROR - 1)
1)
TypeError in ''Audience.stats should return an error when passed a string''
String can''t be coerced into Fixnum
2009 Jul 18
3
[LLVMdev] speed and code size issues
On Fri, Jul 17, 2009 at 04:41:55PM -0700, Eli Friedman wrote:
> On Fri, Jul 17, 2009 at 4:14 PM, Jonathan Gray<jsg at goblin.cx> wrote:
> > This seems to go against notes such as
> > http://clang.llvm.org/features.html#performance
> > which claim clang is signifcantly faster than gcc.
>
> I think the URL you want is actually
>
2020 Feb 29
4
[MCJIT] messy call stack debug on x64 code in VisualStudio
Hi,
I'm using IR and MCJIT to compile a script language. I debug it with on the
fly generated .pdb files. During debugging, almost each time I step into a
function, I loose information about calling function inside the visual
studio callstack view or I have a bunch of pure addresses in the callstack
in between the current function and the calling function, for example :
2005 Jan 26
1
Persistent audio streams?
On Sunday 23 January 2005 12:08, you wrote:
> The question is, why are the clients dropping? It could be your net
> flaking out. I've even heard of some ISPs cutting connections every
> 24 hours.
Bingo. The stream drops at exactly midnight every night. Right on schedule. I
expected better, especially since I'm paying extra for a business-level DSL
connection.
I guess I
2009 Jul 17
0
[LLVMdev] speed and code size issues
On Fri, Jul 17, 2009 at 4:14 PM, Jonathan Gray<jsg at goblin.cx> wrote:
> This seems to go against notes such as
> http://clang.llvm.org/features.html#performance
> which claim clang is signifcantly faster than gcc.
I think the URL you want is actually
http://clang.llvm.org/performance.html. The difference isn't as
dramatic when you consider code generation, at least for the
2020 Mar 01
2
[MCJIT] messy call stack debug on x64 code in VisualStudio
I've always just hacked support for this in to the various JITs (for
JuliaLang, in our debuginfo.cpp file), by setting the
no-frame-pointer-optim flag in the IR, then creating and populating a dummy
unwind description object in the .text section, and registering that
dynamically. Some day I hope to actually just register the .pdata/.xdata
sections with the unwinder.
PDBs are a bit different
2005 Oct 11
1
RoR on Apache
I used generate/scaffold to create simple CRUD screen that works perfectly
with Webrick. I wanted to attempt to run the same ROR app on Apache. I
followed the instructions found at
http://wiki.rubyonrails.org/rails/pages/Fast+CGI+and+Apache2+for+Windows+XP
with the alternate ending found at
http://wiki.rubyonrails.org/rails/pages/Fast+CGI+and+Apache2+for+Windows+wit
hout+VirtualHosts. I have
2012 Mar 19
1
Using plaintext auth and SSL
I'm working with a company that presently has a Linux mailserver which all
users have (no shell) accounts on. Mail is accessed via pop3 with plaintext
authentication. They want to move to a system using imap with SSL. I'm
building them a new server. I'd like to offer both for a while so we can work
the bugs out and migrate users over to SSL imap over time. It appears that in
order
2005 Jan 24
2
Sound card recommendation?
Can anyone recommend a good high-end sound card to use on a streaming server?
Basically all I need are two channels, a good 96 kHz sampling chip, and it
needs to run on Linux.
--
Jeff Simmons jsimmons@goblin.punk.net
Simmons Consulting - Network Engineering, Administration, Security
"You guys, I don't hear any noise. Are you sure you're
2005 Mar 01
2
How much CPU horsepower?
I'm building a server. It will be using icecast and ices2. Sound quality will
be Q=5, and I'll need to set a max bitrate. It will be running full duplex,
with both incoming and outgoing streams, using an M-Audio Delta 44 (96 kHz
sampling rate) sound card.
How much CPU am I going to need?
Thanks in advance for any advice.
--
Jeff Simmons jsimmons at
2012 Feb 17
2
DC Universe Online not working with new nvidia drivers
I'm not sure if this is a wine or nvidia related bug, so I'd really appreciate some help...
After upgrading to nvidia 295.20 this game fails to start, giving the following error:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<crash_report>
<version_cookie />
<platform>win32</platform>
<os_info>Version 5.1 Build 2600
2016 Apr 22
2
RFC: EfficiencySanitizer Cache Fragmentation tool
Please reference the prior RFC on EfficiencySanitizer. This is one of the
performance analysis tools we would like to build under the
EfficiencySanitizer umbrella.
====================
Motivation
====================
An application is running sub-optimally if only part of the data brought
into the cache is used, which we call cache fragmentation. Knowing the
cache fragmentation information
2005 Jul 28
1
ActiveRecord::StatementInvalid in Admin#list
I am having a problem. I am trying to work through the PDF of Dave Thomas''s
book, but I keep getting this error after developing for five to ten
minutes:
WARNING: You have a nil object when you probably didn''t expect it!
Odds are you
want an instance of Array instead.
Look in the callstack to see where you''re working with an object that
could be nil.
Investigate
2011 Jan 12
2
Crash when using odd frame size
Hi
I noticed a crash issue when I passed the following values:
celt_mode_create(96000, 258, &e);
CELTMode->mdct.kfft[0] is not initialized after calling?clt_mdct_init() and when?celt_mode_destroy() is called it tries to dereference this value in kiss_fft_free().
-- Bjoern
Here's the callstack:
!kiss_fft_free(const kiss_fft_state * cfg=0x00000000) ?Line 650 + 0x3 bytes