Pavel, I've been able to use thin instead of patching mongrel. Your comment mentions problems with mailer. Can you please elaborate as I'll hit this soon enough. thanks, Jon
On Jul 27, 7:13 am, Pavel Kunc <[email protected]> wrote: > I've problems with he Merb 1.1 (edge) and ruby1.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 on1.9.1 (mailer, mongrel adapter). > > I'm using patched mongrel for the1.9.1 and patched PG gem. Be careful > with DB on the1.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 -~----------~----~----~----~------~----~------~--~---
