search for: rforum

Displaying 20 results from an estimated 63 matches for "rforum".

Did you mean: forum
2005 Dec 22
11
rforum engine
Here''s a question for those well-versed in rforum or engines -- or both, ideally :) I''ve spent some time today turning RForum into an engine, using rails 1.0, engines trunk, and rforum 0.1 (as rforum trunk didn''t appear to work out of the box). My rforum engine works, but only when I do two things that I found by trial and error...
2005 Dec 31
0
RForum 0.2
RForum is a forum software with mailing list connectivity based on the Rails web application framework. What''s new? =========== This version features many improvements over the first release: * Mailing list interface * New stylesheets * Skins * Ferret search engine * Quote level coloring...
2006 Jan 18
23
RForum Software Sucks?
(Donning flameproof suit) Am I the only person who thinks that the Ruby forum software sucks? E.g. search only for a word. Can''t search for new posts, can''t search by date, topic list doesn''t indicate when I''ve already read a post, there can be several independent replies to a topic, just to name a few. There are lots (admittedly not Ruby based) of good
2006 Mar 24
0
rforum at China on Rails
Hi, this is a rforum site at China on Rails, Welcome : http://rforum.chinaonrails.com/ -- Best Regards, Caiwangqin http://www.uuzone.com Mobile: +8613951787088 Tel: +86025-84818086 ext 233 Fax: +86025-84814993 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.o...
2005 Dec 20
1
Model method_missing error (rforum)
I''m attempting to get rforum working. I pulled it from the subversion repository. Everything works fine until I attempt to make a post. I get the following error. c:/apps/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/base.rb:1498:in `method_missing'' #{RAILS_ROOT}/app/controllers/topic_controlle...
2006 Jun 26
13
Why no forum app in rails yet?
Hi Guys, So creating a forums application seems like something that rails can handle easily and well, and whatever implementation that came to fruition would be head and shoulders above existing products like vBulliten and phpBB. Even the existing rails forums are using php-based forum products! An insult if you ask me. So my question -- is there any current development of a rails-based
2006 Jan 10
13
InstantRails 1.0 problems...
Hi, I have installed InstantRails 1.0 Final on Win XP (Home SP2) and Win 2K 2000. I was able to get the two apps (cookbook, typo) work fine with Webrick but not with SCGI server. I tried changing the SCGI settings through the InstallRails.exe console so that the Runtime Mode: would be "development" instead of "production" and SCGI port: to 5000 instead of 9998.
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 mysite.com/hieraki Is this correct?? I read on a thread in textdrive that this will be possbile in lighty 1.4.8 which is apparently out soon. Also, does anybody know if it''s possible to do se...
2006 Apr 22
0
cross-posted on RForum, f/t web app developer, NBC UNI (LA)
My apologies if you will receive this twice as I posted it to the RForum forum yesterday. My understanding is that it is a separate forum. Gently disabuse me of this notion if I am mistaken. [paste] Thanks for allowing me to post to your community board. First, let me just say that we are looking to hire someone who is interested in and has been delving into RoR....
2005 May 03
8
SQLite3 + RAM drive => 3 times faster unit tests
...test, etc), but still - it is much slower than what I would like a unit test to be. Today I had a very simple idea (why, oh why didn''t I have it half a year ago?!). Set up a RAMDrive (a memory area treated by the OS as a virtual "disk") and put SQLite3 database on it. Voila! RForum test suite in 32 seconds instead of 104. -- Best regards, Alexey Verkhovsky Ruby Forum: http://ruby-forum.org (moderator) RForum: http://rforum.andreas-s.net (co-author) Instiki: http://instiki.org (maintainer)
2006 Jan 05
6
Problems with Ferret in RForum
Hi, I have been using Ferret on ruby-forum.com for a few days. While the searching works with reasonable performance, there are a lot of problems related to indexing. Sometimes the process hangs with 100% CPU usage, sometimes it leaves Lockfiles in the directory (causing other processes to fail while one ist still working), sometimes it even crashes with a segfault. I''m going to
2006 Jan 26
4
warning: Object#id will be deprecated; use Object#object_id
Is anybody else getting this warning. When I change @user.id to @user.User_id I am getting no method definition present exception. Any thoughts? Rgds, --Siva Jagadeesan http://www.varcasa.com/ My First Rails Project. Powered by Typo and soon by RForum too -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060126/ad1d5dd7/attachment.html
2006 Jan 18
1
How should permissions be set for a Rails app?
...access /dispatch.fcgi/ on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. ------------- I have checked the permissions and they''re 777 This actually brings up an interesting Topic. What do the permissions for Rforum to run on a a shared host? I''ve never really found a good tuturial that describes how permissions should be set for a Ruby / Rails web application. I''d appreciate any references to info that can help. thanks, Bryan p.s. for what it''s worth here are my current permiss...
2006 May 17
6
White Screen of Death
Hello, I''ve heard these words to describe a RoR application returning an empty page. This happen from time to time even here, in the forum. That is the cause of this misbehaviour ? Is it related with something external to RoR itself ? What is the solution to avoid the WSOD ? -- Posted via http://www.ruby-forum.com/.
2005 Mar 08
3
Making a module method available in view
I have a Rails application called RailsApp. In my RailsApp/lib directory, I have a file called localization.rb that defines a module called RailsApp with a Localization class that implements a method l. (RForum devs and fans will recognize this as the YAML-based localization feature in that package.) I want to be able to call this method from my controllers and views. I have added a ''require localization'' to my application.rb, plus an include RailsApp::Localization in application.rb, m...
2006 Jan 31
2
Production Mode
In production ( hosted in dreamhost) during migratin , I want send the users to a maintaince page. Is there any standard way of doing this. Rgds, --Siva Jagadeesan http://www.varcasa.com/ My First Rails Project. Powered by Typo and soon by RForum too -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060131/7929517f/attachment.html
2006 Feb 01
6
Little Ferret Problem
I''ve implemented Ferret, using the instructions here: http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails I get no errors in the application at all... however, I always get 0 results. I built an index off of some data, it exists in the index/ directory, the form submits find... etc... Just 0 results... all the time :) I confirmed the data from my models is being put
2005 May 06
17
FYI: watch out for google's web accelerator - can empty your app of data
Hi All, A co-worker passed this info on to me: http://37signals.com/svn/archives2/google_web_accelerator_hey_not_so_fast_an_alert_for_web_app_designers.php The Skinny: Google has a "Web Accelerator" that pre-caches pages by following url''s. If you have any plain/simple URL''s that don''t take paramaters (like what often happens in rails apps), it will try to
2005 Jan 17
5
how to override rails errors messages?
hi, how can i override rails errors mesages (that are in english) to display them in an other language? thanks hangon
2006 Jan 31
5
Can''t connect ot MySQL with YourSQL
Ok, this seems silly, but I can''t connect to mysql from yoursql. I think I have all the privileges set. I can definitly connect via the command line, but not via yoursql. Any hints? mysql> show grants for ''root''@''localhost'';