This is strange.. before I thought , that this is happend cause I try
centralised gems repositories (I have many compiled ruby :) and merb was in
one folder (1.8) methopara in different (1.9.1), but now all in one folder..

talley...@talleyran-lin:~/hosts/animehero$ merb -a thin --verbose
 ~ Running bootloaders...
Loading init file from /home/talleyran/hosts/animehero/config/init.rb
Loading /home/talleyran/hosts/animehero/config/environments/development.rb
 ~ Loaded DEVELOPMENT Environment...
 ~ Expanding RUBY_PATH...
 ~ loading gem 'merb-core' ...
 ~
 ~ FATAL: The file merb-action-args was not found
 ~
 ~ FRAMEWORK_ROOT = /var/lib/gems/1.9.1/gems/merb-core-1.1/lib
 ~
 ~ LoadError: no such file to load -- methopara
/var/lib/gems/1.9.1/gems/merb-core-1.1/lib/merb-core.rb:468:in
`print_colorized_backtrace': undefined method `each_line' for
#<Array:0x92041a4> (NoMethodError)
    from /var/lib/gems/1.9.1/gems/merb-core-1.1/lib/merb-core.rb:448:in
`fatal!'
    from
/var/lib/gems/1.9.1/gems/merb-core-1.1/lib/merb-core/core_ext/kernel.rb:152:in
`rescue in load_dependency'
    from
/var/lib/gems/1.9.1/gems/merb-core-1.1/lib/merb-core/core_ext/kernel.rb:148:in
`load_dependency'
    from
/var/lib/gems/1.9.1/gems/merb-core-1.1/lib/merb-core/bootloader.rb:405:in
`block in load_dependencies'
    from
/var/lib/gems/1.9.1/gems/merb-core-1.1/lib/merb-core/bootloader.rb:405:in
`each'
    from
/var/lib/gems/1.9.1/gems/merb-core-1.1/lib/merb-core/bootloader.rb:405:in
`load_dependencies'
    from
/var/lib/gems/1.9.1/gems/merb-core-1.1/lib/merb-core/bootloader.rb:393:in
`run'
    from
/var/lib/gems/1.9.1/gems/merb-core-1.1/lib/merb-core/bootloader.rb:99:in
`run'
    from
/var/lib/gems/1.9.1/gems/merb-core-1.1/lib/merb-core/server.rb:172:in
`bootup'
    from
/var/lib/gems/1.9.1/gems/merb-core-1.1/lib/merb-core/server.rb:42:in `start'
    from /var/lib/gems/1.9.1/gems/merb-core-1.1/lib/merb-core.rb:170:in
`start'
    from /var/lib/gems/1.9.1/gems/merb-core-1.1/bin/merb:11:in `<top
(required)>'
    from /var/lib/gems/1.9.1/bin/merb:19:in `load'
    from /var/lib/gems/1.9.1/bin/merb:19:in `<main>'
talley...@talleyran-lin:~/hosts/animehero$ sudo /opt/ruby1.9.1p243/bin/gem
list

*** LOCAL GEMS ***

abstract (1.0.0)
addressable (2.0.2)
daemons (1.0.10)
data_objects (0.9.12)
diff-lcs (1.1.2)
dm-aggregates (0.9.11)
dm-core (0.9.11)
dm-migrations (0.9.11)
dm-serializer (0.9.11)
dm-sweatshop (0.9.11)
dm-timestamps (0.9.11)
dm-types (0.9.11)
dm-validations (0.9.11)
do_sqlite3 (0.9.12)
erubis (2.6.5)
eventmachine (0.12.8)
extlib (0.9.12)
haml (2.2.2)
highline (1.5.1)
json_pure (1.1.7)
mailfactory (1.4.0)
merb (1.1, 1.0.12)
merb-action-args (1.1, 1.0.12)
merb-assets (1.1, 1.0.12)
merb-auth (1.1, 1.0.12)
merb-auth-core (1.1, 1.0.12)
merb-auth-more (1.1, 1.0.12)
merb-auth-slice-password (1.1, 1.0.12)
merb-cache (1.1, 1.0.12)
merb-core (1.1, 1.0.12)
merb-exceptions (1.1, 1.0.12)
merb-gen (1.1, 1.0.12)
merb-haml (1.1, 1.0.12)
merb-helpers (1.1, 1.0.12)
merb-mailer (1.1, 1.0.12)
merb-more (1.1, 1.0.12)
merb-param-protection (1.1, 1.0.12)
merb-slices (1.1, 1.0.12)
merb_datamapper (1.1, 1.0.12)
methopara (0.3.2)
mime-types (1.16)
ParseTree (3.0.4)
rack (1.0.0)
rake (0.8.7)
randexp (0.1.4)
rspec (1.2.8)
ruby2ruby (1.2.3)
ruby_parser (2.0.3)
RubyInline (3.8.2)
sexp_processor (3.0.2)
templater (0.5.0)
thin (1.2.2)
thor (0.9.9)
ZenTest (4.1.3)


