Displaying 8 results from an estimated 8 matches for "macournoyer".
2008 Feb 11
1
unable to delete epoll event: Bad file
I know this error has been reported before, but a couple ppl have
reported getting this randomly when running Thin and it crashed the
server:
terminate called after throwing an instance of ''std::runtime_error''
what(): unable to delete epoll event: Bad file descriptor
I think it''s fixed on trunk now so I''m telling people that have this
issue to checkout
2007 Dec 18
5
include vs extend
Can any one give simple definition for include and extend since iam
stumbled over the examples in the net
--
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
2010 Aug 04
7
Rails is slow to load
Hi,
I was just wondering if this was normal or not.
I was running ruby 1.8.7 with rails 3 - rc. (Currently trying 1.9.2-
rc2 but the same problem)
It takes rails a while to load. (a while as in 10-15 seconds)
It will take a while before I can use the console , or before running
a test or starting up the server.
This doesn''t seem normal to me when I watch some screencasts.
If this is
2010 Sep 15
19
Rails 3 with Mongrel possible?
After much fiddling and googling, it seems to me that Mongrel, even the
1.2.0pre2 release is not compatible with Rails 3 -- is that true?
When I start up a new Rails 3 project (i.e. one fresh after a
`rails new` command), mongrel appears to start (creates a pid file, and
reports no errors on the CLI), but the app does not load in the browser
and I find this in the mongrel.log
2009 Mar 12
7
Is Mongrel dead?
Is Mongrel dead? When I look at http://mongrel.rubyforge.org/wiki/News
the latest news was from close to a year ago, when last version of
Mongrel was released. A look at the tickets shows a rather sad picture
with only two developers “evanweaver” and “luislavena” contributing to
the bug fixes lately.
Please understand that I am not complaining – I just want to know the
situation so that I can
2008 Jan 14
29
Ebb Web Server
Hello Mongrel Users,
I''m writing a web server called Ebb. It''s written in C, makes use of
the Mongrel HTTP parser, and uses libev its event loop. The goal is to
be small, fast, and language independent server that can host web
frameworks. I have written a small Ruby binding which provides a Rack
handler - this will allow Ebb to host Rails, Merb, and other Ruby
frameworks. In the
2007 Jun 20
0
Painless Guide to installing RMagick on Mac OS Tiger
Hey all,
I''ve been struggling with RMagick installation each time I setup a new
computer and never found a tutorial that just worked. So I put one up,
and tested on freshly installed Mac OS Tiger.
http://digg.com/software/A_Simple_Guide_to_Installing_RMagick_for_Ruby_on_Rails_on_Mac_OS_X
I hope this saves you some time!
--
Posted via http://www.ruby-forum.com/.
2008 Oct 06
1
[LLVMdev] Calling LLVM API from within an llvm::Module
Hi,
I'm looking into LLVM to build a self-hosting compiler. I'm trying to
understand how to call LLVM from within a compiled LLVM Module (if
that's possible).
As a first step I was just trying to compile some code that uses LLVM
to LLVM bytecode, but can't get it to work.
$ cat test.cpp
#include <llvm/Module.h>
int main (int argc, char const *argv[]) {
llvm::Module