similar to: Can I get a copy of manuals.rubyonrails.com sorce

Displaying 20 results from an estimated 2000 matches similar to: "Can I get a copy of manuals.rubyonrails.com sorce"

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
2007 Apr 14
0
http://rubyonrails.com/docs spring clean up ?
At the bottom there are two broken links under OS Repos "Hieraki and RForum". Don''t know if anyone cares or not... -- -mike --~--~---------~--~----~------------~-------~--~----~ 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
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 Jan 06
4
routing decision based on sorce port
Hello Routing Gurus ;-) I''d like to know if it''s possible to make a routing decision for pakets originating from a specific port of the local machine without using ipfilter/iptables to mark the pakets. I read about the tc filter stuff but that seems only to be able to sort the pakets to a different queue on the same interface and not choose a different interface for example. Is
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
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
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
2009 Jan 08
3
Ashlee Vance's article on R in the New York Times
Ashlee Vance's article on R in the New York Times. This is typical of the New York Times. Because they get to coast on the prestige and reputation of their brand , they have a history of just this sort of journalistic sloppiness. Whether it's the author or the editor at fault doesn't really matter, they do this screw-up all the time. Look, if you write an article on the first page 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
2002 Feb 27
0
Re: ANY HOPE GETTING RESPONSE TO QUESTIONS? - samba3.0alpha15 - solar is 8
First, don't shout when you set the subject. It just looks like spam. >* Why does testparm complain about can't find include file? > Can't find include file Something tells me that you have an include line in your conf file in the form of include = /usr/local/samba/lib/smb.conf.%m which it tries to include, for every machine that accesses your server, and of course fails,
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
2007 Feb 16
0
http://manuals.rubyonrails.com/ down
Hi All, http://manuals.rubyonrails.com/ is down right now.. actually it''s just gone from not-responding to 503. Is anyone aware of this? Thanks.. I need some docs ;-) Keith --~--~---------~--~----~------------~-------~--~----~ 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
2007 Nov 03
0
http://manuals.rubyonrails.com didn't working?
I can''t access http://manuals.rubyonrails.com and it gives me 404 error. Someone knows what''s going on? Thanks -- Davi Vidal -- E-mail: davividal-UiHwsRqXctc1RhZgQKG/ig@public.gmane.org MSN : davividal-uAjRD0nVeow@public.gmane.org GTalk : davividal-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Skype : davi vidal ICQ : 138815296
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 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
2006 Mar 13
0
Hieraki2 status quiestion and postgres schema
Hi, I am trying to figure out the status of Hieraki project. It seems that the software in use in manuals.rubyonrails.com is old and the new(er) version is quite different. Is this correct? I am somehow confused because in seems that the project wiki/track is under "spam attack" ( http:// www.hieraki.org/trac/timeline ). Also it seems that there is only mysql schema for the
2006 Feb 07
7
What happens to manuals.rubyonrails.com?
Hi guys, does anyone know what happened to the manuals site? I have not been able to connect to http://manuals.rubyonrails.com for two days (I started reading all about RoR yesterday and finished most of the tutorials i could gather, and really enjoyed playing with the rails). TIA! -xiheng -- Posted with http://DevLists.com. Sign up and save your time!
2009 Feb 17
0
Article on R and SAS in NY Times Blog
http://bits.blogs.nytimes.com/2009/02/16/sas-warms-to-open-source-one-letter-at-a-time/ SAS Warms to Open-Source One Letter at a TimeBy ASHLEE VANCE<http://bits.blogs.nytimes.com/author/ashlee-vance/> The SAS Institute has borrowed a page from Sesame Street. It is now sponsoring the letter 'R.' Last month, I wrote an
2008 May 24
2
Macintosh Transperancy (PR#11511)
Full_Name: Brad Vance Version: 2.7.0 OS: 10.5.2 Submission from: (NULL) (71.123.195.202) Problem : When drawing transperant points with lines thick-lines(lwd>1) + fill (pch=21-25), it looks like the line is transperantly overlayed over the fill, making it look like 2-lines surround the fill (each a different color). I actually think that this is a nice OPTIONAL way to draw the points (even