Alternative to Eventbrite?

165 views
Skip to first unread message

Brian Cardarella

unread,
Sep 15, 2011, 10:39:33 AM9/15/11
to Boston Ruby Group
Does anybody know of one. Preferably something with a wait list
component. Eventbrite is charging me $31 a month, it's starting to add
up.

- Brian

Pascal Rettig

unread,
Sep 15, 2011, 10:45:02 AM9/15/11
to boston-r...@googlegroups.com
I know it was shot down for a while back (can't remember why), but Michael does already have the meetup page up and it does waiting lists:



--
You received this message because you are subscribed to the Boston Ruby Group mailing list
To post to this group, send email to boston-r...@googlegroups.com
To unsubscribe from this group, send email to boston-rubygro...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/boston-rubygroup

Scott Schulthess

unread,
Sep 15, 2011, 10:45:06 AM9/15/11
to boston-r...@googlegroups.com
meetup.com is apparently 12-19$ per month

--
You received this message because you are subscribed to the Boston Ruby Group mailing list
To post to this group, send email to boston-r...@googlegroups.com
To unsubscribe from this group, send email to boston-rubygro...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/boston-rubygroup



--
Sincerely,

Scott Schulthess
Phone: (617) 863 0429
http://scottschulthess.com
http://twitter.com/scottschulthess
scottschulthess at gmail dot com

Dan Seaver

unread,
Sep 15, 2011, 10:45:30 AM9/15/11
to boston-r...@googlegroups.com
I know Meetup has a waiting list, but it isn't free either.  The New England Sitecore group uses it, and I've been on the waitlist before

Here is the dues page:

Brian Cardarella

unread,
Sep 15, 2011, 10:48:31 AM9/15/11
to boston-r...@googlegroups.com
Yeah, I'm not interested in using the Meetup group.

I'm thinking I'm just going to build an invite component onto
BostonRB. I wanted to stay away from adding any more tables but it
looks like it is necessary.

- Brian

Brian Kaney

unread,
Sep 15, 2011, 10:49:46 AM9/15/11
to boston-r...@googlegroups.com
Check out http://guestlistapp.com/ it's pretty nice and free if the event is free.

--
Brian

Craig P Jolicoeur

unread,
Sep 15, 2011, 10:50:44 AM9/15/11
to boston-r...@googlegroups.com
I would say its probably best to just roll your own into the site. It's a pretty simple piece of functionality and you could implement it with the exact features you want at no cost instead of trying to make some other 3rd party system work.

- Craig

On Thursday, September 15, 2011 at 10:48 AM, Brian Cardarella wrote:

> Yeah, I'm not interested in using the Meetup group.
>
> I'm thinking I'm just going to build an invite component onto
> BostonRB. I wanted to stay away from adding any more tables but it
> looks like it is necessary.
>
> - Brian
>

> On Thu, Sep 15, 2011 at 10:45 AM, Dan Seaver <d...@danseaver.com (mailto:d...@danseaver.com)> wrote:
> > I know Meetup has a waiting list, but it isn't free either. The New England
> > Sitecore group uses it, and I've been on the waitlist before
> > Here is the dues page:
> > http://www.meetup.com/help/Does-it-cost-money-to-start-a-Meetup-Group
> >
> > On Thursday, September 15, 2011 at 10:39 AM, Brian Cardarella wrote:
> >
> > Does anybody know of one. Preferably something with a wait list
> > component. Eventbrite is charging me $31 a month, it's starting to add
> > up.
> >
> > - Brian
> >
> > --
> > You received this message because you are subscribed to the Boston Ruby
> > Group mailing list

> > To post to this group, send email to boston-r...@googlegroups.com (mailto:boston-r...@googlegroups.com)


> > To unsubscribe from this group, send email to

> > boston-rubygro...@googlegroups.com (mailto:boston-rubygro...@googlegroups.com)


> > For more options, visit this group at
> > http://groups.google.com/group/boston-rubygroup
> >
> > --
> > You received this message because you are subscribed to the Boston Ruby
> > Group mailing list

> > To post to this group, send email to boston-r...@googlegroups.com (mailto:boston-r...@googlegroups.com)


> > To unsubscribe from this group, send email to

> > boston-rubygro...@googlegroups.com (mailto:boston-rubygro...@googlegroups.com)


> > For more options, visit this group at
> > http://groups.google.com/group/boston-rubygroup
>
> --
> You received this message because you are subscribed to the Boston Ruby Group mailing list

> To post to this group, send email to boston-r...@googlegroups.com (mailto:boston-r...@googlegroups.com)
> To unsubscribe from this group, send email to boston-rubygro...@googlegroups.com (mailto:boston-rubygro...@googlegroups.com)

Ben Tucker

unread,
Sep 15, 2011, 10:53:01 AM9/15/11
to boston-r...@googlegroups.com
On Thu, Sep 15, 2011 at 10:49 AM, Brian Kaney <brian...@gmail.com> wrote:
Check out http://guestlistapp.com/  it's pretty nice and free if the event is free.
 
+1

I was about to suggest Guestlist.

Brian Cardarella

unread,
Sep 15, 2011, 10:55:08 AM9/15/11
to boston-r...@googlegroups.com
@Brian This looks pretty good, I'm going to play around with it and
see if it fits out needs. Thanks!

@Chris I've been toying with the idea for a while. In fact, there is
an open issue for this https://github.com/bostonrb/bostonrb/issues/109
The major advantage of rolling our own is being able to tie it in with
the BostonRB calendar. It would be nice if I didn't even have to
create a new event, it automatically created them from the calendar
events.

- Brian

Pito Salas

unread,
Sep 15, 2011, 11:15:04 AM9/15/11
to boston-r...@googlegroups.com

Brian Cardarella

unread,
Sep 15, 2011, 11:19:00 AM9/15/11
to boston-r...@googlegroups.com
@pito this is definitely not a "Not Invented Here" issue. I would
prefer not to build out the feature. But tying it into the Google
Calendar has some wins. Specifically it means one less thing I have to
do.

- Brian

Patrick Robertson

unread,
Sep 15, 2011, 11:21:50 AM9/15/11
to boston-r...@googlegroups.com
I think as a community we should try and optimize on giving Brian more time to kick ass at organizing BostonRB events by helping to reduce the amount of mundane work needed.

- Patrick Robertson

Randy Cole

unread,
Sep 15, 2011, 11:33:38 AM9/15/11
to boston-r...@googlegroups.com
guestlistapp is limited to 10 Million tickets per type per event.  I know Brian wants to scale past that ;)

