how to create a forum using ROR

0 Aufrufe
Direkt zur ersten ungelesenen Nachricht

dhaval

ungelesen,
05.05.2007, 08:34:5005.05.07
an rubyonra...@googlegroups.com
hello

Can u tell me how can i create a forum using ROR

thanks

--
Posted via http://www.ruby-forum.com/.

Jamal Soueidan

ungelesen,
05.05.2007, 09:13:5705.05.07
an rubyonra...@googlegroups.com
dhaval wrote:
> hello
>
> Can u tell me how can i create a forum using ROR
>
> thanks

Have you done anything else?

Nathan Fiedler

ungelesen,
05.05.2007, 11:41:3805.05.07
an rubyonra...@googlegroups.com
A good example of forum software written in Rails is Beast:

http://beast.caboo.se/

n

dhaval

ungelesen,
05.05.2007, 13:00:4905.05.07
an rubyonra...@googlegroups.com
Jamal Soueidan wrote:
> dhaval wrote:
>> hello
>>
>> Can u tell me how can i create a forum using ROR
>>
>> thanks
>
> Have you done anything else?

yeh created a blog

dasil003

ungelesen,
05.05.2007, 13:14:1105.05.07
an Ruby on Rails: Talk
Write some models to store the users and the posts. Then write some
controllers to create, read, update and delete the users and the
posts. That is the Rails way.

stevepoll

ungelesen,
05.05.2007, 14:50:4305.05.07
an Ruby on Rails: Talk
A good discussion on creating a forum using ROR can be found in the
book "Beginning Ruby on Rails E-Commerce" by Christian Hellsten and
Jarkko Laine (Apress). There is a problem, however. The text
recommends the acts_as_threaded plugin to help with the forum
implentation. The issue is that the download location for
acts_as_threaded (http://www.railtie.net/plugins/acts_as_threaded.zip)
is not functioning. Does anyone know of an alternate download site for
acts_as_threaded?

Jamal Soueidan

ungelesen,
05.05.2007, 19:53:0605.05.07
an rubyonra...@googlegroups.com
dhaval wrote:
> Jamal Soueidan wrote:
>> dhaval wrote:
>>> hello
>>>
>>> Can u tell me how can i create a forum using ROR
>>>
>>> thanks
>>
>> Have you done anything else?
>
> yeh created a blog

Well it's exactly like blog :)

post = topic
comments => replies

:D

Jamal Soueidan

ungelesen,
05.05.2007, 19:54:0405.05.07
an rubyonra...@googlegroups.com
stevepoll wrote:
> A good discussion on creating a forum using ROR can be found in the
> book "Beginning Ruby on Rails E-Commerce" by Christian Hellsten and
> Jarkko Laine (Apress). There is a problem, however. The text
> recommends the acts_as_threaded plugin to help with the forum
> implentation. The issue is that the download location for
> acts_as_threaded (http://www.railtie.net/plugins/acts_as_threaded.zip)
> is not functioning. Does anyone know of an alternate download site for
> acts_as_threaded?

http://wiki.rubyonrails.org/rails/pages/Acts_as_threaded

Seems dead!

Stan

ungelesen,
08.05.2007, 13:01:2608.05.07
an Ruby on Rails: Talk
On May 5, 11:50 am, stevepoll <stevep...@gmail.com> wrote:

> implentation. The issue is that the download location for
> acts_as_threaded (http://www.railtie.net/plugins/acts_as_threaded.zip)
> is not functioning. Does anyone know of an alternate download site for
> acts_as_threaded?

http://i.nfectio.us/plugins/acts_as_threaded.zip

stevepoll

ungelesen,
11.05.2007, 13:17:2011.05.07
an Ruby on Rails: Talk

Thanks Stan!

Allen antworten
Antwort an Autor
Weiterleiten
0 neue Nachrichten