As you wish :-)
> ch...@chris-laptop:~/src/ruby/raider$ merb -v > ~ Running bootloaders... > Loading init file from /home/chris/src/ruby/raider/config/init.rb > Loading /home/chris/src/ruby/raider/config/environments/development.rb > ~ Loaded DEVELOPMENT Environment... > ~ Expanding RUBY_PATH... > ~ loading gem 'merb-core' ... > ~ loading gem 'merb-action-args' ... > ~ loading gem 'merb-assets' ... > ~ loading gem 'merb-cache' ... > ~ loading gem 'merb-helpers' ... > ~ loading gem 'merb-mailer' ... > ~ loading gem 'merb-slices' ... > ~ loading gem 'merb-auth-core' ... > ~ loading gem 'merb-auth-more' ... > ~ Registered slice 'MerbAuthSlicePassword' located at > /usr/lib/ruby/gems/1.8/gems/merb-auth-slice-password-1.0.12 > ~ loading gem 'merb-auth-slice-password' ... > ~ loading gem 'merb-param-protection' ... > ~ loading gem 'merb-haml' ... > ~ loading gem 'merb-exceptions' ... > ~ loading gem 'data_objects' ... > ~ loading gem 'do_mysql' ... > ~ loading gem 'dm-core' ... > ~ loading gem 'dm-aggregates' ... > ~ loading gem 'dm-migrations' ... > ~ loading gem 'dm-timestamps' ... > ~ loading gem 'dm-types' ... > ~ loading gem 'dm-validations' ... > ~ loading gem 'merb_datamapper' ... > ~ loading gem 'dm-serializer' ... > ~ loading gem 'chriseppstein-compass' ... > ~ loading gem 'merb-ssl-requirement' ... > ~ loading gem 'merb-slices' ... > ~ Registered slice 'MerbStaticPagesSlice' located at > /usr/lib/ruby/gems/1.8/gems/merb_static_pages_slice-1.3.0 > ~ loading gem 'merb_static_pages_slice' ... > ~ loading gem 'maruku' ... > ~ It took: 1 > ~ Loading: Merb::BootLoader::MixinSession > ~ It took: 0 > ~ Loading: Merb::BootLoader::BeforeAppLoads > ~ It took: 0 > ~ Loading: Merb::Orms::DataMapper::Connect > ~ Merb::Orms::DataMapper::Connect block. > ~ Connecting to database... > ~ Checking if we need to use DataMapper sessions > ~ Merb::Orms::DataMapper::Connect complete > ~ It took: 0 > ~ Loading: Merb::Slices::Loader > ~ loading > /usr/lib/ruby/gems/1.8/gems/merb-auth-slice-password-1.0.12/app/controllers/exceptions.rb > ~ loading > /usr/lib/ruby/gems/1.8/gems/merb-auth-slice-password-1.0.12/app/controllers/application.rb > ~ loading > /usr/lib/ruby/gems/1.8/gems/merb-auth-slice-password-1.0.12/app/controllers/sessions.rb > ~ loading > /usr/lib/ruby/gems/1.8/gems/merb-auth-slice-password-1.0.12/app/helpers/application_helper.rb > ~ Loaded slice 'MerbAuthSlicePassword' ... > ~ loading /home/chris/src/ruby/raider/app/pages/brief.markdown > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require': no such file to load -- > /home/chris/src/ruby/raider/app/pages/brief.markdown (LoadError) > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require' > from > /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:866:in > `load_file' > from > /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:900:in > `load_classes' > from > /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:898:in > `each' > from > /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:898:in > `load_classes' > from > /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:897:in > `each' > from > /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:897:in > `load_classes' > from > /usr/lib/ruby/gems/1.8/gems/merb-slices-1.0.12/lib/merb-slices.rb:50:in > `load_classes' > from > /usr/lib/ruby/gems/1.8/gems/merb-slices-1.0.12/lib/merb-slices/module_mixin.rb:83:in > `load_slice' > from > /usr/lib/ruby/gems/1.8/gems/merb-slices-1.0.12/lib/merb-slices.rb:29:in `run' > from > /usr/lib/ruby/gems/1.8/gems/merb-slices-1.0.12/lib/merb-slices/module.rb:260:in > `call' > from > /usr/lib/ruby/gems/1.8/gems/merb-slices-1.0.12/lib/merb-slices/module.rb:260:in > `each_slice' > from > /usr/lib/ruby/gems/1.8/gems/merb-slices-1.0.12/lib/merb-slices/module.rb:258:in > `each' > from > /usr/lib/ruby/gems/1.8/gems/merb-slices-1.0.12/lib/merb-slices/module.rb:258:in > `each_slice' > from > /usr/lib/ruby/gems/1.8/gems/merb-slices-1.0.12/lib/merb-slices.rb:29:in `run' > from > /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:99:in > `run' > from > /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/server.rb:172:in > `bootup' > from > /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/server.rb:42:in > `start' > from > /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core.rb:170:in `start' > from /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.12/bin/merb:11 > from /usr/bin/merb:19:in `load' > from /usr/bin/merb:19 > ch...@chris-laptop:~/src/ruby/raider$ El vie, 07-08-2009 a las 13:45 -0700, Matt Aimonetti escribió: > I didn't use this slice in a long time, but could you try to start > merb in verbose mode and paste the log? > > $ bin/merb -v > > Thanks, > > - Matt > > On Fri, Aug 7, 2009 at 1:36 PM, Christian Hoeppner > <[email protected]> wrote: > > > Do you have maruku installed? > > Yup, even tried putting an explicit dependency in for merb. > > > Also maybe try to put something in the markdown file so the > parser > > doesn't choke on it. > > I actually started with a "full" file, and got that trace, so > I tried > with an empty file next, but it didn't change the outcome. > > > > - Matt > > > > On Fri, Aug 7, 2009 at 5:39 AM, Christian Hoeppner > > <[email protected]> wrote: > > > > Hey there, > > > > I'm trying to get this to work. It seemed like a > pretty > > straight forward > > thing, but turned out not to be, for whatever > reason. The > > trace I get > > tells me absolutely nothing. I'd love to shed some > light on > > this, and > > any help is greatly apreciated. > > > > The moment the init.rb file calls push_path on the > slice, I > > get this: > > > > > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in > > `gem_original_require': no such file to load > > > -- /home/chris/src/ruby/raider/app/pages/foobar.markdown > > (LoadError) > > > > ... Where foobar.markdown is just an empty file I > placed for > > testing > > purposes. Below is the full trace: > > > > ch...@chris-laptop:~/src/ruby/raider$ bin/merb > > bin/merb:14: warning: Insecure world writable > > dir /home/chris/src/ruby/raider/bin in PATH, mode > 040777 > > Loading init file > > from /home/chris/src/ruby/raider/config/init.rb > > > Loading /home/chris/src/ruby/raider/config/environments/development.rb > > ~ Connecting to database... > > ~ Loaded slice 'MerbAuthSlicePassword' ... > > > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in > > `gem_original_require': no such file to load > > > -- /home/chris/src/ruby/raider/app/pages/foobar.markdown > > (LoadError) > > > > > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in > > `require' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:866:in > `load_file' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:900:in > `load_classes' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:898:in > `each' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:898:in > `load_classes' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:897:in > `each' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:897:in > `load_classes' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-slices-1.0.12/lib/merb-slices.rb:50:in > `load_classes' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-slices-1.0.12/lib/merb-slices/module_mixin.rb:83:in > `load_slice' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-slices-1.0.12/lib/merb-slices.rb:29:in > `run' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-slices-1.0.12/lib/merb-slices/module.rb:260:in > `call' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-slices-1.0.12/lib/merb-slices/module.rb:260:in > `each_slice' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-slices-1.0.12/lib/merb-slices/module.rb:258:in > `each' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-slices-1.0.12/lib/merb-slices/module.rb:258:in > `each_slice' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-slices-1.0.12/lib/merb-slices.rb:29:in > `run' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:99:in > `run' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-core-1.0.12/lib/merb-core/server.rb:172:in > `bootup' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-core-1.0.12/lib/merb-core/server.rb:42:in > `start' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-core-1.0.12/lib/merb-core.rb:170:in > `start' > > > > > from > /home/chris/src/ruby/raider/gems/gems/merb-core-1.0.12/bin/merb:11 > > from bin/merb:31:in `load' > > from bin/merb:31 > > > > > > > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
