Displaying 20 results from an estimated 400 matches similar to: "InstantRails Apache SSL configuration on Windows"
2006 May 15
2
Error creating controllers in InstantRails-1.3a
Hi,
I was able to successfully Install InstantRails-1.3a and run cookbook throgh
Apache and WEBrick , however when I try to create my own app. cookbook2
following tutorial ( http://instantrails.rubyforge.org/tutorial/index.html)
, it gives me below error whle creating MyTest controller
Cannot find gem for Rails =1.1.2:
Install the missing gem with ''gem install -v=1.1.2
2006 Mar 31
2
AAARGH! Need some fresh eyes to look at this pls
I just switched my rails app over to production mode, couldn''t get it
working, switched it back to development mode, and now nothing gets
outputted in the browser. I''m sure I''ve missed something in the configs.
Setup: Lighttpd/SCGI on WinXP, Rails 1.0.
Environment.rb:
ENV[''RAILS_ENV''] ||= ''development''
require
2006 Feb 05
2
SCGI
Hi please help,
Id like to get SCGI working with rails. having gone through the
instruction its seems straight forward enough, but for one slight snag.
mod_scgi.so the one I downloaded seems to be for DOS. no problem, I just
download the source and comile it for Solaris, oh oh for some reason it
doesn''t compile. So I decided to search the web for a binarie version
for Solaris 10
2005 Oct 17
12
SCGI Rails Runner 0.4.1 (getting closer)
Hi All,
Alright, this release is getting closer. It''s nearly complete except
the docs on my site aren''t written yet. There is however a full README
with RDoc documentation and several packages including a gem release.
Please check out the latest release at:
* Announcement:
http://www.zedshaw.com/
* README and RDoc:
2006 Feb 23
5
Help with SCGI please :(
Hi,
While learning Ruby and Rails, I decided I just as well learn Linux
along the way... It''s been fun, but I''m stuck at one of those
exasperating moments... I hope someone can help me :)
I installed Ruby 1.8.4 on Fedora Core 4, then Rails, then lighty, and
then SCGI.
I used yum to install lighty... and it already comes with mod_scgi.
I created my first application in
2007 May 05
4
Rails Installation Fails - InstantRails 1.3a
I downloaded InstantRails 1.3a, and unzipped it to c:\InstantRails
I then ran
gem install rails --include-dependencies
in the Ruby Console Window
A lot of it worked, but I saw these errors (with a bit of surrounding
output)
Installing RDoc documentation for activerecord-1.15.3...
Installing RDoc documentation for actionpack-1.13.3...
lib/action_controller/routing.rb:1061:30:
2006 Mar 21
0
mod_scgi build problems on FreeBSD
Hello,
is anybody using mod_scgi on FreeBSD? I can''t build it from the port. Anybody
else having build problems?
Greetings
Michael Kastner
2006 Jun 14
5
InstantRails Lost connection to MySQL server
Hiall,
I just tried out InstantRails version 1.3a. After a virgin install and
filling the fresh mysql db with my app schema, I tried runningthe app
with webrick, only to see the infamous "Lost connection to mysql
server" for every action. What is it that I''m doing wrong? I also have
mysql 5 installed on my machine, but the service is stopped while
experimenting with
2006 Jul 21
8
Ruby on Rails Impossible Windows
Hello,
Ruby on Rails still, as I think, very poor with MS Windows. I make the
comparison as a PHP user.
In some minutes, I have got Apache running PHP easily. In Ruby On Rails,
there is no such breeze. I expect in the future, Ruby on Rails is going
to offer something like php4apache.dll to make life easier.
As I think, There are three things made PHP popular:
1st, The ease of installation
2nd,
2007 Feb 14
0
Instantrails and tiddlywiki
Hi all,
I''m trying to setup instantrails to serve a tiddlywiki web page. This
web page has the ability to upload the edited file back to the server
and overwrite the original. This requires a ruby .cgi script to be run
and this is where the problem lies. I cannot get the ruby script to run
although the page is served fine. I was using easyphp before and this
was working fine but
2007 Jan 05
1
InstantRails with Ruby One-Click Installer?
Hi. I would like to hear how/what other users are installing for
development and reference support. I currently have both InstantRails
and the Ruby One-click Installer installed. I don''t like telling
co-workers to install both (the OCI has lots of nice documentation
useful to Rails developers). Also, the Ruby OCI helps when needing to
run Ruby scripts outside of the InstantRails
2024 Jun 07
1
clarifying and adjusting the C API for R
Thanks for working on this Luke! We appreciate your efforts to make it
easier to tell what's in the exported API and we're very happy to work with
you on any changes needed to tidyverse/r-lib packages.
Hadley
On Thu, Jun 6, 2024 at 9:47?AM luke-tierney--- via R-devel <
r-devel at r-project.org> wrote:
> This is an update on some current work on the C API for use in R
>
2024 Jun 09
1
clarifying and adjusting the C API for R
Thanks so much for your wonderful work, Luke!
I didn't expect such a clarification to happen this soon. This is really
great.
For convenience, I created a quick web page to search the result of
tools:::funAPI().
https://yutannihilation.github.io/R-fun-API/
Hope this helps those who are too lazy to install R-devel to check.
Best,
Yutani
2024?6?6?(?) 23:47 luke-tierney--- via R-devel
2024 Jun 07
1
clarifying and adjusting the C API for R
Thanks for sharing this overview of an interesting and much-needed project.
You mention that R exports about 1500 symbols (on platforms supporting
visibility) but this subject isn't mentioned explicitly again in your note,
so I'm wondering how things tie together. Un-exported symbols cannot be
part of the API - how would people use them in this case? In a perfect
world the set of
2024 Jun 07
1
[External] Re: clarifying and adjusting the C API for R
On Fri, 7 Jun 2024, Steven Dirkse wrote:
> You don't often get email from sdirkse at gams.com. Learn why this is important
> Thanks for sharing this overview of an interesting and much-needed project.
> You mention that R exports about 1500 symbols (on platforms supporting
> visibility) but this subject isn't mentioned explicitly again in your note,
> so I'm wondering
2024 Jun 06
4
clarifying and adjusting the C API for R
This is an update on some current work on the C API for use in R
extensions.
The internal R implementation makes use of tens of thousands of C
entry points. On Linux and Windows, which support visibility
restrictions, most of these are visible only within the R executble or
shared library. About 1500 are not hidden and are visible to
dynamically loaded shared libraries, such as ones in packages,
2024 Jun 08
1
[External] Re: clarifying and adjusting the C API for R
Would it be reasonable to move the non-API stuff that cannot be hidden
into header files inside a "details" directory (or some other specific
naming scheme)?
That's what I use when I need to separate a public API from an internal API.
On Fri, Jun 7, 2024 at 7:30?AM luke-tierney--- via R-devel
<r-devel at r-project.org> wrote:
>
> On Fri, 7 Jun 2024, Steven Dirkse
2006 Feb 01
1
Bus error when running Hieraki
I have been trying to set up Hieraki 2.0.1 and I cannot seem to
get it running. I am running on FreeBSD 5.4, Ruby 1.8.4,
Apache 2.0.55, Mysql 4.1.16, ruby-mysql 2.7, mod_scgi 1.9,
scgi_rails 4.3 and Rails 1.0. I can start up the wiki, get
it to display the home page, and when I click on the signup link
the signup form displays. When I fill in the signup form and
click the signup button, the
2011 May 07
0
Modified dovecot_deleted_to_trash-0.3.ebuild plugin
I have just upgraded my gentoo system to dovecot 2.0.11. The ebuild
on http://wiki2.dovecot.org/Plugins/deleted-to-trash does not compile.
I have modified this to a working version - see below.
# cat dovecot_deleted_to_trash-0.3.ebuild
EAPI="2"
DESCRIPTION="Deleted to trash IMAP plugin for Dovecot"
HOMEPAGE="http://wiki2.dovecot.org/Plugins/deleted-to-trash"
2010 Jan 22
2
readline/termcap problems compiling Samba 3.5.0rc1 on CentOS 5.4 64-bit
Hi all
When I try to compile 3.5.0rc1 on CentOS 5.4, I get the seemingly well know
problem below
Linking bin/smbclient
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetnum'
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetent'