Displaying 20 results from an estimated 2000 matches similar to: "Bug #24051"
2006 Jan 05
3
What is SwitchTower?
What is SwitchTower?
SteveT
Steve Litt
Author:
* Universal Troubleshooting Process courseware
* Troubleshooting Techniques of the Successful Technologist
* Rapid Learning: Secret Weapon of the Successful Technologist
Webmaster
* Troubleshooters.Com
* http://www.troubleshooters.com
2006 Jan 06
3
Where to place a global function
Hi all,
I have a little function called format_price(price) that simply formats the
argument as a dollar sign, dollar amount, dot and penny amount. Then, in
a .rhtml file, I could do this:
<%= format_price(item.unit_price * item.quantity) %>
But where do I put the format_price() function definition? The app couldn''t
find it in app/controllers/application.rb. Where do I put it
2006 Jan 09
6
What is AJAX?
What is AJAX?
SteveT
Steve Litt
Author:
* Universal Troubleshooting Process courseware
* Troubleshooting Techniques of the Successful Technologist
* Rapid Learning: Secret Weapon of the Successful Technologist
Webmaster
* Troubleshooters.Com
* http://www.troubleshooters.com
2006 Sep 29
1
[Fwd: Re: Samba print problem (everything looks right)]
This problem has been driving me crazy for a week.
Fedora Core 4, Cups 1.2.1 Samba 3.0.23a Thanks in advance.
--
Curtis Maurand
Senior Network & Systems Engineer
BlueTarp Financial, Inc.
443 Congress St. 6th Floor
Portland, ME 04101
207.797.5900 x233 (office)
207.797.3833 (fax)
mailto:cmaurand@bluetarp.com
http://www.bluetarp.com
-- To unsubscribe from this list go to the following URL and
2005 Dec 28
2
Rails didn''t install correctly
Hi all,
Apparently rails didn''t install correctly on my Mandrake 10.0 system.
=================================
[slitt@mydesk work]$ rails demo
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:204:in `report_activate_error'':
Could not find RubyGem rails (> 0) (Gem::LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:141:in `activate''
from
2006 Jan 01
0
An Orlando Ruby/Ruby_on_rails user group is forming
Hi all,
Anyone in Central Florida wanting a Ruby and Ruby_on_rails user group, please
contact Gregg Pollack (his email address is listed at
http://www.rubygarden.org/ruby?Orlando), or if you can''t reach him, simply
reply to this message and I''ll forward it to him.
Thanks
SteveT
Steve Litt
Author:
* Universal Troubleshooting Process courseware
* Troubleshooting
2006 Jan 13
0
Fwd: [OT] Quick XHTML job
Hi,
I have two ten-page websites that I need produced quickly. I can pay
a reasonable rate; this isn''t an attempt to lowball--the priority is
speed and quality. I have all of the Photoshop files you will need to
understand the work you will be producing.
More parameters:
- Both websites should have identical html, but different stylesheets.
(like CSS Zen Garden)
- Both websites should
2007 Aug 31
0
Job openings at Boeing for data mining and machine learning
Boeing's Mathematics and Computing Technology (M&CT) organization,
located in Bellevue Washington USA, invites applications for applied
research positions in data mining and machine learning. We offer an
exciting opportunity to be a part of a diverse research group that
touches all parts of the Boeing company, from aircraft to spacecraft,
communications systems and worldwide customers. We
2006 Jan 07
11
Beware of Mozilla + Rails
Hi all,
In re-doing the very first Hello World in the Agile Rails WEb Dev book, I
continuously got blank pages, no matter what URL I put in, except when I put
http://localhost:3000/
After eliminating everything else, I switched from Mozilla to Konqueror, and
the symptom went away. I tried clearing cache on Mozilla, but that didn''t
bring it back. I copied and pasted the URL from
2006 Jan 04
10
Is Webrick good enough?
Hi all,
On the rails list I''ve seen that it''s hard to integrate Rails with Apache
(especially apache2), that it''s hard to change the default port (3000), and
that Apache runs Rails stuff slowly.
Is it reasonable to run Rails stuff on Webrick while simultaneously running
other stuff on Apache? How does one simultaneously run two rails applications
on Webrick, when
2006 Feb 04
5
file_column + form_remote_tag
For my weekend project, I''m going to get form_remote_tag and
file_column playing happily together. According to my research, no
one has done this yet. If you happen to have tried this, and have
some workable code, send me an email. I''d rather not duplicate the
effort.
Thanks!
--
Kyle Maxwell
Chief Technologist
E Factor Media // FN Interactive
kyle@efactormedia.com
2002 Aug 26
6
ACL support?
Is it still true that in order for a Linux hosted Samba server to have NT ACL
support, the Linux box must have an ACL aware file system such as XFS or
Andreas Gruenbacher's kernel patch ("POSIX ACL")? I read this in chapter 4 of
"Teach Yourself Samba in 24 Hours". In the time since that book was written,
has an easier method been developed, or has a
2006 Jan 19
3
-517611318:Fixnum ... WTF?
I''m getting occasional errors that look like:
Some method called for -517611318:Fixnum
The method is constantly changing, and this error happens on ~5% of
the page loads on my Mac Tiger development box. It''s happening on
Ruby 1.8.2, and 1.8.4 compiled from source. I haven''t seen it on my
Linux production boxes. I was wondering if anyone had seen this
before?
--
2006 May 18
5
[OT] Best Blog + Wiki opinions?
Hello all,
I''m looking for suggestions for integrated Blog + Wiki (Bliki) apps. I''d
prefer Rails, I want to hear opinions on all options!
I''ve browsed through W:Bliki <http://en.wikipedia.org/wiki/Bliki>. Nothing
in that list is immediately compelling.
This is for my wife, who is not a technologist, and has a need to create a
information-centric website.
2005 Jun 29
5
Dual-ISP Masq
I know this is a FAQ and that it''s been discussed much before, I''m just
looking for a few key things.
I need to setup our gateway so that traffic FROM a range of IPs is sent
out, masqueraded, via a new cable connection.
I''m running 2.6.9.
Am I going to require any of the CONNMARK patches or other patches from
http://www.ssi.bg/~ja/#routes? I''m really not sure
2006 Feb 07
4
RailsCron 0.2.2, please update
I updated RailsCron to fix some threading issues with ActiveRecord.
Please update if you were on 0.2.1. Also, I am still working on a
good unit test strategy (its tricky because I would think that the
tests must occur over a lot of time), but haven''t had/made time to
give it its due. If you have suggestions, please let me know.
--
Kyle Maxwell
Chief Technologist
E Factor Media // FN
2006 Aug 05
1
TLS support for ActionMailer!
This plugin lets you send mail through SMTP servers (like gmail) that
require a secure connection. All you have to do is install the plugin
via the standard methods, and set the following line somewhere useful
(like environment.rb):
ActionMailer::Base.server_settings[:tls] = true
Plugin URL:
http://svn.kylemaxwell.com/action_mailer_optional_tls/
--
Kyle Maxwell
Chief Technologist
E Factor
2004 Sep 10
1
Segfaults on K7
--- Asheesh Laroia <PaulProteus@technologist.com> wrote:
> I'm running your debian packages on a K7 currently. They seem to be
> working fine, including the xmms-flac package. I seem to be
> experiencing
> the same flac decoding problems
> (state=6:FLAC__FILE_DECODER_STREAM_ERROR)
> as Pritpaul Mahal, however. I'll see if I can reproduce these. It
> could
2009 Mar 13
1
Rd \usage clause for an S4 replace method
Given S4 methods [ and [<-, how do I write the Rd-file usage clause for
the latter one?
What I have now is:
\S4method{[}{TimeSeries,TimeDate,missing}(x, i, j, ..., drop)
\S4method{[<-}{TimeSeries,TimeDate,missing,ANY}(x, i, j, ..., value)
which results in the following output:
## S4 method for signature 'TimeSeries, TimeDate, missing':
x[i, j, ..., drop]
2011 Nov 08
1
Rename a directory in R
Hi,
I want to be able to rename a folder using R, similar to file.rename. I want to paste " - done" onto the folder name. The reason for this is we run a loop on a large number of folders on a server and it would be nice for people to be able to log in and instantly see if their data has been processed so they can remove it.
I have searched the help list but have not found anything and