37s style modularization?

Hello all,

I remember and have lost a link to the blog on hints about 37s
modularization of basecamp, backpack, etc.

Anyone remeber this and can remind me of the link?

Thanks !

Hi, Peter,

are you by chance meaning “REST-powered architecture following a simple
observer pattern”?

http://www.loudthinking.com/arc/000524.html

Best regards
Jan P.

On 1/16/06, Jan P. [email protected] wrote:


[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Thank you Jan. That was the link.

Unfortunately, I was barking up the wrong tree.

What I’m looking for is a way to have
localhost/myprojects/hello/list
localhost/mylistings/hello/list

both come from the same rails app as the two “applications” are deeply
interrelated and talk to the same database and very common table set.

Regards,

If you need to share a bunch of code (including views or partials)
between applications, you might want to look at Engines:

http://rails-engines.org/wiki/pages/When+To+Create+An+Engine

  • james