Re: [Rails] social networking users registering with fake names

2018-02-28 Thread Colin Law
On 28 February 2018 at 14:22, fugee ohu wrote: > I have a social networking site, in development but in production I have > some users registered with fake names like just initials for first and last > name Should I permit it or try to enforce that users can only use their real > names? That is u

[Rails] social networking users registering with fake names

2018-02-28 Thread fugee ohu
I have a social networking site, in development but in production I have some users registered with fake names like just initials for first and last name Should I permit it or try to enforce that users can only use their real names? -- You received this message because you are subscribed to th

Re: [Rails] social networking events model

2017-11-07 Thread Colin Law
On 7 November 2017 at 16:42, fugee ohu wrote: > Should I have a dedicated events table or have events be a type of post so > there's only a Post model but no Event model ? It's up to you, whichever fits your requirements best. Colin -- You received this message because you are subscribed to th

[Rails] social networking events model

2017-11-07 Thread fugee ohu
Should I have a dedicated events table or have events be a type of post so there's only a Post model but no Event model ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, s

Re: [Rails] Social Networking

2011-10-26 Thread thiagocifani
Hello everaldo, this is a promising project! its really great! I think I will use it someday! I loved it! 2011/10/26 Everaldo Gomes > Hi! > > Two or three months ago someone announced social stream in the list: > > https://github.com/ging/social_stream > > > On Wed, Oct 26, 2011 at 2:55 AM, kaus

Re: [Rails] Social Networking

2011-10-26 Thread Everaldo Gomes
Hi! Two or three months ago someone announced social stream in the list: https://github.com/ging/social_stream On Wed, Oct 26, 2011 at 2:55 AM, kausik bakshi wrote: > > > On Fri, Jun 24, 2011 at 11:22 PM, exelstu...@gmail.com < > exelstu...@gmail.com> wrote: > >> Try some of these: >> >> http

Re: [Rails] Social Networking

2011-10-25 Thread kausik bakshi
On Fri, Jun 24, 2011 at 11:22 PM, exelstu...@gmail.com wrote: > Try some of these: > > https://github.com/insoshi/insoshi#readme > > http://communityengine.org/ > > http://lovdbyless.com/ > > http://www.enginey.com/ > > Lovd by Less looks pretty good, haven’t had a chance to try it yet tho. > >

Re: [Rails] Social Networking

2011-10-25 Thread exelstu...@gmail.com
Try some of these: https://github.com/insoshi/insoshi#readme http://communityengine.org/ http://lovdbyless.com/ http://www.enginey.com/ Lovd by Less looks pretty good, haven¹t had a chance to try it yet tho. Best, Pardeep. On 6/23/11 11:16 PM, "Sayuj Othayoth" wrote: > Hi, > > I want to c

Re: [Rails] Social Networking

2011-07-03 Thread Amrit Pal Pathak
On Fri, Jun 24, 2011 at 1:52 PM, exelstu...@gmail.com wrote: > Try some of these: > > https://github.com/insoshi/insoshi#readme > > http://communityengine.org/ > > http://lovdbyless.com/ > > http://www.enginey.com/ > > Lovd by Less looks pretty good, haven’t had a chance to try it yet tho. >

Re: [Rails] Social Networking

2011-06-30 Thread Sayuj Othayoth
Hi Bernd, Diaspora is a little crazy to install :) Diaspora is awesome. But it's developed under rails 2. Do you know, is Diaspora available on rails 3 also? Or is there any way to convert a rails 2 app to rails 3? And, shall I customise Diaspora and use for my personal use on internet? Is there

Re: [Rails] Social Networking

2011-06-24 Thread exelstu...@gmail.com
Try some of these: https://github.com/insoshi/insoshi#readme http://communityengine.org/ http://lovdbyless.com/ http://www.enginey.com/ Lovd by Less looks pretty good, haven¹t had a chance to try it yet tho. Best, Pardeep. On 6/23/11 11:16 PM, "Sayuj Othayoth" wrote: > Hi, > > I want to c

Re: [Rails] Social Networking

2011-06-24 Thread Bernd Ritter
Hi Sayuj, try https://joindiaspora.com/ its pretty much what you want, it's open source and it's ROR! Cheers, Bernd Am 24.06.2011 08:16, schrieb Sayuj Othayoth: > Hi, > > I want to create a family website which includes social networking > features. > The site should have dynamic articles, news,

Re: [Rails] Social Networking

2011-06-24 Thread Rafal Zdziech
Hi, You may want to tried something similar on the github. Someone may already done it. Anyway I think it would be good to start with Tdd techniques because it will save your time. On 24 Jun 2011 07:17, "Sayuj Othayoth" wrote: > Hi, > > I want to create a family website which includes social netw

[Rails] Social Networking

2011-06-23 Thread Sayuj Othayoth
Hi, I want to create a family website which includes social networking features. The site should have dynamic articles, news, announcements, events, gallery etc public. And it should have a social networking part for family members. Also an admin controller for public contents and social networki