<link href="../../../public/stylesheets/style.css" rel="stylesheet" type="text/css" mv:stylesheet_link=" " /> becomes <%= stylesheet_link_tag %> Instead of <%= stylesheet_link_tag( ''style.css'' ) %> as mentioned in the document -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-users/attachments/20070323/9f737e29/attachment.html
On 3/23/07, Rajavel Lenin <rajlenin at gmail.com> wrote:> > <link href="../../../public/stylesheets/style.css" rel="stylesheet" > type="text/css" mv:stylesheet_link=" " /> > > > > becomes > > > > <%= stylesheet_link_tag %> > > > > Instead of > > > > <%= stylesheet_link_tag( ''style.css'' ) %> as mentioned in the document >Will address this one too. Thanks for posting. Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-users/attachments/20070324/0adfa118/attachment.html
On 3/23/07, Rajavel Lenin <rajlenin at gmail.com> wrote:> > <link href="../../../public/stylesheets/style.css" rel="stylesheet" > type="text/css" mv:stylesheet_link=" " /> > > > > becomes > > > > <%= stylesheet_link_tag %> > > > > Instead of > > > > <%= stylesheet_link_tag( ''style.css'' ) %> as mentioned in the document >The code was looking at the src attribute rather than the href attribute as it should have been. I have corrected the tests and code. The fix for this is checked into the subversion trunk so you can check it out with subversion now svn://rubyforge.org/var/svn/masterview/trunk/masterview I will plan to do a gem build and formal release sometime later this week. Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-users/attachments/20070326/d19f8878/attachment.html
On 3/26/07, Jeff Barczewski <jeff.barczewski at gmail.com> wrote:> > I will plan to do a gem build and formal release sometime later this week.Jeff, How is the gem build coming? Ed> > Jeff > > _______________________________________________-- Ed Howland http://greenprogrammer.blogspot.com
On 4/2/07, Ed Howland <ed.howland at gmail.com> wrote:> > On 3/26/07, Jeff Barczewski <jeff.barczewski at gmail.com> wrote: > > > > I will plan to do a gem build and formal release sometime later this > week. > > Jeff, > > How is the gem build coming? > >Just need to track down the issue in the build not having the example authenticate file and I can do a build. I should be able to get it out today or tomorrow. Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-users/attachments/20070402/4fc085fa/attachment.html