You can use rack directly I suppose but sinatra isn't much that much of a framework so I wouldn't worry about it so much.
On Thu, Sep 28, 2017 at 2:52 AM, French Fry <[email protected]> wrote: > Relatively new to Ruby, some experience with Rails (via tutorials, etc). > I've made it through the Sequel install, a good portion of the > documentation, have a database with two tables and have run various things > (datasets, queries) via /bin/sequel. Now my question, I want the ORM, I've > set up a few model files, have some controller logic going on but I'm not > sure how to make it work WITHOUT a framework. I did find a few blogs, etc > on setting up Ruby with Active Record (sans framework) so if it's similar I > can go with that method, but will I lose the ability to use models, etc? > > Ultimately I'm looking to make this an app with Sinatra. Problem is for > me right now that just adds another layer of complexity. I'd like to find > a way to get things working first (controller logic with models and > database) before setting it up in Sinatra (or whatever framework). So if > my question isn't confusing , any advice / feedback would be appreciated. > > Thanks! > > > -- > You received this message because you are subscribed to the Google Groups > "sequel-talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sequel-talk. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
