Displaying 20 results from an estimated 4000 matches similar to: "Yet another ''how to sell Rails'' (performance related) question -"
2008 Sep 10
3
Compromised
My wife's office server was compromised today. It appears
they ssh'ed in through account pcguest which was set up for
Samba. (I don't remember setting up that account, but maybe I
did.) At any rate, I found a bazillion "ftp_scanner" processes
running. A killall finished them off quickly, I nuked the
pcguest account, and switched ssh to a different port (which
I normally do
2002 Sep 16
3
Access from one box but denied from the other
I have samba setup and serving properly to one of my Win2K boxes, I can access shares and create/delete/move files from one of my Win2K hosts but not the others. I went through a bazillion steps debugging to get the first Win2k box connecting so its hard to say what it is that the other boxes (or the samba server) isn't doing.
When trying to connect from one of the other Win2K boxes (through
2008 Jan 11
2
guide to good mocking?
Hi all - does anyone know of a good blog post or wiki or something
with a good guide to mocking? I''ve got some degree of responsibility
for people who are creating mocks. I''m supposed to actually be telling
them the best way to do it.
In some cases we have code with like a bazillion mock(:x) statements
and it''s kind of out of control. I have an idea how the specs should
2019 Jul 03
2
Container setup?
On 7/3/19 8:21 AM, Sven Schwedas via samba wrote:
> Though I'm not sure if docker is the right tool for the job; samba as a
> fat daemon running a bazillion subprocesses orchestrated by a persistent
> database that's very sensitive to instances leaving and joining the
> domain seems the antithesis to docker's philosophy.
>
Docker would be a terrible choice for this;
2008 Mar 09
1
Anyone installed the amazon downloader on 5.1?
Just tried to install the Amazon-downloader on Centos 5.1 (the Fedora 8
version, which seems the closest match of any they offer).
Of course it gets a bazillion unfulfilled dependencies. so I tried
"yum localinstall ./a*m" and it trundles along for a while finding several
of the packages available then spews out this:
Error: Missing Dependency: libboost_date_time.so.3 is needed by
2006 Apr 12
11
validate_presence_of not working for me
Hi all,
I just begun with RoR and going through the Agile development w Rails
depot example ATM. I did everything according to the book (i believe),
and after 3 hours of googling, reading docs, making sure i did
everything correctly i can not make the validate_presence_of() to work -
at least not as it looks in the book. My Product model looks like:
class Product < ActiveRecord::Base
2006 May 12
21
Drupal vs. Ruby on Rails
Hello all,
Maybe the $subj is a little bit weird (i.e. apples vs oranges) but it is
a situation i am facing at the moment: We are developing a small web
site which will be mostly a CMS (more or less) and my colleagues is
arguing for drupal, and i am for RoR.
Maybe i can formulate the question in a different way: when to use a CMS
(not necessarily drupal but e.g. Radiant CMS) and when to use Ruby
2023 Feb 16
1
[PATCH 17/17] drm/cirrus: Use VGA macro constants to unblank
Hi
Am 16.02.23 um 13:52 schrieb Ville Syrj?l?:
> On Thu, Feb 16, 2023 at 01:03:02PM +0100, Thomas Zimmermann wrote:
>> Hi,
>>
>> thanks for taking a look at the patches.
>>
>> Am 16.02.23 um 12:33 schrieb Gerd Hoffmann:
>>> On Wed, Feb 15, 2023 at 05:15:17PM +0100, Thomas Zimmermann wrote:
>>>> Set the VGA bit for unblanking with macro
2004 Sep 10
2
FLAC++ SeekableStream write_callback not being called?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I am trying to create a FLAC plugin for the K3b CD burning program. To do this
I have subclassed the FLAC::Decoder::SeekableStream class. I can obtain the
vorbiscomment data using set_metadata_respond, process_until_end_of_metadata
and the metadata_callback, however I cannot decode the audio data. It seems
to me as though the write_callback
2006 May 12
2
synchronize blog with Ruby on Rails site?
Hello all,
I have the following problem:
*) I have a WordPress blog at site x
*) I have a Ruby on Rails site, y
*) I want to accomplish the following thing: If i post a blog entry into
my wordpress blog at x, (in category z), i want it to appear
automaticaly at y (in a blog which is... let''s say just a Ruby on Rails
something, or alternatively Typo or maybe WP)
Suggestions to tackle
2006 May 15
3
Page hit counter?
Hello all,
Yet another "don''t reinvent the wheel" n00b question:
Is there an ''official'' page hit counter plugin/code snippet/whatever? I
would need something like this:
- It is possibility to set a constant timespan (say 5 hours).
- On every page hit, save away @request.remote_ip and Time.new
- The counter gets incremented only if the same IP was here
2006 May 21
3
Where to put partials called from the application layout
Hello,
My main application layout, app/views/layout/application.rhtml looks
like this:
something
render partial_1
something else
render partial_2
something else
render partial_3
The partials are not really doing anything, i use them to keep the
layout modular (i.e . to have ~30 lines instead of 200). Now, the
question is where to put _partial_1.rhtml, _partial_2.rhtml,
_partial_3.rhtml.
If i am
2017 Mar 29
2
sound problems... config?
On 03/28/2017 11:40 PM, Alice Wonder wrote:
> On 03/28/2017 05:53 PM, ken wrote:
>> The www has failed me with this, so I'm trying you guys. Sound worked
>> great out of the box when I installed 7.2... Yay! I could watch all
>> kinds of videos, like on facebook and youtube. And I could listen to
>> most podcasts too. But then something happened. It was either a
2006 May 22
2
How to execute time consuming code
Hello all,
I have a screen scraping application (go to a lots of sites, extract 10k
stuff, integrate the results, put them to DB etc). Now i want to use a
Rails application as a frontend to this: The user can push a button
which triggers the screen scraping app and view the results (preferably
asynchronously, but that does not really matter right now).
Questions:
- Should the screen scraping app
2006 Apr 28
5
Migrations - use them or not?
Hello,
As a rails newbie, i have stumbled upon some tutorials promoting
migratons. I have thought, wow, cool and started using them right away.
However, now that i am reading the RoR list on a daily basis, i have
seen also mails ranging from ''migrations are not always the best'' to
''migrations are evil'' and even ''i would not use migrations even
2006 Nov 01
1
repeating symbols and colors
Here?s an easy one. Well, easy for those more clever than I am.
I am plotting several groups and use symbols 15:25, pch <- 15:25
Sometimes, however, I need more than those and would like to have them
recycled automatically so that pch[12] = pch[1]. Perhaps I can use %% or
kludge up a multi-line, multi-if solution, but hope that a kind helper can
suggest something more elegant.
I am also
2018 Jun 21
1
libR.so error to install R-3.5.0 in Ubuntu 18.04
Thanks Dirk!
I wrongly thought the R-3.5.0 Binary was NOT default R for Ubuntu 18.04 as
some of my R packages requires updated R version.
Anyway, with your suggestion all went well like charm. Thank you very much!
Back to the problem, actually I saw different versions of libicu* such as:
/home/yifang/anaconda3/lib/libicudata.so.58
2006 Aug 23
12
mod_ruby and rails
Can rails run under apache and mod_ruby? How?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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 email to
2006 Jan 14
4
Rails URLs always try to open non-existent files
The lighttpd config file is set up like this...
Rails url: //host/controller/method/id
Lighttpd tries to open the file ''controller/method/id'' from the document root.
Of course this doesn''t work and generates an error 404
This gets caught with: server.error-handler-404 = "/dispatch.fcgi"
Which turns the request into "/dispatch.fcgi"
That gets caught
2011 Feb 20
3
[LLVMdev] LLVM and Windows?
Hi,
This may be a daft question, but I have just begun taking a serious look
at LLVM for a project that I am working on. Knowing myself pretty well,
the probability that I ever complete the project is infinitesimal. I am
saying this so you don't jump up out of your chair, yelling "HOORAY!"
because I am considering to use LLVM. Think of me as an academic
student with too much