similar to: Why no forum app in rails yet?

Displaying 20 results from an estimated 1000 matches similar to: "Why no forum app in rails yet?"

2006 Feb 14
5
integrating vbulletin
Has anyone successfully integrated (embedded) vbulletin into a rails app? I would be curious to see if/how this worked. RForum still seems quite beta so I am looking for something a little more tried and true. thanks adam
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 Apr 18
4
PHP and Rails integration
There a few php solutions that I would like to integrate with my Rails app. Namely PHPBB(No offense RForum) and WordPress. Is it possible to use these in a Rails environment, and what kind of issues/stumbling blocks would I face if I attempted to? Thanks, James -- Posted via http://www.ruby-forum.com/.
2006 May 30
3
phpbb forum with rails application.
I would like to knock up a phpbb forum with a rails application. I wanted to do this as I want to use ActiveRecord to crawl through the user database in the rails app. Is there a way to do this - on the same domain name and server... Or does it depend how the server is setup? -- Posted via http://www.ruby-forum.com/.
2006 Feb 28
4
Off-Topic Mambo Vulnerabilities & Patches
On the Mambo CMS site there are vulnerabilities found. Whilst this is not a CentOS problem, people rent/deploy servers (CentOS) on the net with Mambo. A guy in one of the user forums on the net, had his Mambo 4.5.2 server hacked and they installed some interesting stuff in /tmp . When a server is hacked it gives bad PR for the underlying OS. <----announcement on
2006 Apr 26
2
php markdown toolbar
Back at the end of March I wrote: > http://www.elfden.co.uk/wip/markdown/ I think I have now finished work on this. The toolbar only appears if javascript is enabled. So far as I can tell it is navigable by the keyboard. Accesskeys can be set for those that need them (though I am not happy with the way my script is currently working). I have taken out the 'P' button, though
2007 Jan 03
2
Rails and bb forum integration
Hi, I''m new to Rails. Have read the Agile book. Working on new app, its going well. Now, I am at a crossroads. I need to choose a bbs for my site The significance for rails development is that I want to have single sign on between both my Rails app and my forum. I was just about to work on integrating the Rails SaltedLoginGenerator into my rails app when I read this post
2006 Jun 15
2
ruby/rails users in Ireland - interest in forming a user group?
Hi all, I''m interested in starting a ruby/rails user group in Ireland and I''m trying to gauge the level of interest. So if you''re interested please get in touch (aidanf at gmail.com). I would also appreciate any suggestions/pointers about starting/organizing a user group. cheers, AF ------------------------------- http://www.aidanf.net
2008 Jan 09
4
Problems with widgEditor (HTML rich text editor)
Hello, I need a HTML rich text editor for a field, and widgEditor seems to be just what I need: http://www.themaninblue.com/experiment/widgEditor/ I''ve installed it, following the Aidanf.net''s post: http://www.aidanf.net/adding-a-rich-text-editor-to-your-rails-application But althougth it displays well, I can''t write inside; as if it was Read-only!! I can''t
2006 Aug 02
2
Mongrel crashes whenever an exception is raised
Hi all, I have a rails app running on mongrel on freebsd using mongrel 0.3.13.3 with ruby 1.8.4. Mongrel dies every time the application generates an exception. I have the same setup running on a linux box without any problems. Mongrel crashes with the following error: Bus error (core dumped) And the following message in /var/log/message kernel: pid 57638 (ruby), uid 0: exited on signal 10
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: 1) All rforum controllers subclass
2006 Jul 06
5
What is require ''digest/sha1''?
In http://www.aidanf.net/rails_user_authentication_tutorial there is a string called require ''digest/sha1'' in the model. What does it do? Everything else is well explained besides that. -- Posted via http://www.ruby-forum.com/.
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.
2004 Dec 27
4
Found security expliot in port phpBB 2.0.8 FreeBSD4.10
I think, there is a neat exploit in the phpbb2.0.8 because I found my home page defaced one dark morning. The patch for phpBB is here. http://www.phpbb.com/downloads.php The excerpt of the log is attached. I believe the link to the described exploit is here. http://secunia.com/advisories/13239 The defacement braggen page is here filter to show the exploited FreeBSD machines that aneurysm.inc
2011 Sep 20
10
list spam related question
In the thread "[Wine] New to Wine...and already in trouble..." there was a spam post by kizi that says it was "Sent from the Wine - Users mailing list archive at Nabble.com". Can people really send things to our list/forum from other sites/forums? It also seems odd that the reply directs a person to catch up on the thread by linking to Nabble instead of the Wine forum. It
2006 Feb 24
8
editing and deleting fields in a vcard
Hi all, Is there a way in vpim to edit an individual field in a vcard. I have a set of vcards stored in a db and would like to be able to edit individual fields in the vcard and then save the vcard back to the db. I didn''t see any methods for editing a vcard in the api. Do I need to create a new vcard and repopulate it with all the fields except the one that I''m changing and
2006 Mar 09
4
cross domain cookies
Does anybody know how to access the domain of a cookie from inside rails? I am try to integrate phpbb forums into my site and one of the things phpbb does is store a cookie. The forums are at forums.domain.com and the site is www.domain.com so i needed to set the cookie domain in phpbb to just be ".domain.com" so both sites can access it. The trouble is when using cookies[] in rails,
2006 Jul 06
5
What is protected?
In http://www.aidanf.net/rails_user_authentication_tutorial there is the string/method protected in the model. What does it do? Can''t find that in http://api.rubyonrails.org/. -- Posted via http://www.ruby-forum.com/.
2010 Jan 08
7
Apache/Cluster issue -- Single public IP address
I want to set up a cluster that is used for web hosting (RHCS cluster). Recently, I experimented with a 2 node cluster and was able to run it successfully. However, I have started facing some issues with Apache, which I had configured as a service using the Cluster configuration tool. To do this Apache needs a floating IP address. This address is in addition to the network interface IP address.
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