Displaying 20 results from an estimated 51 matches for "jonsmirl".
2004 Oct 16
1
0.184 -- gcc: warning: `-x c' after last input file has no effect
What do I need to do to fix this?
[jonsmirl@smirl klibc-0.184]$ make
make[1]: Entering directory `/home/dri/klibc-0.184/klibc'
gcc -Wp,-MT,syscalls.nrs,-MD,./.syscalls.nrs.d -mregparm=3 -DREGPARM=3
-march=i386 -Os -g -falign-functions=0 -falign-jumps=0 -falign-loops=0
-nostdinc -iwithprefix include -D__KLIBC__ -DBITSIZE=32
-I../include/...
2006 Jan 31
2
New free IBM DB2 with few restrictions
...system setup and with no restrictions on
database size or any other artificial restrictions.
Business partners may choose to register for free redistribution of
DB2 Express-C with their products and applications.
http://www-306.ibm.com/software/data/db2/udb/db2express/download.html
--
Jon Smirl
jonsmirl@gmail.com
2006 Jan 23
9
Web Hosting Options?
Can someone recommend a good web host for ROR?
--
Posted via http://www.ruby-forum.com/.
2004 Feb 07
1
double define of __BIT_TYPES_DEFINED__
...bitsize/stdint.h:8: error: redefinition of `int8_t'
/klibc/linux/include/linux/types.h:109: error: `int8_t' previously declared here
The copy in stdint.h is not protected by:
#ifndef __BIT_TYPES_DEFINED__
#define __BIT_TYPES_DEFINED__
#endif /* !(__BIT_TYPES_DEFINED__) */
=====
Jon Smirl
jonsmirl@yahoo.com
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
2004 Oct 16
1
181 and current Linus
...fstype.o(.text+0xd7): In function `romfs_image':
/home/dri/klibc-0.181/utils/fstype.c:99: undefined reference to
`cpu_to_be32'
fstype.o(.text+0xe5):/home/dri/klibc-0.181/utils/fstype.c:99: undefined
reference to `cpu_to_be32'
make: *** [static/fstype] Error 1
rm dd.o fstype.o chroot.o
[jonsmirl@smirl utils]$
[jonsmirl@smirl ash]$ make
sh mknodes.sh nodetypes nodes.c.pat .
sh mkinit.sh arith.c arith_lex.c builtins.c cd.c echo.c error.c eval.c
exec.c expand.c input.c jobs.c main.c memalloc.c miscbltin.c mystring.c
nodes.c options.c parser.c redir.c show.c syntax.c trap.c output.c
var.c tes...
2006 Jan 19
10
Where to place uploaded files for later download?
Hi there,
I am working in a RoR application which allows certain users
to upload files. Currently I store these files
in a directory called "files". This directory is located in
the RoR application directory:
rails/rails_application/files
So users don''t have access to them.
Now I want users to be able to download some of these files
(they will search based on some
2006 Jan 12
2
ActionController#send_file
...ndfile() is extremely fast and
very CPU efficient, far faster than what can be done in user space.
Does Windows support a sendfile() equivalent call? I haven''t been
working with ruby long enough to know how it handles things like this
on a per platform basis, how is it done?
--
Jon Smirl
jonsmirl@gmail.com
2004 Oct 19
1
times.h and building ash
I get this with current linus bk now and klibc 187
[jonsmirl@smirl ash]$ make
sh mknodes.sh nodetypes nodes.c.pat .
gcc -Wp,-MD,.cd.d -mregparm=3 -DREGPARM=3 -march=i386 -Os -g
-falign-functions=0 -falign-jumps=0 -falign-loops=0 -nostdinc
-iwithprefix include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/i386
-I../include/bits32 -I../include -I../linux/include...
2006 Jan 17
2
file_column plugin and instance variables
...lly looks for the instance
version of the variable.
def url_for_file_column(object, method, subdir=nil)
case object
when String, Symbol
object = instance_variable_get("@#{object.to_s}")
end
Is this normal or is there some way to fix this in file_column?
--
Jon Smirl
jonsmirl@gmail.com
2006 Jan 14
12
Dedicated Host Recommendations?
I currently have a dedicated server at ev1servers, but
it''s getting rather antiquated (Redhat 9) and am
looking to upgrade. I''m thinking about serverbeach.com
- one of their CentOS servers. Anybody have any
recommendations for dedicated servers on which to run
Rails? Hopefully less than $200/month.
Thanks!
CSN
__________________________________________________
Do You Yahoo!?
2006 Jan 15
7
Dreaded Internal 500 Error on DreamHost.
Hey guys,
I often get this problem the first time I try to deploy a rails app
on dreamhost and I''m not sure what the cause is. Basically, I have
an app that''s running fine on my local machine. I''ve uploaded the
app, configured and migrated to the latest version of the db, and set
all of the necessary directories to 755. But when I run dispatch.rb
in ssh or
2006 Jul 19
11
Hosting a Ruby App From Home - Approach?
Hi,
Any advice/comments on the potential for hosting some personal Ruby
applications from home? (i.e. for learning, sharing with friends etc)
Would the basic concept be:
* Need to buy a static IP address from you ISP
* By a domain name and point it to the static IP address
* Run Apache as the front end web server
- Q: What basic lockdown/security steps should one take?
* Perform a PORT
2006 Jan 13
4
FastCGI processes sometimes ''hang''
I am running a RoR application on Apache 1.3/RedHat 7.3/MySQL 3.1.23
(Old versions I know, but upgrading to latest versions are not practical
for a number of reasons). There are 5 RoR FastCGI processes configured
using FastCgiServer.
What I am finding is that, after a while, some of the FastCGI processes
seem to ''hang''. They no longer process requests, and the only way to
2006 Jan 14
4
Rails URLs always try to open non-existent files
...pp" =>
to route all URLs starting with ''app'' into Rails.
Other than letting you use ''//host/controller/method/id'' instead of
''//host/app/controller/method/id'' is there some other advantage to
trying to open the file first?
--
Jon Smirl
jonsmirl@gmail.com
2006 Jan 23
6
Code coverage tools in Ruby?
Can anyone help me find a code coverage tool in ruby?
What I want is: given a set of tests that I run, what lines of my code
and what routines are covered. And also a list of uncovered routines
and tests.
I couldn''t find an open source one out there...
--
www.kenlet.com
2006 Jan 31
19
Best Practices: Escaping text on input or output?
In web applications that have user generated content, it is clearly
necessary to provide some ability to ''escape'' user generated text to
avoid SQL injection, XSS, and other nasty attacks. The existing dogma
on this point seems to favor escaping text as it comes out of the
database, rather than doing it on the way in.
I''m not sure that I understand the logic behind
2006 May 17
20
X86_emulate to be moved into qemu...
> Hmmm... wouldn''t it be nice if we didn''t have a bespoke,
> buggy & incomplete emulator for hvm mmio. ;-)
In the process of solving this one, I''ve got to (another) of the
blocking points...
At the moment, we translate the virtual address from the guest in the
page-fault-handler to guest physical address via the gva_to_gpa()
function in svm.c/vmx.c:
2006 Jan 31
13
Acts_as_authenticated
Hello
I have been trying a number of security/login generators recently. My
favourite so far is the Acts_as_authenticated. I like the fact that it
is only billed as a starting point and doesn''t try to do everything.
I would like to add security roles to it, so that some of my controller
actions can only be used by an admin role. Has anybody implemented this
using
2006 Feb 04
2
Dynamic Rails
Has anyone out there ever created a Rails application to create new
Rails applications (with or without a database/persistent storage)??
Basically I am thinking of a Rails application that could create and
then edit the files associated with a new Rails application and possibly
provide the ability to edit controllers, views, etc. Is there anything
out there for doing this?
-Mark
2006 Feb 05
1
[OT] How to get a deal for INTL speakers?
This is pretty far off topic, but seeing as though it directly affects the
upcoming Canada on Rails (http://canadaonrails.com) conference in April, I
figure it kind of applies to Rails :)
I need to find the best place to get discount tickets for the international
speakers coming from Europe, and figure you guys would know where the best
places are to get deals.
I have checked klm.com, and