Displaying 20 results from an estimated 101 matches for "repopulating".
2005 Nov 08
2
IE not repopulating forms under Rails views - very odd
...#39;'ve
been able to recreate perfectly... until I try to get it to work in
Rails under Internet Explorer. A working example is available here:
http://www1.zvents.com/test.rhtml
View the page source and hit reload a couple times to see the purpose
of the page. It takes advantage of browsers repopulating form fields
to achieve semi-persistent storage.
If I take that EXACT same source and move it into a rails view
rendered without layout, we get the following:
http://www1.zvents.com/events/test
If you do a page source on each page, you''ll see that the source is
identical. But for some r...
2011 Nov 20
4
Deleting AstDB family at start
Is it possible to delete the keys belonging to a family in AstDB at Asterisk startup? I would like to repopulate it from another source each time Asterisk is restarted.
I know there is a DBdeltree(<family>) function. Is there a context that only runs once (automatically) at Asterisk startup (so that I can call this function)?
Also is AstDB lookup faster than a func_odbc lookup? Is there a
2006 Feb 21
0
DB not being repopulated prior to Unit test execution
I''m working my way through the AWD book and have just started the testing chapter. The first two unit tests run as expected. When I add the test for the ''destroy'' function to product_test.rb, however, I''m getting a failure I don''t understand.
The error I''m getting says that in the setup method for test_update, it "couldn''t
2019 May 14
2
git llvm push errors
Thanks Paul but I saw that on a previous email chain and tried it, it did
not work for me. I also saw there are issues with svn tags on some files?
Thanks,
Ryan
On Tue, May 14, 2019, 1:30 PM <paul.robinson at sony.com> wrote:
> It has been a while since I've seen "No such file or directory" although I
> do still occasionally see "Patch doesn't apply"
2019 May 14
2
git llvm push errors
I am trying to use git llvm push and am getting some odd errors that seem
somewhat common after looking at other email chains but I'm not sure if a
solution has been found.
The errors are No such file or directory when clearly the file exists. And
also a "new blank line at EOF.\n+' but I've checked both files and there is
no blank line at EOF.
- Ryan
-------------- next part
2019 May 14
2
git llvm push errors
This looks like you're using the wrong repository. The 'git llvm' command
only works with the new repository layout. Please clone
https://github.com/llvm/llvm-project/ instead.
*From: *Ryan Taylor via llvm-dev <llvm-dev at lists.llvm.org>
*Date: *Tue, May 14, 2019 at 2:18 PM
*To: * <paul.robinson at sony.com>
*Cc: *llvm-dev
It's both "No such file or
2006 Mar 25
2
Copying SIP Subscriptions
I'm pretty sure I already know the answer to this, but...
Is there a way to copy/transfer/replicate sip subscriptions from one asterisk system to another, for the purposes of HA? You coudln't even write a script to do it I don't think. You can do an 'asterisk -rx sip show subscriptions' but there'd be no way to repopulate it on a second system. Yes/No?
Doug.
2009 May 26
6
dump and import MySQL table w/ accents
I am switching to a composite primary key (string and user ID) from the Rails
conventional auto-incrementing integer primary ID. The table is large (2.5
million records) and I''d rather not discard the contents. The
composite_primary_key gem doesn''t appear to support altering the table with a
migration to do its magic, only creating a table from scratch. So I dumped
the table
2005 Jul 06
3
populating development database from test fixtures
Hi,
Is it possible to populate the development database from the test
fixtures? I''m trying to keep the development database schema in a
plain-text sql file and modifying that when I need to modify the
database structure. However, then I have to either manually
repopulate the database or add in additional sql statements that
populate the test database.
It seems like it would be useful
2009 Aug 13
5
First hit on app takes a long time
...98.218.223.189 at 2009-08-12
20:16:41) [GET]
Parameters: {"id"=>"MainPage"}
Rendering template within layouts/application
Rendering wiki_pages/show
User Columns (1.3ms) SHOW FIELDS FROM `users`
User Load (0.4ms) SELECT * FROM `users` WHERE (`users`.`id` = 4)
LIMIT 1
Repopulating the stop words
Rendered common/_header (16.7ms)
Rendered common/_nav (4.4ms)
Rendered common/_search (2.4ms)
Rendered common/_footer (0.6ms)
Completed in 2422ms (View: 134, DB: 2) | 200 OK [http://myserver.com/
wiki_pages/MainPage]
Processing WikiPagesController#show (for 98.218.223.189 at 2009-0...
2010 Mar 18
8
hash in controller is nil after submitting form
I''m trying to create a data entry form but getting an error when it
sumbmits. I am using an hash to get the names of the fields definied
in the controller''s "new" function:
def new
@thing = thing.new
@columns = Hash.new
@columns[''thing_general''] = [
["title","name"],
2006 Apr 17
1
Samba 3 - Rebuild WINS database
Is there a way - without killing off Samba - to force a rebuild of the WINS database that Samba is maintaining?
I've got a couple of completely bogus entries in WINS and I need to get rid of them, but I can't take the Samba server down to do it. I'm hoping that I can issue a couple of commands and poof the WINS database is blown away and it starts to repopulate with good data.
If I
2015 Jun 08
4
newbie question on installation over existing Linux
On 06/07/2015 04:52 PM, g wrote:
>
>
> On 06/07/2015 05:29 PM, Kay Schenk wrote:
>> On 06/07/2015 03:25 PM, Gregory P. Ennis wrote:
> <<<>>>
>
>>> Yes it does replace your home directory. When I do a fresh
>>> install, I back up my home directory on a usb drive and then copy
>>> it back after the install. I think you can also
2012 May 18
24
Announce: PuppetDB 0.9.0 (first release) is available
PuppetDB, a component of the Puppet Data Library, is a centralized storage
daemon for auto-generated data. This initial release of PuppetDB targets the
storage of catalogs and facts:
* It’s a drop-in, 100% compatible replacement for storeconfigs
* It’s a drop-in, 100% compatible replacement for inventory service
* It hooks into your Puppet infrastructure using Puppet’s pre-existing
2013 Oct 08
1
Multiple A records on my parent domain name are confusing hosts
...8.10.2
Why do these keep showing up? I'm sure there is a place that the info is
coming from, but I don't know where, and I desperately need to prevent this
from happening. I mean, don't get me wrong, I realize what the records
mean, but what I'm trying to do is prevent them from repopulating and
preventing my internal hosts from browsing the web site. I didn't have
this problem when I could edit the bind files directly, but now that I'm
using bind_dlz for samba, I'm a little lost.
Thanks!
2019 Jun 19
1
Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
On 6/19/19 2:16 AM, L.P.H. van Belle via samba wrote:
>
> So your admins dont know how to use RSAT, it that what your saying?
> Or are they just lazy..
>
> https://www.server-world.info/en/note?os=Windows_Server_2019&p=active_directory&f=12
> Its just a pain to register the used UID/GID numbers.
>
It's a bit more complicated than that. There are about 50,000
2006 Jan 06
3
Countries -> Cities Select box
I am trying to play with a Countries -> Cities dynamically updating select
box.that is if someone selects a country then all the cities of that
country must be listed.Does anyone know of any data source for this?
I searched for it but couldnt find any good usable source.
Better still is there a module which I can mixin for this?
Thanks
Vivek
-------------- next part --------------
An HTML
2015 Jun 08
1
newbie question on installation over existing Linux
On 06/07/2015 10:11 PM, Peter wrote:
> On 06/08/2015 12:25 PM, Kay Schenk wrote:
>> My situation is I have 7 separate Linux partitions and a swap area. One
>> of the partitions is /home, so it's already in its own partition.
>> I want to keep the partitions for CentOS exactly as I have them in terms
>> of size, etc. In the past, even when I've done a
2010 Sep 14
3
Numericality validation strips chars from original entry
I''ve noticed that if I use the numericality validator and the user
enters, for example "1234ABCD" it''ll come back with a "not a number"
error, but it then fills the input box with "1234", discarding the non-
numeric input the user originally put in.
I''ve seen a similar question about this in this group, but the poster
was looking for a way
2006 Mar 29
2
delete_all not resetting auto incement in database
Hey
I''m writing a simple admin interface thats reading user data (skills)
from a comma separated file.
To clear the database before inserting new skills, I use
Skill.delete_all
Then I insert the new values I read from a file. Everything goes well
up to the point where I see that auto-generated ID''s are not starting
from 1. They start off at 840 (responding to the number of