Is there a way to add a blog engine to a rails application? The TYPO product seems all to much of a rolled up app, instead of a nice "add-on". I have searched around but could not find anything too useful. Does anyone know of a product that does this ? thanks adam
There is no ''blog engine'' that I''m aware of, but it wouldn''t be too hard to create a basic one from scratch.... it depends how sophisticated you wanted your blog to be. The short answer is that it doesn''t exist yet because nobody has written it. - james On 1/10/06, Adam Denenberg <straightflush@gmail.com> wrote:> Is there a way to add a blog engine to a rails application? The TYPO > product seems all to much of a rolled up app, instead of a nice > "add-on". I have searched around but could not find anything too > useful. > > Does anyone know of a product that does this ? > > thanks > adam > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
> There is no ''blog engine'' that I''m aware of, but it wouldn''t be too > hard to create a basic one from scratch.... it depends how > sophisticated you wanted your blog to be. The short answer is that it > doesn''t exist yet because nobody has written it..... or because everybody has written it. Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments.
im sure everyone has written one, i was just trying not to re-invent the wheel, and save myself a bunch of coding time (ajax, html pages, table layout, etc..) adam On 1/10/06, James.Frohnhofer@ubs.com <James.Frohnhofer@ubs.com> wrote:> > > There is no ''blog engine'' that I''m aware of, but it wouldn''t be too > > hard to create a basic one from scratch.... it depends how > > sophisticated you wanted your blog to be. The short answer is that it > > doesn''t exist yet because nobody has written it. > > .... or because everybody has written it. > > Visit our website at http://www.ubs.com > > This message contains confidential information and is intended only > for the individual named. If you are not the named addressee you > should not disseminate, distribute or copy this e-mail. Please > notify the sender immediately by e-mail if you have received this > e-mail by mistake and delete this e-mail from your system. > > E-mail transmission cannot be guaranteed to be secure or error-free > as information could be intercepted, corrupted, lost, destroyed, > arrive late or incomplete, or contain viruses. The sender therefore > does not accept liability for any errors or omissions in the contents > of this message which arise as a result of e-mail transmission. If > verification is required please request a hard-copy version. This > message is provided for informational purposes and should not be > construed as a solicitation or offer to buy or sell any securities or > related financial instruments. > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >