I have been trying out Masterview and have yet to get it to work. When I connect through the server (WEBRICK) after following the same steps for the demo I get... Missing template ./script/../config/../app/views/store/list.rhtml Any ideas?
On 4/6/07, Jarod Reid <jarod at attollo.net> wrote:> > I have been trying out Masterview and have yet to get it to work. When I > connect through the server (WEBRICK) after following the same steps for > the demo I get... > > Missing template ./script/../config/../app/views/store/list.rhtml > >Can you include the output from webrick when your system starts up? (the standard output that comes to the console when you launch). That might help us debug what is going on. Thanks, Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-users/attachments/20070406/0045d98b/attachment-0001.html
Jeff Barczewski wrote:> On 4/6/07, *Jarod Reid* <jarod at attollo.net <mailto:jarod at attollo.net>> > wrote: > > I have been trying out Masterview and have yet to get it to work. > When I > connect through the server (WEBRICK) after following the same > steps for > the demo I get... > > Missing template ./script/../config/../app/views/store/list.rhtml > > > > Can you include the output from webrick when your system starts up? > (the standard output that comes to the console when you launch). That > might help us debug what is going on. > > Thanks, > > Jeff > ------------------------------------------------------------------------ > > _______________________________________________ > Masterview-users mailing list > Masterview-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/masterview-usersI figured it out. I am using RadRails for development. When the server is started in RadRails it shows: Program name = -e and the MasterView configuration terminates. RadRails does not correctly pass the program name. Is there possibly a way around this?
On 4/6/07, Jarod Reid <jarod at attollo.net> wrote:> > Jeff Barczewski wrote: > > On 4/6/07, *Jarod Reid* <jarod at attollo.net <mailto:jarod at attollo.net>> > > wrote: > > > > I have been trying out Masterview and have yet to get it to work. > > When I > > connect through the server (WEBRICK) after following the same > > steps for > > the demo I get... > > > > Missing template ./script/../config/../app/views/store/list.rhtml > >I figured it out. I am using RadRails for development. When the server> is started in RadRails it shows: > > Program name = -e > > and the MasterView configuration terminates. RadRails does not correctly > pass the program name. Is there possibly a way around this? > _______________________________________________ >Yes, Lea Viljanen found this issue not too long ago. According to Lea, the work around is to define a new set of web servers via the "External tools" mechanism instead of relying on the default generated web servers. I have it on my plate to see if I can come up with a better fix (one that will work out of the box with RadRails) as well. Blessings, Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-users/attachments/20070406/47ab78c6/attachment.html
I got it to work by adding -e to the regex patter on line 542 in masterviews''s initializer.rb. Yay! Jeff Barczewski wrote:> > > On 4/6/07, *Jarod Reid* <jarod at attollo.net <mailto:jarod at attollo.net>> > wrote: > > Jeff Barczewski wrote: > > On 4/6/07, *Jarod Reid* <jarod at attollo.net > <mailto:jarod at attollo.net> <mailto:jarod at attollo.net > <mailto:jarod at attollo.net>>> > > wrote: > > > > I have been trying out Masterview and have yet to get it to > work. > > When I > > connect through the server (WEBRICK) after following the same > > steps for > > the demo I get... > > > > Missing template > ./script/../config/../app/views/store/list.rhtml > > > > I figured it out. I am using RadRails for development. When the server > is started in RadRails it shows: > > Program name = -e > > and the MasterView configuration terminates. RadRails does not > correctly > pass the program name. Is there possibly a way around this? > _______________________________________________ > > > > Yes, Lea Viljanen found this issue not too long ago. According to Lea, > the work around is to define a new set of web servers via the > "External tools" mechanism instead of relying on the default generated > web servers. > > I have it on my plate to see if I can come up with a better fix (one > that will work out of the box with RadRails) as well. > > Blessings, > > Jeff > ------------------------------------------------------------------------ > > _______________________________________________ > Masterview-users mailing list > Masterview-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/masterview-users