[Nitro] Install your own Nitro dev-branch gems!
Matthew B Gardner
weather at speakeasy.net
Sat Dec 8 03:36:22 EST 2007
Requiring 'view/nform' didn't work, but I think Raw::FormHelper did. I had
already tried this and it booted, but I thought it didn't actually work...I
guess it did...here's the problem:
DEBUG: Compiling 'RootController#index' super-method
DEBUG: SELECT * FROM `ogtodoitem`
DEBUG: Compiling 'index' view sub-method [format: html]
When I go to the index page, it's showing me the generic "You have
successfully installed Nitro!" index. Hopefully the above provides enough
information, please let me know if it doesn't. This problem wasn't happening
prior to the darcs install.
Thanks again for any help,
Matt
On Saturday 08 December 2007 03:17, Arne Brasseur wrote:
> Matthew B Gardner schreef:
> > I required rubygems (sorry, I thought I had tried that before, but maybe
> > only with nitro_and_og), but I still have the FormHelper name error.
> >
> > ./app/controller/root.rb:2: uninitialized constant
> > RootController::FormHelper (NameError)
> > from
> > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
> > from app.rb:7
> >
> > Looks like I did all this for nothing :). Do I just need to require a
> > file to get around this problem?
>
> module FormHelper is defined in view/nform, so
>
> require "view/nform"
>
> might do the trick. If you still get the same problem try fully
> qualifying it:
>
> include Raw::FormHelper
>
> Thanks for trying the tutorial and reporting this.
>
> (ab)
>
> > Thanks again again,
> > Matt
> >
> > On Saturday 08 December 2007 01:30, Arne Brasseur wrote:
> >> Matthew B Gardner schreef:
> >>> I actually tried that too...sorry, I should have included that info.
> >>>
> >>> app.rb:3:in `require': no such file to load -- nitro (LoadError)
> >>> from app.rb:3
> >>>
> >>> I didn't have this problem before I switched to the darcs approach (I
> >>> switched b/c of the FormHelper name error).
> >>
> >> So are you installing the gems or running the repo the directly? In the
> >> first case add require "rubygems" or use the RUBYOPT=-rubygems trick.
> >
> > _______________________________________________
> > Nitro-general mailing list
> > Nitro-general at rubyforge.org
> > http://rubyforge.org/mailman/listinfo/nitro-general
More information about the Nitro-general
mailing list