Well, today seems to be the day of advertising your new site, so I thought I''d toss mine in as well. This is a small site that I''ve been working on for Everquest II guild support. The intent is to build a guild collaboration site which encourages guilds and players to cooperate rather than the ones that currently exist. Most of them seem to encourage guilds to compete. http://guildcorner.org/ This is written in Ruby on Rails, of course. It uses PostgreSQL as the back-end, and I believe is fairly robust. Since this was my ''learn RoR'' project, I''m certain I''m not doing things in the most efficient way possible. Any comments, questions, or suggestions welcome. --Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
What is your server setup? Mongrel? Seems pretty slow to load. Looks good though. On Oct 23, 11:15 am, "Michael Graff" <skan.gryp...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Well, today seems to be the day of advertising your new site, so I > thought I''d toss mine in as well. > > This is a small site that I''ve been working on for Everquest II guild > support. The intent is to build a guild collaboration site which > encourages guilds and players to cooperate rather than the ones that > currently exist. Most of them seem to encourage guilds to compete. > > http://guildcorner.org/ > > This is written in Ruby on Rails, of course. It uses PostgreSQL as > the back-end, and I believe is fairly robust. Since this was my > ''learn RoR'' project, I''m certain I''m not doing things in the most > efficient way possible. > > Any comments, questions, or suggestions welcome. > > --Michael--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Part of the slowness is the shared internet connection it sits on, part of it is the lack of clue with find :all, :include => '''' magic. :) It uses Apache as a front-end, using fcgi to run Ruby. This may not be the best way for the future, but for now it works pretty well. I don''t notice any slowness from this side, but then again it''s 50 feet from me on 100 Mbps wire. --Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---