March 2010 Meetup - Thursday @ 6:00pm

1 view
Skip to first unread message

Will Bridges

unread,
Mar 1, 2010, 9:10:26 PM3/1/10
to Nashville Ruby Group
Our meeting is on schedule for Thursday @ 6pm @ Centresource. Here's
what's on the agenda - please add if you have anything.

* Code is on github - a plan of attack (I have the facebook plugin
pretty much ready so people can join our site through facebook)
* Design review if we have anything
* Discussion of code if anybody has any code they want to share
* Plugins - Everybody should pick a favorite plugin/gem they use (not
just Rails plugins but anything relevant to Ruby)

Please add anything you guys want to talk about or do. Also, let us
know if you will be able or won't be able to make it!

Thanks,
Will

Tim

unread,
Mar 1, 2010, 9:26:34 PM3/1/10
to Nashville Ruby Group
I do have a design for us, or at least a well polished draft. :)

andrew mcelroy

unread,
Mar 2, 2010, 12:05:12 AM3/2/10
to nashville-...@googlegroups.com
On Mon, Mar 1, 2010 at 8:26 PM, Tim <mavro...@gmail.com> wrote:
> I do have a design for us, or at least a well polished draft. :)
>
Great! I must say theming with radiant is a LOT eaiser than adva cms.

That said, I have been forcing myself to build an adva cms the *proper* way.

So if nothing else, I will bring a skeleton theme and you can bring the art. :-)

Respectfully,
Andrew McElroy

> --
> ==========================================================
> You received this message because you are subscribed to the Google
> Groups "Nashville Ruby Group" group.
> To post to this group, send email to
> nashville-...@googlegroups.com
> To unsubscribe from this group, send email to
> nashville-ruby-g...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nashville-ruby-group?hl=en

andrew mcelroy

unread,
Mar 2, 2010, 11:24:06 AM3/2/10
to nashville-...@googlegroups.com
On Mon, Mar 1, 2010 at 11:05 PM, andrew mcelroy <soph...@gmail.com> wrote:
> On Mon, Mar 1, 2010 at 8:26 PM, Tim <mavro...@gmail.com> wrote:
>> I do have a design for us, or at least a well polished draft. :)
>>
> Great! I must say theming with radiant is a LOT eaiser than adva cms.
>
> That said, I have been forcing myself to build an adva cms the *proper* way.
>
> So if nothing else, I will bring a skeleton theme and you can bring the art. :-)
This has been a very useful website:
http://www.whichrubycmsshouldiuse.com/

By Thursday I will have three complete websites built. One in Radiant.
One in Adva and one in BrowserCMS.

So far, Adva has been the best at staying out of the programmers way,
but Radiant has been the best CMS.
I have not evaluated Browser yet.

Radiant has a lot more capability than meets the eye:
http://ext.radiantcms.org/extensions

Andrew McElroy

William Bridges

unread,
Mar 2, 2010, 11:34:51 AM3/2/10
to nashville-...@googlegroups.com
I've built two websites in adva and one plugin in adva (as I mentioned
previously). I'm working on a third website and a second plugin.
There's very little documentation on how to build a plugin in adva so
a lot of what I did was reverse engineering. There's a ton of problems
with mixins not working like I would expect them to. I think maybe it
has something to do with the engines and the way they combine the
files to create one application. Then again, maybe I'm just doing
something wrong (: That's very likely as well.

Still haven't played with Radiant in a while - would love to do that.
Adva has some other quirks - such as displaying lists like articles in
the admin with the newest last instead of the newest first. But I've
been very happy with it so far!

Will

Will Bridges

unread,
Mar 4, 2010, 4:31:17 PM3/4/10
to Nashville Ruby Group
Just a reminder that this meeting is tonight at 6pm @ centresouce.

On Mar 2, 10:34 am, William Bridges <willbrid...@gmail.com> wrote:
> I've built two websites in adva and one plugin in adva (as I mentioned  
> previously). I'm working on a third website and a second plugin.  
> There's very little documentation on how to build a plugin in adva so  
> a lot of what I did was reverse engineering. There's a ton of problems  
> with mixins not working like I would expect them to. I think maybe it  
> has something to do with the engines and the way they combine the  
> files to create one application. Then again, maybe I'm just doing  
> something wrong (: That's very likely as well.
>
> Still haven't played with Radiant in a while - would love to do that.  
> Adva has some other quirks - such as displaying lists like articles in  
> the admin with the newest last instead of the newest first. But I've  
> been very happy with it so far!
>
> Will
>
> On Mar 2, 2010, at 10:24 AM, andrew mcelroy wrote:
>
>
>
> > On Mon, Mar 1, 2010 at 11:05 PM, andrew mcelroy  

> > <sophri...@gmail.com> wrote:

Will Bridges

unread,
Mar 11, 2010, 11:49:10 AM3/11/10
to Nashville Ruby Group
Alright, so here's what we got accomplished in the March meeting:

* Tim put together an awesome design -> which I think he's going to
put in to github
* We got the details worked out about what needs to be done to get the
site together (Andrew, you were going to help on some of the coding,
right? Anybody else?)
* We set a goal of getting something preliminary up by the next
meeting.

Here's what I plan on doing:

* As soon as Tim gets the design in github I'm going to work with the
app that's in github now to get the design put in (properly).
* I'm going to get my facebook plugin put in there and setup the site
as a facebook app so it's easy to join (programming already done but I
need to refine the plugin a bit)
* Ask for help in getting the content in and getting some other
plugins created.

Here's what needs to be done:
* Putting the S3 & Caching Changes In To An Engine
* Adva Member Directory Plugin
* Adva Projects Engine

I'm having some issues understanding the mixins with the engines. It
seems if I define a model that's already defined in another engine it
overwrites that model instead of mixing in the methods. It seems that
maybe the initializers are being used to do this properly in Adva...
but I'm definitely confused about it. Help me if you can!

andrew mcelroy

unread,
Mar 11, 2010, 11:59:19 AM3/11/10
to nashville-...@googlegroups.com
On Thu, Mar 11, 2010 at 10:49 AM, Will Bridges <willb...@gmail.com> wrote:
Alright, so here's what we got accomplished in the March meeting:

* Tim put together an awesome design -> which I think he's going to
put in to github
* We got the details worked out about what needs to be done to get the
site together (Andrew, you were going to help on some of the coding,
right? Anybody else?)
* We set a goal of getting something preliminary up by the next
meeting.

I was waiting on the graphics.
I'll get it to it today.
Tuesday was my birthday and Wednesday I had to be ready to  present  before the industrial impact sub committee.


Andrew McElroy

William Bridges

unread,
Mar 11, 2010, 12:01:06 PM3/11/10
to nashville-...@googlegroups.com
Happy Birthday! 

Thanks. Hope your presentation went well.

I too have been busy (: That's why I'm only updating this a week after the meeting.


Levi Kennedy

unread,
Mar 11, 2010, 12:01:20 PM3/11/10
to nashville-...@googlegroups.com
Well happy bday man!!!

Sent from my iPhone
Reply all
Reply to author
Forward
0 new messages