search for: griggs

Displaying 15 results from an estimated 15 matches for "griggs".

Did you mean: briggs
2007 Feb 09
7
Upload image without rmagic
I need a way to upload an image and display it without using any of the plugins that use rmagic. I have used the plugins (file_column, fleximage) which both use rmagic and gave me problems (never got fleximage to work) Thanks in advance - K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2020 Jun 11
2
Patches for OpenVMS && Samba4
...n't see any DCL scripts or a large number of #defines or #includes that would indicate to me that this has been, at some point, ported to VMS. Can someone set me straight? Where is this code or is it already in some branch of the VCS ? Thanks in advance to all. Thanks, Swift -- Swift Griggs <sgriggs at parsec.com> Senior Consultant The PARSEC Group PARSEC Group is proud to be recognized through both the Colorado Department of Higher Education and the U.S. Department of Veterans Affairs as an authorized training organization and is now accepting GI Bill funding. Follow @PAR...
2006 Nov 30
5
Populate table from another table
I want to populate one table in a DB from another table so that the user does not need to enter the same information twice. I have a registration table that is populated when a user creates an account. Later I have a form that uses a different table, but contains most of the same info as the registration table. I would like that table to be prepopulated by the registration table before the user
2020 Jun 12
0
Patches for OpenVMS && Samba4
On Thu, 2020-06-11 at 17:02 -0600, Swift Griggs via samba wrote: > Refer to this: > https://legacyos.org/vsi-introduces-new-samba-release/ > > I noticed that VSI, the new owners of VMS, have created a package > for > Samba4 under OpenVMS. I also notice the samba-vms list appears to be > abandoned (for years). So, I apolo...
2007 Jul 06
0
Early results of this UniSpacer-synovial ablation combination appear quite promising.
...simply shows its head in more areas of our lives than we normally think to look. it's with us everyday, pulsing and flowing. Her lateral compartment was normal. This book will be extremely useful to anyone contemplating total knee replacement. by The KNEEguru Acupuncture for knees by Dr Miriam Griggs The MRI Lie: A Matter of Economics by Dr. Powered by ExpressionEngine. Millett PJ, Warren RF, Wickiewicz TL. women and men seem to fare equally well and gender does not seem to be a real issue. In my own clinical practice I have had many positive responses in patients with knee pain of many differe...
2007 Jul 06
0
Early results of this UniSpacer-synovial ablation combination appear quite promising.
...simply shows its head in more areas of our lives than we normally think to look. it's with us everyday, pulsing and flowing. Her lateral compartment was normal. This book will be extremely useful to anyone contemplating total knee replacement. by The KNEEguru Acupuncture for knees by Dr Miriam Griggs The MRI Lie: A Matter of Economics by Dr. Powered by ExpressionEngine. Millett PJ, Warren RF, Wickiewicz TL. women and men seem to fare equally well and gender does not seem to be a real issue. In my own clinical practice I have had many positive responses in patients with knee pain of many differe...
2020 Jun 15
2
Samba performance for small files
Hello, I'm testing the performance of Samba share when a windows client copy a directory that contains many small files (8-18KB). From the windows client during the transfer the speed goes up and down to 0KB/sec, so it's not stable. I have run the same test on a Windows server share (on the same hardware as the Samba share) and the transfer speed is stable, about 404KB/sec which is
2020 Jun 12
1
Patches for OpenVMS && Samba4
On Fri, 12 Jun 2020, Andrew Bartlett via samba wrote: > I can't find any evidence in the source code for new patches to have > Samba build on VMS Okay, well, at least I didn't just overlook something. > it certainly wasn't something we actively targeted when we moved from > autoconf to WAF with Samba 4.1. I'd be shocked if you did. Python 3.x isn't available on
2007 May 24
3
Help with Create and Update with options_for_select in a select_tag
I have a select_tag in my view that uses options_for_select with multiple = true. I am having trouble figuring out the Rails way to create and update that field. Please help. Models: ------------- Service has_many AccessControl AccessControl belongs_to Service application.rb ------------------------- $types = Array["Athens", "htpasswd", "IP", "None",
2007 Jan 31
6
Using hash.keys - why doesn't it display in order created
I am using .keys on a hash to create an array that is than displayed in a view with .each - why does it not display the keys in the order added to the hash? I would like to controll how the array is displayed - I want the checkboxes to display like I added them to the hash, but it doesn''t - I can''t figure out how it is displayed, when I change the order of the hash it
2020 Jun 15
0
Samba performance for small files
On Mon, 15 Jun 2020, Andrea Cucciarre' via samba wrote: > I have run the same test on a Windows server share (on the same hardware as > the Samba share) and the transfer speed is stable, about 404KB/sec which is > three time quicker then the overage speed in the Samba share. Are you doing it on the same hardware, same drive, same everything? Even if you are, keep in mind that one
2006 Mar 15
0
winbind and schannel errors
Hello All, I am having two problems. I am running Samba on Solaris 10 as a member server to a NT 4.0 domain with a PC NetLink 2.0 PDC. The first problem: Running Samba 3.0.10 I am able to get the server to join the domain just fine with authentication and acls working correctly but if the shares aren't accessed for a little while winbind seems to halt and I have to start and stop
2007 Jan 22
2
Group Moderator - Ban member Eminaeem
This person posts spam on 135 different goggle groups (per it''s profile.) Why can''t the list ban this user? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2007 May 24
1
How do I show the selected values in options_for_select? Not as simple as it sounds.
How do I show the selected values in options_for_select? I have a Service model and a AccessControl model. When a user edits a Service I want the services access_controls to be pre-selected. Models: Service has_many AccessControls AccessControl belongs_to Service application.rb: $types = Array["Athens", "htpasswd", "IP", "None", "Other",
2007 Jul 19
1
Storing order of sortable objects in RoR
I have two sortable lists that you can drag and drop to and from. Each object in the lists have a position field in the object''s table. I want to be able to update the position in the database automagically once a user has sorted the list. I can drag and drop just fine but I am not able to store the new positions in the database. I am trying to use Ajax.request in the onUpdate callback