search for: norri

Displaying 20 results from an estimated 114 matches for "norri".

Did you mean: norris
2006 Oct 31
12
Moving page_cache_directory
Howdy. I''m working on a RoR CMS and need cached pages to all be in public/cache rather than public [in order to set svn:ignore on all the files properly]. I can get page_cache_directory set correctly and the pages are cached in the right place but Mongrel isn''t serving them because it''s only looking for them in public. During development I know I can set -r public/cache
2009 Sep 28
2
Regression line w/ residuals - tuning the plot
...(y vs. x), a (linear) regression line through them, and on the second graph underneath the first one I would want to plot residuals vs. x. I came up with two solutions, unfortunately neither of them is fully satisfactory. First I tried with what I later learned is called traditional graphics (file norris.R). Here, the white space margins around the plots are too wide, meaning that the data in the plot are crammed. Probably I would be quite happy if I could somehow define a rectangular plotting area with its height being ~150% of its width, but I cannot prevent R from offering me a square plotting...
2006 Feb 13
2
Do I need separate file for each model
Hi, I have some models in a file named genel. When I try to use one of the classes in my controller rails raises an error telling classname.rb is not forund even the file is required already. require "genel" require "hesaplar" class HesaplarController < ApplicationController def yeni_firma @emlak_firmasi = EmlakFirmasi.new @sehirler = Sehir.find_all end
2003 Jun 19
5
Setting up 3.0 to authenticate to AD
...rfectly well as well. Unfortunately, I cannot seem to connect to the linux machine from a Windows machine. I keep getting a "The username could not be found" error and in the smb.log for that machine I get: [2003/06/19 08:57:29, 1] smbd/sesssetup.c:reply_spnego_kerberos(221) Username bnorris is invalid on this system So it is like it isn't using AD for the usernames. Does anyone have an idea what setting I might have missed in the setup? Brent Norris Assistant DTC, Edmonson County Schools Cell: 270.246.0152
2006 Feb 15
3
RailsTidy: validates your HTML
...for the ruby tidy bindings author, can he send it to me ? The rubyforge adress seems to not be valid anymore. -- Damien MERENNE <dam@cosinux.org> http://www.cosinux.org/blogs/dam/ Scientists have estimated that the energy given off during the Big Bang is roughly equal to 1CNRhK (Chuck Norris Roundhouse Kick)
2008 Mar 07
3
newbie question dovecot and ldap
...LAIN service=IMAP secured lip=169.236.129.236 rip=169.236.128.182 Mar 7 11:10:26 malaga dovecot: auth(default): client out: CONT 1 Mar 7 11:10:26 malaga dovecot: auth(default): client in: CONT 1 AGpub3JyaXMAQSR0cjAxZGtpbGxlcg== Mar 7 11:10:28 malaga dovecot: auth(default): pam(jnorris,169.236.128.182): pam_authenticate() failed: Authentication failure Mar 7 11:10:28 malaga dovecot: auth(default): passwd(jnorris,169.236.128.182): password mismatch Mar 7 11:10:28 malaga dovecot: auth(default): ldap(jnorris,169.236.128.182): pass search: base=ou=People,dc=ucmerced,dc=edu sco...
2012 Oct 04
1
Coda, HPDinterval and multiple chains
...(or below) a given value, for instance, the proportion of the distribution of beta[1] greater than zero? Again, in doing so, is it possible to combine the results of the four chains into a single estimate? Kind regards, and many thanks in advance for any advice anyone can offer me. Paul Dr Paul Norris Lecturer in Social Policy University of Edinburgh -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
2008 Mar 10
3
question about dovecot imap outlook clients
...s up, the user clicks yes and connection fails. Questions: Do I have to get an ssl certificate to make it work? ( cost ouch!) Is there a way around this using my own self-signed certificates? Is there a cheaper ssl certificate service? thanks -- Cell: 209.201.3410 Desk: 209.228.4576 email: jnorris at ucmerced.edu #Joseph Norris (Linux/Apache/Mysql/Perl - what else is there?) print @c=map chr $_+100,(6,17,15,16,-68,-3,10,11, 16,4,1, 14,-68,12,1,14,8, -68,4,-3,-1,7,1,14,-68, -26,11,15,1,12, 4,-68,-22,11,14,14,5,15,-90);
2006 Feb 13
1
master and slave issue.
hi all. i have a model called "Comment": #--------------------------------------------------------- class Comment < ActiveRecord::Base def read ... end def write ... end end #--------------------------------------------------------- i want "read" connect to slave server and "write" connect to master server any ideas? all regards. -- Posted via
2003 Jun 20
1
src rpm?
Is their a source rpm for the 3.0beta1 rpm? I would like to recompile it for ACL support, but I cannot seem to find one. Any links? Brent Norris Assistant DTC, Edmonson County Schools Cell: 270.246.0152
2008 Mar 08
2
dovecot and ldap config - getting no password in reply
I almost go this liked but then I get the following: Mar 7 18:09:43 malaga dovecot: auth(default): ldap(jnorris,76.20.83.98): pass search: base=ou=People,dc=ucmerced,dc=edu scope=subtree filter=(&(uid=jnorris)) fields=uid,userPassword Mar 7 18:09:43 malaga dovecot: auth(default): ldap(jnorris,76.20.83.98): result: uid(user)=jnorris Mar 7 18:09:43 malaga dovecot: auth(default): ldap(jnorris,76.20.8...
2007 Feb 27
14
Stop browser from "form filling" fields.
Hi all, I have a user login form which the browser keeps populating because of its form fill feature. So when anyone goes to log in it shows the previous login''s username and password. How can I stop the browser from populating a text field? Thanks in advance. Cheers, Diego --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2007 Jan 06
6
Exception notifier not working
I installed the exception notifier via: /script/plugin install -x exception_notification It resides in the vendor/exception_notification directory (as advertised). I''ve configured environment.rb with the following: ExceptionNotifier.exception_recipients = %w(blakemiller-uBzjpPW2m0pBDgjK7y7TUQ@public.gmane.org) ExceptionNotifier.sender_address = %("Application Error"
2007 Feb 16
13
negate the regexp in validates_format_of
Railsters: ActiveRecord''s validation system puts other database systems to shame. However, the newbies might not know how to write a regexp that excludes a match, instead of tests for it. Understand - I''m just asking this question to help them. I have been using Regexps since ''grep'' on Xenix! But the newbies here might not know how to do this:
2007 Mar 29
4
validates_length_of not working with :if ?
Hello, I''m trying to cut down the errors if the guy already getting the empty nickname, so he doesn''t get anything about the nickname is short. validates_presence_of :nickname This below is not working ? validates_length_of :nickname, :within => 4..40, :if => Proc.new { |user| user.nickname.length > 1 } nor this one below? validates_length_of :nickname, :within
2007 Oct 19
11
Patch idea for rspec_on_rails
I recently wrote a matcher for testing AR associations which allows you to specify things like: Foo.should have_many(:bars).through(:bazes) I''m pretty darned proud of it and a couple of people have suggested that I should submit it to the rspec_on_rails project. Before I go to the trouble of writing out rdoc and fully spec''ing it, I just wanted to make sure this was
2006 Oct 09
4
error message on the redirected page
def edit @product = Product.find(params[:id]) end def update @product = Product.find(params[:id]) if @product.update_attributes(params[:product]) flash[:notice] = ''Product was successfully updated.'' redirect_to :action => ''show'', :id => @product else render :action => ''edit'' end end when errors happen, to avoid
2012 Jun 28
3
loop through and modify multiple data frames
Hi Newbie question: I have a set of data frames that I want to do the same calculations on each. I've found out that I can put them in a list and loop through the list to do the calculation, but not put the results back into each data.frame.. For example three data frames cats, dogs, birds where >cats name eats_kg 1 bob 3 2 garfield 4 3 chuck 6 and dogs and birds are similar but not
2008 Aug 31
9
assigning collection values and exceptions
hi everyone, I''ve this code in my Report model: has_many :report_reasons, :validate => true has_many :reasons, :through => :report_reasons #, :uniq => true # :accessible => true def reason_attributes=(reason_attributes) reasons.clear reason_attributes.uniq.each do |reason| reasons << Reason.find_or_create_by_content(reason) end end
2006 Nov 09
4
mysql.sock error message
Hey guys, I was playing around with the command "rake db_schema_dump" and kept getting this error "no such file or directory - /tmp/mysql.sock". I tried looking around to find this mysql.sock file; but no luck so far. Question: What is mysql.sock file? (how does it get created and how does it get used) I installed a MySQL DB and could not find this file. Could someone help