Thanks for trying it out Peter. I ran this only with vendor/rails so I
haven't tried it using gems yet, but now I realize that it would be using
Shoes gems instead of your system gems. I would try freezing your system
Rails gem to vendor/rails if you can; otherwise I'll try to make it Gem-able
later.
I did read that o'reilly article, it's a cool application of using Shoes
with merb as a webservice. I actually originally just wanted to make a mysql
client in Shoes, but didn't have enough time to make something that epic so
I just went the easy way,

-tieg

On Wed, Aug 13, 2008 at 11:22 AM, peter retief <[EMAIL PROTECTED]>wrote:

> Hi Tieg
>
> I get a load error - think here
>
> require "#{RAILS_ROOT}/config/environment"
>
> in bash i run
>
> shoes active_record_in_shoes.rb
>
> and get
>
> Missing the Rails  gem. Please `gem install -v= rails`, update your
> RAILS_GEM_VERSION setting in config/environment.rb for the Rails
> version you do have installed, or comment out RAILS_GEM_VERSION to use
> the latest version installed.
>
> In the ui box i get "error in shoes.rb line 215"
> "Wrong number of arguments (1 for 0)"
>
>
> I do have the latest gem installed
>
> I am sure its something simple I missed ??
>
> Nice idea !
>
> I guess u must have noticed this url
>
>
> http://www.oreillynet.com/pub/a/ruby/2008/01/14/shoes-meets-merb-interfacing-a-gtk2-front-end-and-a-rails-web-service.html
>
> Thanks
> Peter
>
> 2008/8/13 Tieg Zaharia <[EMAIL PROTECTED]>:
> > Hey list, here's a wee app that lets you view your ActiveRecord models.
> I'd
> > like to make it more useful if possible:
> > http://the-shoebox.org/apps/76
> >
> > -tieg
>

Reply via email to