[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PhillyOnRails] Joyent Connector
|
The migrations don't run cleanly, but you can db:schema:load. I've
gotten it up an running on mysql, see here: http://
www.actsasflinn.com/articles/2007/07/14/joyent-connector-is-open-source
On Jul 15, 2007, at 10:29 AM, Jared Blitzstein wrote:
Has anyone gotten the migrations to run cleanly? I keep hitting
issues left and right and coming up with hacky work arounds for
them. After the 5th one I gave up.
On Jul 14, 2007, at 1:59 PM, Flinn Mueller wrote:
yup, I grabbed it last night and was up late inspecting it!
I like their localization. They include their library for
handling maildir. You can see how they handle scoping too, which
is cool because I always wondered if what I was doing with
TRAQInventory was the "rails way" but it turns out my
implementation is similar (more on that later) than their
scoped_find. I'm not clear as to whether they are using mysql or
postgres, in the app controller they
`before_filter :set_mysql_charset` and in the bootstrap task they
`sh %{createdb -U postgres81 -E UTF8 connector_development}`.
There really is a lot to analyze here, I personally find the
deployment and saas code more interesting than anything else but
there is a lot of other stuff that is very interesting too.
On Jul 14, 2007, at 12:49 PM, Randy Schmidt wrote:
So...has anybody else been taking a pass through the Joyent
Connector's recently open sourced source code?
http://joyeur.com/2007/07/13/connector-and-slingshot-open-sourced-
and-free
One thing that has blown me away is how extensive their routes
file is :-P
http://svn.joyent.com/opensource/connector/source/branches/web/
config/routes.rb
And they have over 60 models
--
Randy Schmidt
randy@umlatte.com
www.umlatte.com
267.334.6833
_______________________________________________
To unsubscribe or change your settings, visit:
http://lists.phillyonrails.org/mailman/listinfo/talk
_______________________________________________
To unsubscribe or change your settings, visit:
http://lists.phillyonrails.org/mailman/listinfo/talk
_______________________________________________
To unsubscribe or change your settings, visit:
http://lists.phillyonrails.org/mailman/listinfo/talk
_______________________________________________
To unsubscribe or change your settings, visit:
http://lists.phillyonrails.org/mailman/listinfo/talk
|
|