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