[MacRuby-devel] Sqlite3 without core data

Daniel Westendorf daniel at prowestech.com
Thu Apr 28 07:10:58 PDT 2011


Petr,

I can confirm that Model's don't work as expected with Sequel and Macruby.
Instead I use a workaround like this:

DB[:items].all()
DB[:items].insert(:name => "My Item")
etc.

Daniel

On Thu, Apr 28, 2011 at 7:32 AM, Petr Kaleta <petr.kaleta at me.com> wrote:

> So I've made some tests. This sample is working without any problems with
> ruby 1.8.7 and 1.9.2 but is not working with Macruby.
>
> Anybody here using Sequel with Macruby 0.10?
>
> - Petr
>
> On Apr 28, 2011, at 12:33 PM, Petr Kaleta wrote:
>
> > One Sequel related question: check this simple code
> http://pastie.org/1842796
> >
> > I'm getting this very strange exception:
> >
> >
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/Gems/1.9.2/gems/sequel-3.22.0/lib/sequel/model/base.rb:1378:in
> `set_restricted:': undefined local variable or method `model' for
> #<Item:0x2010af5e0> (NameError)
> >
> > Am I doing something wrong?
> >
> > - Petr
> >
> > On Apr 18, 2011, at 1:47 PM, Rolando Abarca wrote:
> >
> >> try sequel: http://sequel.rubyforge.org/
> >>
> >> On Mon, Apr 18, 2011 at 6:11 AM, Petr Kaleta <petr.kaleta at me.com>
> wrote:
> >>> Can you suggest me some gem/framework to work with Sqlite3 without core
> data? Something which has nice DSL and good performance.
> >>>
> >>> Thanks
> >>>
> >>> - Petr
> >>
> >> hth,
> >> --
> >> Rolando Abarca M.
> >> Games For Food S.p.A.
> >> http://www.gamesforfood.com
> >> Phones: +1 (408) 345-5433
> >> +56 (2) 581-4591
> >> _______________________________________________
> >> MacRuby-devel mailing list
> >> MacRuby-devel at lists.macosforge.org
> >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> >
> > _______________________________________________
> > MacRuby-devel mailing list
> > MacRuby-devel at lists.macosforge.org
> > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20110428/e23ad19e/attachment.html>


More information about the MacRuby-devel mailing list