beast download

hi all

I want to download and implement beast is it possible to do so? can u give me the url from where i can download .i checked on http://beast.caboo.se but then its not available for download there

thanks

Dhaval Parikh wrote:

hi all

I want to download and implement beast is it possible to do so? can u give me the url from where i can download .i checked on http://beast.caboo.se but then its not available for download there

thanks   

http://beast.caboo.se/forums/1/topics/381

Mohit Sindhwani wrote:

Dhaval Parikh wrote:

hi all

I want to download and implement beast is it possible to do so? can u give me the url from where i can download .i checked on http://beast.caboo.se but then its not available for download there

thanks   

Parked at Loopia

thanks a lot

Dhaval Parikh wrote:

Mohit Sindhwani wrote:

Dhaval Parikh wrote:

hi all

I want to download and implement beast is it possible to do so? can u give me the url from where i can download .i checked on http://beast.caboo.se but then its not available for download there

thanks   

Parked at Loopia

thanks a lot

hmm did that now the issue is that db is not been generated its giving error for rake..which loading schema

Dhaval Parikh wrote:

Mohit Sindhwani wrote:   

Dhaval Parikh wrote:     

hi all

I want to download and implement beast is it possible to do so? can u give me the url from where i can download .i checked on http://beast.caboo.se but then its not available for download there

thanks   

Parked at Loopia      thanks a lot    You're most welcome! By the way, this is from another thread on another mailing list (Radiant CMS):

The original Beast seems not to be maintained any more. Rick Olson is taking a step in another direction with "Altered Beast". More details at:   Parked at Loopia There is Savage Beast 2   Google Code Archive - Long-term storage for Google Code Project Hosting. with the goal of being a pluginized Beast. Also, El Dorado   Google Code Archive - Long-term storage for Google Code Project Hosting. which started somewhat of a phpBB clone.

Hope this helps. Also, I hope that we'll hear some more feedback from you :slight_smile:

Cheers, Mohit. 2/19/2008 | 12:54 PM.

alrite thats all ready made apps..Rforum which is again not available in full version..Beast which is not updated..So lets forget about it..

Lets make our own forum and get things going..

thanks for the help

Dhaval Parikh wrote:

alrite thats all ready made apps..Rforum which is again not available in full version..Beast which is not updated..So lets forget about it..

Lets make our own forum and get things going..

thanks for the help    el Dorado?

I take patches (hell, it's on git now so go buck wild with custom branches). Altered Beast should replace Beast for most folks. It uses the same design, the same tests (ported to rspec, though), written by the same guy, etc. The name change is mostly so people don't have to search for 'beast forum'.

I'd suggest trying to help out with Altered Beast (or whatever forum you like) rather than starting your own. Obviously if you have issues with the current solutions and want to do things differently, go for it.

One other suggestion is Opinion: http://forums.shopify.com / Google Code Archive - Long-term storage for Google Code Project Hosting.

actually the thing is tht i dont require some of the things that r there in most of the implemented forums.the first one is login feature ..another thing is that these read made applications act as standalone apps which is perfectly alrite by their views.but it might not satisfy our requirement..and the ways by which we want our forums to look like and provide features like...

So ofcourse the structure will almost be the same as used in most of these forums..the major change will be customization as per our requirement..thats y i want to make my own..and many ppl r making their own (ofcourse u can take the advantage of what is readily available so that u dont spend time and money after the same things) and thats the basic advantage of Open Source

Ryan Bigg wrote:

Ryan Bigg wrote:

I'm already what I perceive to be most of the way through making my own forum system. You can check out the code by using this svn command:

svn checkout */http/*://railsforum.googlecode.com/svn/trunk/ railsforum-read-only

A brief spot check:

you have a bunch of tmp/sessions checked in!

you have 139 LOC of Models, and only 86 LOC of Unit tests.

Beast's ratio is 238 to 462. More test than code.

Are you using test-first?

I have deleted the tmp/sessions.

No we are not using test first. We are evil. Tests will be coming.