There's a LONG story that transitions from Django to Merb and then to
Ramaze.

I'll skip all that and answer simply with: ubiquity.

That's a very important asset in the project I'm working on. However,
that same project required the 1.9 string class, so my choice of
frameworks for MVC in Ruby was pretty much Ramaze.

On Mar 17, 7:10 pm, Scott LaBounty <[email protected]> wrote:
> Off topic, but why are you moving from Ramaze to Rails?
>
> Scott
>
>
>
>
>
> On Wed, Mar 17, 2010 at 6:50 PM, cult hero <[email protected]> wrote:
> > Excellent! Time to dig in. I haven't touched Rails in a couple years.
>
> > Thanks for all the help.
>
> > On Mar 17, 6:19 pm, Jeremy Evans <[email protected]> wrote:
> > > On Mar 17, 2:02 pm, cult hero <[email protected]> wrote:
>
> > > > 1. Does "Sequel::Model.plugin :active_model" load the plugin? (I
> > > > haven't actually used any plugins yet!)
>
> > > Yes.
>
> > > > 2. Do I need to include that code somewhere in the Rails bootstrap
> > > > process? (I don't want to have to do it explicitly for all my models.)
>
> > > Yes, I do so in environment.rb.
>
> > > > 3. When using sequel with Rails, how do I connect to the DB? Doesn't
> > > > the databases.yml file only work for AR (or require a special plugin)?
>
> > > I do so in each environment file (development.rb, test.rb,
> > > production.rb).  You can use the database.yml if you want, but you
> > > will have to parse the database.yml file yourself.
>
> > > Jeremy
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "sequel-talk" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<sequel-talk%2bunsubscr...@googlegr 
> > oups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/sequel-talk?hl=en.
>
> --
> Scotthttp://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to