Displaying 20 results from an estimated 1000 matches similar to: "Bus error when running Hieraki"
2006 Feb 01
5
Apache 2.2 don''t work with fastcgi
I''m trying to install mod_fastcgi for my rails app.
I use Apache 2.2 and FastCGI 2.4.2 in windows xp.
I have modified the httpd.conf adding LoadModule fastcgi_module
modules/mod_fastcgi.dll (with mod_fastcgi.dll and mod_fastcgi.so in the
modules directory).
Whe i try to start Apache i have this error
----------------------------
apache: Syntax error on line 122 of
2005 Aug 10
6
Hieraki + FCGI + Problem
Hi,
I''ve downloaded the latest stabil Hieraki. I have ruby 1.8.2 (2004-12-25)
[i686-linux], the latest rails (and gems, too), Apache/1.3.33 (Unix) and
mod_fastcgi/mod_fastcgi-SNAP-0404142202. I''m successfully running Typo
(from SVN) as a FastCGI application.
Hieraki works well with "script/server", and works well as a .cgi (just
very slow). My problem is, that
2005 Dec 22
3
Is Hieraki included with Rails 1.0?
The Hieraki website says that it version 2.0 will be included with Rails 1.0.
Is that true?
--
Best Regards,
-Larry
"Work, work, work...there is no satisfactory alternative."
--- E.Taft Benson
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Mar 08
3
Chapter Numbering in Hieraki
I''m using Hieraki to do some documentation for RubyGems. So far I''m
lovin'' it.
But I have a question. I currently have three books on the site. It
seems that the chapter numbers continue from one book to the next. For
example, the first book has 7 chapters (numbered 1-7). The second book
has three chapters, but they are numbered (8-10) rather than the (1-3) I
2006 Apr 21
5
installing hieraki help
Ahoy,
I tried to install hieraki and it was a big mess.
1) upload_progress module needed to be installed
2) no test/development server configured in the config file so i had to
add those
3) no log directory, had to add that
4) had to install 2 gems (ok fine)
5) once the server started, go to homepage and
" NameError in Wiki/pageController#index
uninitialized constant Node
RAILS_ROOT:
2006 Jan 01
7
[ ANN ] Hieraki2
Happy new year! Hieraki 2.0.0 is released.
You can download Hieraki2 from rubyforge.org as tgz or zip
(http://rubyforge.org/projects/hieraki).
Hieraki2 has a new wiki engine that ships with more than a dozen new
features:
* everything-is-a-wiki-page (TM)
* all pages are under version control
* access control list
* stay in full control of the tree structure by cut and pasting
2006 Mar 06
7
Set base url?
I have an application running on a Lighttpd instance which is proxied by an
Apache server. It seems to work fine but my urls are incorrect: all urls
reference / which is not where my application runs at the Apache server.
How do I set the base url of a Rails application?
My Apache has the following proxy rules:
ProxyPass /hieraki http://localhost:3001
ProxyPassReverse /hieraki
2006 Jan 30
0
who are hieraki authors for manuals.rubyonrails.org
Hi all,
Does anybody know anybody who is a hieraki author for
manuals.rubyonrails.org?
I''ve been waiting for my account to be approved for several months now.
I''d really like to contribute to the online manuals, which seem to be
lacking in various places, e.g. functional testing for action mailers etc.
Or is there some special mechanism for becoming an author that I am not
2005 Dec 29
2
Problem with apache and rubyonrails
I am setting up my httpd.conf file so I can secure a site create in
RubyonRails. The problem that I am having is:
File does not exist:
/usr/home/mhale/hieraki-1.0.2/public/frontpage/index
File does not exist:
/usr/home/mhale/hieraki-1.0.2/public/frontpage/index
File does not exist:
/usr/home/mhale/hieraki-1.0.2/public/frontpage/index
So apache is reading "frontpage/index" as a
2006 Apr 04
6
Replaced Rails Package with HiveLogic Install - problems
Hi,
I''ve got a strange problem. I had initially installed Rails using Tony
Arnold''s package:
<http://www.tonyarnold.com/articles/category/rails>
and that worked fine. (on OS X, obviously). I then decided to
reinstall using the instructions on the HiveLogic page, to get Ruby
1.8.4:
<http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger>
That
2005 Mar 07
3
Tons of shiny new stuff
Ok despite this crazy flu which got me last week i was able to get
some coding done.
Here goes:
== Hieraki
Hieraki got plenty of improvements next to the rails 0.10 update. The
biggest new features are proper yaml, html and readme export. But
there are also plenty of new code improvements like the switch to my
favorite postback style for all controllers. Hieraki traditionally
serves as a demo
2006 Feb 22
2
loggin of sql statements
Is there a way to have rails log the sql statement that it runs. It
would be much easier for me to debug my code if I could actually see the
sql that active record is using.
Charlie
recentrambles.com -> use Time not DateTime
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 May 02
2
Uninstalling RUBYGEMS
Hi,
does anyone know how to uninstall rubygem?
I installed and it had the notorious hanging problem that no one seems
to have an answer to.
So I am going to attempt to install Rails without gems.
Could someone point me in the right direction if you would not answer
me? =)
Regards,
Edmund
--
Posted via http://www.ruby-forum.com/.
2006 Jul 03
5
FPDF set FONT_PATH
hi all,
im using ruby FPDF to generate my pdf. the problem im facing now is i
need to use some new font that is not included in basic fpdf font. then
i have generated the font using the makefont.rb. but then i dont know
how to define the font_path in ruby. the font work great in PHP-FPDF. Is
anybody there had solved the problem im facing now.
** sorry for my english ...
--
Posted via
2005 Nov 22
4
multiple rails apps on one lighttpd
Good evening (or afternoon or whatever it is where you are),
Before I start setting it all up, I have a question about lighttpd and
multiple rails apps. From what I have read, it is at the minute only
possible to do multiple rails apps using subdomains:
typo.mysite.com
hieraki.mysite.com
rforum.mysite.com
etc, etc
and not currently possible to do this:
mysite.com/typo
mysite.com/rforums
2007 Oct 05
5
PostgreSQL, templates, and test databases
Hi everyone.
I''m having a bit of a problem with an application I''m currently
developing with Rails 1.2.3 and PostgreSQL, attempting to use test-first
development. Here''s the scenario:
* I have the usual three databases, with migrations. Testing has been
working beautifully.
* I need to store geographic data, so I add PostGIS to all three
databases (along with
2005 Mar 09
1
Re: Tons of shiny new stuff (Tobias Luetke)
Tobias, I would have left a comment on your blog, a thanks really, except
that the comment submit form is throwing an error. So, thanks for the cool
tools, especially the login generator. After deleting the old generator the
new one worked and passed all tests in a snap. Like Tim Lucas said, the
Hieraki code base is a wonderful resource for someone learning Rails. Much
appreciated.
2006 Feb 21
10
segfault after page view
I realize this is slightly off-topic, but I''m stumped and I hope someone
else has had the same problem.
When running a rails app using webrick (script/server), I can load any
given page which involves a controller once, and any subsequent page
loads trigger a "Segmentation fault" without any other info.
This problem is very new, and has only started occurring since I last
2005 May 25
2
URLS and Human Factors
This post addresses URLs generated by Ruby on Rails from a human
factors point of view.
Allow me to use Hieraki as an example. Hieraki is a great
application. It was one of my first introductions to the power of
Ruby on Rails.
Scenario: When I navigated to Chapter 1 of a book the URL in my
address bar was http://www.library.com/read/chapter/6. This
inconsistancy ("Am I on Chapter 1 or
2006 Jan 04
4
Problems with Hieraki 2
hi,
I''ve already set up hieraki2 (database.yml: configured,
schema.mysql.sql: imported). I noticed that there is no user (table
"users" is empty) and I can''t login. So what should I do to use
hieraki2? :) The title is "Root | Demo" - Why "demo"?
I tried to create account called "root" using "signup" form.
I''ve got