--

Kevin Menard

unread,
Sep 15, 2011, 8:53:37 PM9/15/11
to boston-r...@googlegroups.com
Brian,

Let me know what you end up going with. If you have a desire to stick
with EventBrite, I can make a donation on behalf of Mogotest.
Obviously something free that provides all the features you want would
be better, but the offer's there.

--
Kevin

On Thu, Sep 15, 2011 at 11:19 AM, Brian Cardarella

Brice Stacey

unread,
Sep 16, 2011, 6:54:04 PM9/16/11
to boston-r...@googlegroups.com
If anyone wanted to pair up at the next hackfest, I wouldn't mind helping implement the guest list. Regardless of whether we decide to use it, I think it would be an excellent learning opportunity for using VCR, timecop, capybara acceptance tests, etc, etc. I'm generally unfamiliar with these tools.

Anyone interested? Brian, if this is a bad idea feel free to shoot it down :)

Brice

Dan Croak

unread,
Sep 16, 2011, 7:07:02 PM9/16/11
to boston-r...@googlegroups.com, boston-r...@googlegroups.com
We've got some code from http://design.thoughtbot.com that we could re-use on Boston.rb's Rails app if people like the "register with Twitter" style.

Brian Cardarella

unread,
Sep 16, 2011, 7:10:48 PM9/16/11
to boston-r...@googlegroups.com
I don't think signup with Twitter would work for Gemvara as they need
the actual name of the person to match the name on their license.

- Brian

Reply all
Reply to author
Forward
0 new messages