2009/7/27 Pavel Kunc <[email protected]>

>
> I've problems with he Merb 1.1 (edge) and ruby 1.9.1 on Mac OS.
> Especially gems are somehow broken when I upgrade to the newest gems.
> It breaks gem_prelude. On ubuntu this guide contains all necessary.
> However there are some parts of the Merb Edge which needs some care
> when on 1.9.1 (mailer, mongrel adapter).
>
> I'm using patched mongrel for the 1.9.1 and patched PG gem. Be careful
> with DB on the 1.9.1 because you need DB adapter which is encoding
> friendly. And I think that the only adapter is patched pg adapter. But
> maybe I'm wrong.
>
> Pavel
>
> On Jul 27, 3:39 am, don buchanan <[email protected]> wrote:
> > Talleyran can you please list all your gems here? Lets see what you
> > might be missing.
> > I also updated the article a bit to install the normal merb first,
> > then merb edge. This is because merb edge doesn't fetch a bunch of
> > dependencies. So maybe try
> > sudo gem install merb
> > sudo gem install merb  --sourcehttp://edge.merbivore.com
> >
> > This is the list of gems after i followed my own article
> > abstract (1.0.0)
> > addressable (2.0.2)
> > data_objects (0.9.12)
> > diff-lcs (1.1.2)
> > dm-aggregates (0.9.11)
> > dm-core (0.9.11)
> > dm-migrations (0.9.11)
> > dm-serializer (0.9.11)
> > dm-sweatshop (0.9.11)
> > dm-timestamps (0.9.11)
> > dm-types (0.9.11)
> > dm-validations (0.9.11)
> > do_sqlite3 (0.9.12)
> > erubis (2.6.5)
> > extlib (0.9.12)
> > haml (2.2.2)
> > highline (1.5.1)
> > json_pure (1.1.7)
> > mailfactory (1.4.0)
> > merb (1.1, 1.0.12)
> > merb-action-args (1.1, 1.0.12)
> > merb-assets (1.1, 1.0.12)
> > merb-auth (1.1, 1.0.12)
> > merb-auth-core (1.1, 1.0.12)
> > merb-auth-more (1.1, 1.0.12)
> > merb-auth-slice-password (1.1, 1.0.12)
> > merb-cache (1.1, 1.0.12)
> > merb-core (1.1, 1.0.12)
> > merb-exceptions (1.1, 1.0.12)
> > merb-gen (1.1, 1.0.12)
> > merb-haml (1.1, 1.0.12)
> > merb-helpers (1.1, 1.0.12)
> > merb-mailer (1.1, 1.0.12)
> > merb-more (1.1, 1.0.12)
> > merb-param-protection (1.1, 1.0.12)
> > merb-slices (1.1, 1.0.12)
> > merb_datamapper (1.1, 1.0.12)
> > methopara (0.3.2)
> > mime-types (1.16)
> > ParseTree (3.0.4)
> > rack (1.0.0)
> > rake (0.8.7)
> > randexp (0.1.4)
> > rspec (1.2.8)
> > ruby2ruby (1.2.3)
> > ruby_parser (2.0.3)
> > RubyInline (3.8.2)
> > sexp_processor (3.0.2)
> > templater (0.5.0)
> > thor (0.9.9)
> > ZenTest (4.1.3)
> >
> > On Jul 27, 2:57 am, Talleyran <[email protected]> wrote:
> >
> >
> >
> > > merb -i output "FATAL: The file merb-action-args was not found" too.
> >
> > > ps Ноябрь[noyabr'] it's me)
> >
> > > On Jul 26, 9:52 am, don buchanan <[email protected]> wrote:
> >
> > > > yeah whoops, added methopara to gems to install before running merb.
> > > > I also added  libreadline-dev to the required packages at the start.
> > > > To install readline (so you can use interactive merb, aka "merb -i")
> > > > but you've already built and installed ruby then just go to where you
> > > > extracted the source and go:
> >
> > > > sudo aptitude install libreadline-dev
> > > > cd ext/readline
> > > > ruby extconf.rb
> > > > make
> > > > sudo checkinstall -pkgname libreadline-ruby1.9
> >
> > > > On Jul 26, 7:06 am, Dmitry Krasnov <[email protected]> wrote:
> >
> > > > > gem install methopara
> > > > > will help
> >
>


-- 
С уважением,
Яковлев Кирилл.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to