search for: matheson

Displaying 18 results from an estimated 18 matches for "matheson".

Did you mean: mathieson
2002 Sep 03
1
Spool files not deleted when "printing = cups"
...ed patch, to delete the file at the end of cups_job_submit(). print_cups.c.dist is as distributed in samba-2.2.5.tar.gz . A cleaner (more generic) alternative might be to add a configuration option applicable to all printing types which does the deletion, eg remove printfile = yes -- James M.R.Matheson Head of Computer Systems Group, E-mail: jmrm@eng.cam.ac.uk University Engineering Dept, Phone: +44-1223-332756/332711 Trumpington Street, Fax: +44-1223-332662 Cambridge CB2 1PZ, WWW: http://www.eng.cam.ac.uk/~jmrm/ England. -------------...
2006 Jul 26
1
Organization Question
...for the view (how many entries per page, sort order, etc.). Right now I''ve just been sticking all that code in my ''members'' controller... Is that right? Or should I make a seperate Settings controller? Maybe stick it in the application controller? Thanks, Cameron Matheson -- Posted via http://www.ruby-forum.com/.
2007 Jan 04
6
after_update attributes problem
...ea is that before the transaction is updated i subtract the amount of the transaction back from the account, and then add the new amount back on. It looks like @amount is still the old value during the after_update callback though. is that correct? how can i access the new value? Thanks, Cameron Matheson --~--~---------~--~----~------------~-------~--~----~ 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 unsubscribe from this group, send...
2006 Mar 25
4
the textilize method
I saw the guy in the 15 min blog video calling a method called textilize however when i call it rails says it cant find this method. Is this somehting extra i have to install to ruby... like a gem or somehting -- Posted via http://www.ruby-forum.com/.
2006 Mar 25
67
Your Ruby IDE
Just a poll here i am looking for a good IDE for rails and wondering what you guys use? features i like in an ide code highlites auto code complete file browser Currently i am using dreamwever but the code highliting is really bad its also a pain to set up other doucment types such as .yml data config. -- Posted via http://www.ruby-forum.com/.
2006 Oct 23
3
passing parameter to action
i have a table of data in my application. i would like to be able to sort the data in the table by clicking on the column header. the way i was thinking i want to do this is just by making a ''sort'' action, and then calling the sort action from each link in the table header (passing the respective column name). it doesn''t seem to be possible to pass parameters to an
2013 Feb 08
5
[Bug 60516] New: nouveau driver graphics corrupted in 3.7 kernel for nvidia FX5200 [NV34] hardware
....freedesktop.org Summary: nouveau driver graphics corrupted in 3.7 kernel for nvidia FX5200 [NV34] hardware QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: lee_matheson at hotmail.com Hardware: x86 (IA32) Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg The 3.7 kernel nouveau driver provides a corrupted display when booting to a PC with an older nvidia FX5200 graphic card. This was test...
2011 Jul 25
7
[Bug 39530] New: Also after installing Obermayrs drm-nouveau driver booting succeeds only with nomodeset
https://bugs.freedesktop.org/show_bug.cgi?id=39530 Summary: Also after installing Obermayrs drm-nouveau driver booting succeeds only with nomodeset Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component:
2006 Mar 26
7
MVC Design
Hello I have been using LAMP for the last 6 years and i am now finally making the choice to move over to RoR. This MVC stuff is all very new to me. As i have no trouble understanding ruby code... or any code for that matter.. my challange comes in getting my head around the MVC stuff. Is there any demos articles that you guys have seen that takes a site or a business breif and explains where
2006 Mar 25
0
Re: Rails Digest, Vol 18, Issue 654
...webfactory.com.ar/awebfactory/published/RadRailsTutorials. It does show the installation process as well. Or else get the standalone if you don''t need other tools in Eclipse. Victor Kane, http://awebfactory.com.ar Message: 2 > Date: Sat, 25 Mar 2006 13:25:31 +0100 > From: Stewart Matheson <smathe2@hotmail.com> > Subject: [Rails] Your Ruby IDE > To: rails@lists.rubyonrails.org > Message-ID: <6670a1d9b32e498c060208de9f78911f@ruby-forum.com> > Content-Type: text/plain; charset=utf-8 > > Just a poll here i am looking for a good IDE for rails and wondering &...
2006 Jun 25
1
UPS quotes via shipping gem
greetings, has anyone had luck with the UPS portion of the shipping gem? i get nil''s returned for price, wondering what i''m missing. to avoid all confusion i included the account/login in the instantiation (sub with real values). @ups = Shipping::UPS.new :ups_account => ''7B4F74E3075AEEFF'', :ups_user => ''username'', :ups_password
2005 Nov 16
0
winbind -t fails to check secret
...NIMFMNET] OS=[Unix] Server=[Samba 3.0.20] Server Comment --------- ------- NIMFM Samba Server 3.0.20 Workgroup Master --------- ------- NIMFMNET NIMFM -- Regards Greg Matheson Systems Admin NWT Pty Ltd
2012 Dec 13
11
[Bug 58261] New: [NV34] Display all whited out
https://bugs.freedesktop.org/show_bug.cgi?id=58261 Priority: medium Bug ID: 58261 Assignee: nouveau at lists.freedesktop.org Summary: [NV34] Display all whited out QA Contact: xorg-team at lists.x.org Severity: critical Classification: Unclassified OS: Linux (All) Reporter: alex.buell at munted.eu
2006 Mar 25
1
Re: Rails Digest, Vol 18, Issue 656
...ell. Or else get the standalone > if > > you don''t need other tools in Eclipse. > > > > Victor Kane, > > http://awebfactory.com.ar > > > > > > > > Message: 2 > > > Date: Sat, 25 Mar 2006 13:25:31 +0100 > > > From: Stewart Matheson <smathe2@hotmail.com> > > > Subject: [Rails] Your Ruby IDE > > > To: rails@lists.rubyonrails.org > > > Message-ID: <6670a1d9b32e498c060208de9f78911f@ruby-forum.com> > > > Content-Type: text/plain; charset=utf-8 > > > > > > Just a pol...
2006 Mar 25
4
Trouble Running my new controller
I''ve got Apache2, MySql5 installed on fc5, and I got RoR installed and set-up the database.yml file with correct username/password, etc -- but RoR keeps complaining that it keeps losing connection; [code] Mysql::Error: Lost connection to MySQL server during query: SELECT COUNT(*) FROM categories [/code] What is wrong? Why does it lose connection to MySQL server? -- Posted via
2009 Feb 22
1
running console commands in rails
Hey, how can i run console commands form my rails app. I have tried using backticks. eg result = `svn checkout <url> <path>` They work fine when i run the sciprt from the command line with ruby something.rb but when the same script is run form my rails app nothing happens. It seems the commands are ignored. Does anyone know a different way of doing this with out backticks or a
2009 Jul 13
1
Running a single fixture.
Hello. I need to run a single fixture on my server as part of an update to my application. I noticed that the other tables lost their data when I run "rake db:fixtures:load". How do I make it so that only a single fixture runs and ignores the rest?
2006 Aug 24
3
handling file uploads
hey guys, the way i''m handling file uploads is no good, but i''m not sure what the best way to go about it is. right now my approach is to use FileUtils.mv to move the uploaded file to the directory i want it in. this approach doesn''t work well because sometimes the uploaded file is just an IO object instead of a temporary file (apparently small files aren''t