search for: browse_frm

Displaying 20 results from an estimated 44 matches for "browse_frm".

2006 Feb 11
6
models and validation problem
In my model, I am attempting to correct some bad data rather than just pass an error message back to the user. The problem is that my fix seems to get the data past validation but it then puts the bad data into the database rather than the new(and improved) data. If I pass in web_site with the value of ''www.test.com'', it will pass validation but it won''t add
2005 Nov 19
2
ntlm_auth and PEAP machine authentication
At http://groups.google.de/group/mailing.unix.samba/browse_frm/thread/3806dd92303380d1/10f21511e488d8d0?lnk=st&q=ntlm_auth++%22machine+authentication%22&rnum=1&hl=de#10f21511e488d8d0 the question is discussed, whether ntlm_auth can be used for machine authentication against a Win2003/AD. and the conclusion seems to be, that it is not really clear:...
2006 Jan 03
2
help me understand association attributes
I have a model with a belongs_to association. The first model is called Thing and the associated model is User. I''m attempting to assign the user to the thing. To accomplish this I used a before_save method, like this: class Thing < ActiveRecord::Base belongs_to :created_by, :class_name => "User", :foreign_key => "created_by_user_id" def before_create
2006 Jan 06
1
Forced group inherit with object move
...p ownership of the parent directory where the object is *moved* to. By default, the group ownership doesn't change during move to another directory, it does happen if the object is copied. Same problem which is described here: http://tinyurl.com/cpqf5 http://groups.google.com/group/linux.samba/browse_frm/thread/42f455b30df62243 Is there any way to overcome this? Kind of "forced group inherit = yes" setting? Regards, Timo
2005 May 16
1
htaccess authentication asks for MySQL table test.user_info
...s like if apache would make a MySQL query to find the user I specified, but in fact I expected apache to look into the /etc/httpd/conf/myfile.htaccess for that, and not in MySQL. Another person had the same problem lately. Here is the post: http://groups.google.ch/group/alt.apache.configuration/browse_frm/thread/9e72a6f834fa38e0/1309ed14100875ee?tvc=1&q=%22MySQL+ERROR:+Table+%27test.user_info%27+doesn%27t+exist%22&hl=fr#1309ed14100875ee Does anybody have an idea of what happens there ? Thanks for any help provided. Daniel
2007 Nov 13
4
Public folder simple question
Hi to all, I''ve a simple question: does it possible to change the public folder address based on database value into application controller ? This because I must handle a multidomain rails application and I must separate the public folders for each different domain... Thanks in advance... -- Gianluca Tessarolo TreNetMediaMaster S.r.l. The Internet Technology Company Telefono
2007 Jan 08
8
word wrap ?
Hi, I have long lines of text stored in a DB without line breaks. Now I need to present it in fixed width with word wrap. I tried everything css (word-wrap: break-word;), the rails actionview helper (word_wrap), specifying width of the div etc. But nothing works. The reason I''m asking the question here because to me word_wrap was created to solve this exact problem but it is failing to
2007 Aug 02
3
wxSocket..... or wxRubySocket....
Hey Alex, I was looking into figuring out a way to create a truely Asynchronis Socket type for Ruby, and thought I''d go down to the bare minimal implementation of it, to start creating a socket, and then I got to thinking. Looking at the wxWidgets C/C++ Code, it doesn''t do much different then what I''m doing, only in Ruby, so I thought maybe, as a way to avoid
2005 Dec 23
10
Extending model
Hi, I''m looking for a way to extend one of my models to allow some level of abstraction between what goes into it and how it is stored. For example, say I have a Product and I want to set it''s price. A person using the website will type the price in euros. Internally, I''d like to store the price as an integer value of cents. I can currently do this with some ugly code
2005 Dec 29
1
Forward reference in Sweave
Dear Rweavers, When generating reports with Sweave, I would like to quote some results in the abstract (Something like "The treatment effect is 10 mbar, see page 100). Currently, I used verbatimwrite and friends to write to multiple files to be included, but I wonder is there is a more elegant method for such accumulated forward references in one file similar to toc creation. Sorry if
2010 Jan 27
1
ggplot2 theme for custom point colors?
1. Is it possible to set the point colors in a ggplot2 theme? For example, to default to these colors: scale_colour_manual(value = c("red", "orange", "yellow", "green", "blue") 2. Is it possible to set this theme in .Rprofile, similar to: my.lattice.colors = function () { .......etc.....} options(lattice.theme=".mw.lattice.colors") --
2008 Jul 24
1
OT: backup media options
Greetings. Sorry for the OT, but I'm looking for some advice regarding archiving. I've always been a tape archive believer, but with SATA drives becoming more reliable and much larger, I'm wondering if it is time to change my opinion. What are the benefits/pitfalls to begin archiving to "enterprise" level SATA drives? Is it possible to use Amanda or Bacula to archive
2005 Jul 25
0
Cluster Locking
...nvironment, I have two computers running Fedora Core 4 attached directly to a SCSI disk array formatted with GFS. I have symlinked /etc/samba, /var/log/samba and /var/cache/samba to the GFS filesystem. According to the post by Gerald (Jerry) Carter at http://groups-beta.google.com/group/linux.samba/browse_frm/thread/e6aa38dcce2ce5e3/ca0a5ce2496059c4?lnk=st&q=%22can+we+export+cluster+file+system%22&rnum=1#ca0a5ce2496059c4 , this is the way to get two clustered systems to share locking information. However, when I connect to one of the servers and open a file, the other server is not aware that th...
2006 Jan 21
1
Machine account with object class sambaSAMAccount required?
Hi! I have a problem connecting WinXP clients to my samba3/ldap domain (see my earlier post). I'm using the idealx scripts and they do create a machine account, even if i try to add the machine from WinXP itself. Now I noticed the machine account created by this script has object classes top, inetOrgPerson and posixAccount, but NOT sambaSAMAccount. Is this correct? I thought they should be
2006 Feb 03
0
Samba 3.0.21 with ADS authentication on Solaris
...mba 3.04 to 3.0.21 to resolve some ADS authentication problem that happens after each Windows security patch and also stay current. I could not find a straight forward procedure to compile and configure samba except this link which I guess is not complete: http://groups.google.com/group/linux.samba/browse_frm/thread/e2829f9c647be5d7/ddfa8dfe7e3afbe7?q=active+directory&rnum=3#ddfa8dfe7e3afbe7 With the above procedure, some see the share with "net view \\server" and some get access denied error. Wbinfo -t/-u/g return error.. My question is if anyone knows of a written procedure to follow and...
2005 Dec 05
0
R-devel Digest, Vol 34, Issue 5
...2pdf*' > have the option -dSAFER on by default, which disables the renamefile and > deletefile operators, and it somehow prevents finding the fonts. (the > bug > does not appear if I do not use the external fonts.) > > > http://groups.google.com/group/comp.lang.postscript/browse_frm/thread/3613c16aec64a9ed/a7c40582a0b5be1b?lnk=st&q=ivowel&rnum=1&hl=en#a7c40582a0b5be1b > > regards, > > /iaw > > [[alternative HTML version deleted]] > [[alternative HTML version deleted]]
2007 Oct 15
2
how to get all index information on Acts_As_Ferret
how to get all index information on Acts_As_Ferret, like @index=User.find(:all) on rails. I looked around ActsAsFerret::ClassMethods, and didn''t find it..please help me! Thanks! --~--~---------~--~----~------------~-------~--~----~ 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
2005 Jul 14
0
htaccess authentication asks for MySQL table test.user_info
...9;s like if apache would make a MySQL query to find the user I specified, but in fact I expected apache to look into the /etc/httpd/conf/myfile.htaccess for that, and not in MySQL. Another person had the same problem lately. Here is the post: http://groups.google.ch/group/alt.apache.configuration/browse_frm/thread/9e72a6f834fa38e0/1309ed14100875ee?tvc=1&q=%22MySQL+ERROR:+Table+%27test.user_info%27+doesn%27t+exist%22&hl=fr#1309ed14100875ee Does anybody have an idea of what happens there ? Thanks for any help provided. Daniel _______________________________________________ CentOS mailing li...
2005 Oct 25
1
winbind or netsamlogon_cache.tdb issue
...restart winbind, everything seems to be ok. Do you have a idea of what could have generated this situation ? By the way, in my context could it be a solution to clear from time to time the netsamlogon_cache.tdb file (i've seen in a previous post http://groups.google.fr/group/linux.samba/tree/browse_frm/thread/43aea39f2f999fc7/7cd4c058dd74836f?rnum=1&hl=fr&q=netsamlogon_cache.tdb+&_done=%2Fgroup%2Flinux.samba%2Fbrowse_frm%2Fthread%2F43aea39f2f999fc7%2F7cd4c058dd74836f%3Ftvc%3D1%26q%3Dnetsamlogon_cache.tdb+%26hl%3Dfr%26#doc_103cdda4881a95a7 that removing this file could be a temporary...
2010 Mar 22
7
How to reference a select_tag within a form
Hi All, Inside my app\views\expenses\new.html.erb file, I had the code: <% form_for(@expense) do |f| %> [snip] <p> <%= f.label :vendor %><br /> <%= f.text_field :vendor %> <br /> <div id="vendor_droplist> <%= select_tag "test", options_for_select(@current_vendors.collect { |v| v.nickname }), {:multiple