From benr at x-cr.com Thu Nov 1 15:38:41 2007 From: benr at x-cr.com (Ben Reubenstein) Date: Thu, 1 Nov 2007 13:38:41 -0600 Subject: [typo] Newbie Question 1: Access control to Typo blogs In-Reply-To: References: Message-ID: <44c79a160711011238v6296fe92teda5b4d50c8e00de@mail.gmail.com> Hi Nick ~ Typo is designed to be a public facing blog with a private admin. If you want to limit access to the public portion, the quickest strategy would be to control access via http_auth using apache. This can be done in your directory setup in your http.conf, or included file. The admin section will still be controlled by the user name and password in the Typo DB. ~ Ben On 10/30/07, Nick Rich wrote: > Hi, > > Apologies - this is probably a stupid newbie question.. > > Scenario: > > I have an ADSL connection, a domain, and a spare box running Mac OS > X . I am teaching myself some Ruby and Ruby on Rails (hobby only) > so Typo looked like a fun choice for some blogging software. Thanks, > team! > > I have downloaded and installed latest Apache 2.2 , Mongrel > (cluster), Ruby, Rails, Typo, Postgresql and friends. > > Apache is thus set up as the front webserver, proxying requests to > mongrel instances. > > I have set up 3 blogs which live in /Local/Sites/blog1, /Local/Sites/ > blog2, & /Local/Sites/blog3. > > They are served up by http://blogs.mydomain.com/blog1, http:// > blogs.mydomain.com/blog2, http://blogs.mydomain.com/blog3, > > I would like blog1 to be private to a small group of users for > posting and reading. Blogs 2 and 3 are eventually for public reading > consumption. > > Typo admin seems to control write access but leave read access open. > > The question is: should I use Apache to control access, and if so how > does that fit with Typo, or am I misunderstanding what Typo does? > > Many thanks for any assistance. > > > > Nick > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- Ben Reubenstein 303-947-0446 http://www.x-cr.com From nrich123 at mac.com Thu Nov 1 16:36:25 2007 From: nrich123 at mac.com (Nick Rich) Date: Thu, 1 Nov 2007 20:36:25 +0000 Subject: [typo] Newbie Question 1: Access control to Typo blogs Message-ID: <617F8CA5-A9B5-48C0-B718-3BAD53138A74@mac.com> Ben, many thanks for confirming my guess. Off to figure out the wilds of Apache directives :-) Nick From benr at x-cr.com Thu Nov 1 18:32:05 2007 From: benr at x-cr.com (Ben Reubenstein) Date: Thu, 1 Nov 2007 16:32:05 -0600 Subject: [typo] Newbie Question 1: Access control to Typo blogs In-Reply-To: <617F8CA5-A9B5-48C0-B718-3BAD53138A74@mac.com> References: <617F8CA5-A9B5-48C0-B718-3BAD53138A74@mac.com> Message-ID: <44c79a160711011532j26b44f23gf53a7ed2dd3117bc@mail.gmail.com> Should go something like this: SSLRequireSSL #if you want SSL and have it configured AuthType Basic AuthName "My Secure Area" AuthUserFile /path/to/your/authfile Require valid-user Use htpasswd2 to create / maintain your authfile On 11/1/07, Nick Rich wrote: > Ben, many thanks for confirming my guess. Off to figure out the wilds > of Apache directives :-) > > Nick > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- Ben Reubenstein 303-947-0446 http://www.x-cr.com From eamonford at mac.com Fri Nov 2 02:55:37 2007 From: eamonford at mac.com (Eamon Ford) Date: Thu, 1 Nov 2007 23:55:37 -0700 Subject: [typo] Typo not working under Leopard! Message-ID: Hi all, I've been serving Typo 4.0.3 on a 2.16GHz Core 2 Duo iMac running Mac OS 10.4.10, and everything has been working fine. But when I upgraded to Mac OS 10.5, Typo just gives me Application Error (Rails). Does anyone know what could be wrong, and how to fix it? Thanks! From neuro at 7el.net Fri Nov 2 03:08:43 2007 From: neuro at 7el.net (Frederic de Villamil) Date: Fri, 2 Nov 2007 08:08:43 +0100 Subject: [typo] Typo not working under Leopard! In-Reply-To: References: Message-ID: <164E4F94-5773-450D-A3EE-4A0FF5DACFF2@7el.net> Hi, Can you send us what your production.log tels ? I don't have leopard yet. Regards Fr?d?ric Le 2 nov. 07 ? 07:55, Eamon Ford a ?crit : > Hi all, > I've been serving Typo 4.0.3 on a 2.16GHz Core 2 Duo iMac running Mac > OS 10.4.10, and everything has been working fine. But when I upgraded > to Mac OS 10.5, Typo just gives me Application Error (Rails). Does > anyone know what could be wrong, and how to fix it? > > Thanks! > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Fr?d?ric de Villamil frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com Typo : http://typosphere.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071102/811a5220/attachment.html From eamonford at mac.com Fri Nov 2 03:51:54 2007 From: eamonford at mac.com (Eamon Ford) Date: Fri, 2 Nov 2007 00:51:54 -0700 Subject: [typo] Typo not working under Leopard! In-Reply-To: <164E4F94-5773-450D-A3EE-4A0FF5DACFF2@7el.net> References: <164E4F94-5773-450D-A3EE-4A0FF5DACFF2@7el.net> Message-ID: <3C4DCCB6-5197-4B83-A515-75CBB765260F@mac.com> OK, here's what production.log says. Does this mean I have to reinstall MySQL? Oh crap... does that also mean I've lost everything in my Typo database? Processing ArticlesController#index (for 192.168.0.3 at 2007-11-02 00:47:59) [GET] Parameters: {"action"=>"index", "controller"=>"articles"} Errno::ENOENT (No such file or directory - /tmp/mysql.sock): /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: 104:in `initialize' /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: 104:in `new' /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: 104:in `real_connect' /vendor/rails/activerecord/lib/active_record/connection_adapters/ mysql_adapter.rb:330:in `connect' /vendor/rails/activerecord/lib/active_record/connection_adapters/ mysql_adapter.rb:87:in `initialize' /vendor/rails/activerecord/lib/active_record/connection_adapters/ mysql_adapter.rb:36:in `new' /vendor/rails/activerecord/lib/active_record/connection_adapters/ mysql_adapter.rb:36:in `mysql_connection' /vendor/rails/activerecord/lib/active_record/connection_adapters/ abstract/connection_specification.rb:251:in `send' /vendor/rails/activerecord/lib/active_record/connection_adapters/ abstract/connection_specification.rb:251:in `connection_without_query_cache=' /vendor/rails/activerecord/lib/active_record/query_cache.rb:54:in `connection=' /vendor/rails/activerecord/lib/active_record/connection_adapters/ abstract/connection_specification.rb:220:in `retrieve_connection' /vendor/rails/activerecord/lib/active_record/connection_adapters/ abstract/connection_specification.rb:78:in `connection' /vendor/rails/activerecord/lib/active_record/base.rb:1046:in `add_limit!' /vendor/rails/activerecord/lib/active_record/base.rb:1017:in `construct_finder_sql' /vendor/rails/activerecord/lib/active_record/base.rb:924:in `find_every' /vendor/rails/activerecord/lib/active_record/base.rb:918:in `find_initial' /vendor/rails/activerecord/lib/active_record/base.rb:380:in `find' /app/models/blog.rb:115:in `default' /app/controllers/application.rb:40:in `get_the_blog_object' /vendor/rails/actionpack/lib/action_controller/filters.rb:399:in `send' /vendor/rails/actionpack/lib/action_controller/filters.rb:399:in `call_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:394:in `each' /vendor/rails/actionpack/lib/action_controller/filters.rb:394:in `call_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:383:in `before_action' /vendor/rails/actionpack/lib/action_controller/filters.rb:365:in `perform_action_without_benchmark' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: 69:in `perform_action_without_rescue' /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: 69:in `perform_action_without_rescue' /vendor/rails/actionpack/lib/action_controller/rescue.rb:82:in `perform_action' /vendor/rails/actionpack/lib/action_controller/base.rb:408:in `send' /vendor/rails/actionpack/lib/action_controller/base.rb:408:in `process_without_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:377:in `process_without_session_management_support' /vendor/rails/actionpack/lib/action_controller/ session_management.rb:117:in `process' /vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ rails.rb:78:in `process' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ rails.rb:76:in `synchronize' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ rails.rb:76:in `process' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 618:in `process_client' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 617:in `each' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 617:in `process_client' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 736:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 736:in `initialize' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 736:in `new' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 736:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 720:in `initialize' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 720:in `new' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 720:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ configurator.rb:271:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ configurator.rb:270:in `each' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ configurator.rb:270:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails: 127:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ command.rb:211:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails: 243 /usr/local/bin/mongrel_rails:16:in `load' /usr/local/bin/mongrel_rails:16 Processing Base#index (for 192.168.0.3 at 2007-11-02 00:47:59) [GET] Parameters: {"action"=>"index", "controller"=>"articles"} Errno::ENOENT (No such file or directory - /tmp/mysql.sock): /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: 104:in `initialize' /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: 104:in `new' /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: 104:in `real_connect' /vendor/rails/activerecord/lib/active_record/connection_adapters/ mysql_adapter.rb:330:in `connect' /vendor/rails/activerecord/lib/active_record/connection_adapters/ mysql_adapter.rb:87:in `initialize' /vendor/rails/activerecord/lib/active_record/connection_adapters/ mysql_adapter.rb:36:in `new' /vendor/rails/activerecord/lib/active_record/connection_adapters/ mysql_adapter.rb:36:in `mysql_connection' /vendor/rails/activerecord/lib/active_record/connection_adapters/ abstract/connection_specification.rb:251:in `send' /vendor/rails/activerecord/lib/active_record/connection_adapters/ abstract/connection_specification.rb:251:in `connection_without_query_cache=' /vendor/rails/activerecord/lib/active_record/query_cache.rb:54:in `connection=' /vendor/rails/activerecord/lib/active_record/connection_adapters/ abstract/connection_specification.rb:220:in `retrieve_connection' /vendor/rails/activerecord/lib/active_record/connection_adapters/ abstract/connection_specification.rb:78:in `connection' /vendor/rails/activerecord/lib/active_record/base.rb:1046:in `add_limit!' /vendor/rails/activerecord/lib/active_record/base.rb:1017:in `construct_finder_sql' /vendor/rails/activerecord/lib/active_record/base.rb:924:in `find_every' /vendor/rails/activerecord/lib/active_record/base.rb:918:in `find_initial' /vendor/rails/activerecord/lib/active_record/base.rb:380:in `find' /app/models/blog.rb:115:in `default' /app/controllers/application.rb:50:in `this_blog' /app/controllers/content_controller.rb:76:in `theme_layout' /vendor/rails/actionpack/lib/action_controller/layout.rb:218:in `send' /vendor/rails/actionpack/lib/action_controller/layout.rb:218:in `active_layout' /vendor/rails/actionpack/lib/action_controller/layout.rb:278:in `pick_layout' /vendor/rails/actionpack/lib/action_controller/layout.rb:237:in `render_without_benchmark' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: 53:in `render' /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: 53:in `render' /app/controllers/articles_controller.rb:73:in `rescue_action_in_public' /vendor/rails/actionpack/lib/action_controller/rescue.rb:33:in `rescue_action' /vendor/rails/actionpack/lib/action_controller/rescue.rb:108:in `perform_action' /vendor/rails/actionpack/lib/action_controller/base.rb:408:in `send' /vendor/rails/actionpack/lib/action_controller/base.rb:408:in `process_without_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:377:in `process_without_session_management_support' /vendor/rails/actionpack/lib/action_controller/ session_management.rb:117:in `process' /vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ rails.rb:78:in `process' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ rails.rb:76:in `synchronize' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ rails.rb:76:in `process' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 618:in `process_client' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 617:in `each' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 617:in `process_client' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 736:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 736:in `initialize' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 736:in `new' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 736:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 720:in `initialize' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 720:in `new' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: 720:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ configurator.rb:271:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ configurator.rb:270:in `each' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ configurator.rb:270:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails: 127:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ command.rb:211:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails: 243 /usr/local/bin/mongrel_rails:16:in `load' /usr/local/bin/mongrel_rails:16 On Nov 2, 2007, at 12:08 AM, Frederic de Villamil wrote: > Hi, > > Can you send us what your production.log tels ? I don't have leopard > yet. > > Regards > Fr?d?ric > > Le 2 nov. 07 ? 07:55, Eamon Ford a ?crit : > >> Hi all, >> I've been serving Typo 4.0.3 on a 2.16GHz Core 2 Duo iMac running Mac >> OS 10.4.10, and everything has been working fine. But when I upgraded >> to Mac OS 10.5, Typo just gives me Application Error (Rails). Does >> anyone know what could be wrong, and how to fix it? >> >> Thanks! >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list > > -- > Fr?d?ric de Villamil > frederic at de-villamil.com tel: +33 (0)6 62 19 > 1337 > http://fredericdevillamil.com Typo : http://typosphere.org > > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071102/13072899/attachment-0001.html From neuro at 7el.net Fri Nov 2 04:05:52 2007 From: neuro at 7el.net (Frederic de Villamil) Date: Fri, 2 Nov 2007 09:05:52 +0100 Subject: [typo] Typo not working under Leopard! In-Reply-To: <3C4DCCB6-5197-4B83-A515-75CBB765260F@mac.com> References: <164E4F94-5773-450D-A3EE-4A0FF5DACFF2@7el.net> <3C4DCCB6-5197-4B83-A515-75CBB765260F@mac.com> Message-ID: <05E3B350-7888-49A1-B334-F8DD055962D6@7el.net> Well, if you haven't backed your mysql database up before installing your new OS, it's obvious you've lost it and unfortunately, we can't do anything about it yet. Regards Fr?d?ric Le 2 nov. 07 ? 08:51, Eamon Ford a ?crit : > OK, here's what production.log says. Does this mean I have to > reinstall MySQL? Oh crap... does that also mean I've lost > everything in my Typo database? > > > Processing ArticlesController#index (for 192.168.0.3 at 2007-11-02 > 00:47:59) [GET] > Parameters: {"action"=>"index", "controller"=>"articles"} > > > Errno::ENOENT (No such file or directory - /tmp/mysql.sock): > /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: > 104:in `initialize' > /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: > 104:in `new' > /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: > 104:in `real_connect' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/mysql_adapter.rb:330:in `connect' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/mysql_adapter.rb:87:in `initialize' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/mysql_adapter.rb:36:in `new' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/mysql_adapter.rb:36:in `mysql_connection' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/abstract/connection_specification.rb:251:in `send' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/abstract/connection_specification.rb:251:in > `connection_without_query_cache=' > /vendor/rails/activerecord/lib/active_record/query_cache.rb: > 54:in `connection=' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/abstract/connection_specification.rb:220:in > `retrieve_connection' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/abstract/connection_specification.rb:78:in > `connection' > /vendor/rails/activerecord/lib/active_record/base.rb:1046:in > `add_limit!' > /vendor/rails/activerecord/lib/active_record/base.rb:1017:in > `construct_finder_sql' > /vendor/rails/activerecord/lib/active_record/base.rb:924:in > `find_every' > /vendor/rails/activerecord/lib/active_record/base.rb:918:in > `find_initial' > /vendor/rails/activerecord/lib/active_record/base.rb:380:in `find' > /app/models/blog.rb:115:in `default' > /app/controllers/application.rb:40:in `get_the_blog_object' > /vendor/rails/actionpack/lib/action_controller/filters.rb: > 399:in `send' > /vendor/rails/actionpack/lib/action_controller/filters.rb: > 399:in `call_filters' > /vendor/rails/actionpack/lib/action_controller/filters.rb: > 394:in `each' > /vendor/rails/actionpack/lib/action_controller/filters.rb: > 394:in `call_filters' > /vendor/rails/actionpack/lib/action_controller/filters.rb: > 383:in `before_action' > /vendor/rails/actionpack/lib/action_controller/filters.rb: > 365:in `perform_action_without_benchmark' > /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: > 69:in `perform_action_without_rescue' > /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' > /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: > 69:in `perform_action_without_rescue' > /vendor/rails/actionpack/lib/action_controller/rescue.rb:82:in > `perform_action' > /vendor/rails/actionpack/lib/action_controller/base.rb:408:in > `send' > /vendor/rails/actionpack/lib/action_controller/base.rb:408:in > `process_without_filters' > /vendor/rails/actionpack/lib/action_controller/filters.rb: > 377:in `process_without_session_management_support' > /vendor/rails/actionpack/lib/action_controller/ > session_management.rb:117:in `process' > /vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > rails.rb:78:in `process' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > rails.rb:76:in `synchronize' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > rails.rb:76:in `process' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 618:in `process_client' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 617:in `each' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 617:in `process_client' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 736:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 736:in `initialize' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 736:in `new' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 736:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 720:in `initialize' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 720:in `new' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 720:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > configurator.rb:271:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > configurator.rb:270:in `each' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > configurator.rb:270:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/ > mongrel_rails:127:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > command.rb:211:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/ > mongrel_rails:243 > /usr/local/bin/mongrel_rails:16:in `load' > /usr/local/bin/mongrel_rails:16 > > > > > Processing Base#index (for 192.168.0.3 at 2007-11-02 00:47:59) [GET] > Parameters: {"action"=>"index", "controller"=>"articles"} > > > Errno::ENOENT (No such file or directory - /tmp/mysql.sock): > /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: > 104:in `initialize' > /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: > 104:in `new' > /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: > 104:in `real_connect' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/mysql_adapter.rb:330:in `connect' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/mysql_adapter.rb:87:in `initialize' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/mysql_adapter.rb:36:in `new' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/mysql_adapter.rb:36:in `mysql_connection' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/abstract/connection_specification.rb:251:in `send' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/abstract/connection_specification.rb:251:in > `connection_without_query_cache=' > /vendor/rails/activerecord/lib/active_record/query_cache.rb: > 54:in `connection=' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/abstract/connection_specification.rb:220:in > `retrieve_connection' > /vendor/rails/activerecord/lib/active_record/ > connection_adapters/abstract/connection_specification.rb:78:in > `connection' > /vendor/rails/activerecord/lib/active_record/base.rb:1046:in > `add_limit!' > /vendor/rails/activerecord/lib/active_record/base.rb:1017:in > `construct_finder_sql' > /vendor/rails/activerecord/lib/active_record/base.rb:924:in > `find_every' > /vendor/rails/activerecord/lib/active_record/base.rb:918:in > `find_initial' > /vendor/rails/activerecord/lib/active_record/base.rb:380:in `find' > /app/models/blog.rb:115:in `default' > /app/controllers/application.rb:50:in `this_blog' > /app/controllers/content_controller.rb:76:in `theme_layout' > /vendor/rails/actionpack/lib/action_controller/layout.rb:218:in > `send' > /vendor/rails/actionpack/lib/action_controller/layout.rb:218:in > `active_layout' > /vendor/rails/actionpack/lib/action_controller/layout.rb:278:in > `pick_layout' > /vendor/rails/actionpack/lib/action_controller/layout.rb:237:in > `render_without_benchmark' > /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: > 53:in `render' > /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' > /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: > 53:in `render' > /app/controllers/articles_controller.rb:73:in > `rescue_action_in_public' > /vendor/rails/actionpack/lib/action_controller/rescue.rb:33:in > `rescue_action' > /vendor/rails/actionpack/lib/action_controller/rescue.rb:108:in > `perform_action' > /vendor/rails/actionpack/lib/action_controller/base.rb:408:in > `send' > /vendor/rails/actionpack/lib/action_controller/base.rb:408:in > `process_without_filters' > /vendor/rails/actionpack/lib/action_controller/filters.rb: > 377:in `process_without_session_management_support' > /vendor/rails/actionpack/lib/action_controller/ > session_management.rb:117:in `process' > /vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > rails.rb:78:in `process' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > rails.rb:76:in `synchronize' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > rails.rb:76:in `process' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 618:in `process_client' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 617:in `each' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 617:in `process_client' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 736:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 736:in `initialize' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 736:in `new' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 736:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 720:in `initialize' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 720:in `new' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: > 720:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > configurator.rb:271:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > configurator.rb:270:in `each' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > configurator.rb:270:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/ > mongrel_rails:127:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ > command.rb:211:in `run' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/ > mongrel_rails:243 > /usr/local/bin/mongrel_rails:16:in `load' > /usr/local/bin/mongrel_rails:16 > > > > On Nov 2, 2007, at 12:08 AM, Frederic de Villamil wrote: > >> Hi, >> >> Can you send us what your production.log tels ? I don't have >> leopard yet. >> >> Regards >> Fr?d?ric >> >> Le 2 nov. 07 ? 07:55, Eamon Ford a ?crit : >> >>> Hi all, >>> I've been serving Typo 4.0.3 on a 2.16GHz Core 2 Duo iMac running >>> Mac >>> OS 10.4.10, and everything has been working fine. But when I >>> upgraded >>> to Mac OS 10.5, Typo just gives me Application Error (Rails). Does >>> anyone know what could be wrong, and how to fix it? >>> >>> Thanks! >>> _______________________________________________ >>> Typo-list mailing list >>> Typo-list at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/typo-list >> >> -- >> Fr?d?ric de Villamil >> frederic at de-villamil.com tel: +33 (0)6 62 >> 19 1337 >> http://fredericdevillamil.com Typo : http://typosphere.org >> >> >> >> >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Fr?d?ric de Villamil frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com Typo : http://typosphere.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071102/935ff290/attachment-0001.html From eamonford at mac.com Fri Nov 2 04:21:05 2007 From: eamonford at mac.com (Eamon Ford) Date: Fri, 2 Nov 2007 01:21:05 -0700 Subject: [typo] Typo not working under Leopard! In-Reply-To: <05E3B350-7888-49A1-B334-F8DD055962D6@7el.net> References: <164E4F94-5773-450D-A3EE-4A0FF5DACFF2@7el.net> <3C4DCCB6-5197-4B83-A515-75CBB765260F@mac.com> <05E3B350-7888-49A1-B334-F8DD055962D6@7el.net> Message-ID: Oh no. :( But what do you mean when you say "yet"? On Nov 2, 2007, at 1:05 AM, Frederic de Villamil wrote: > Well, if you haven't backed your mysql database up before installing > your new OS, it's obvious you've lost it and unfortunately, we can't > do anything about it yet. > > Regards > Fr?d?ric > > Le 2 nov. 07 ? 08:51, Eamon Ford a ?crit : > >> OK, here's what production.log says. Does this mean I have to >> reinstall MySQL? Oh crap... does that also mean I've lost >> everything in my Typo database? >> >> >> Processing ArticlesController#index (for 192.168.0.3 at 2007-11-02 >> 00:47:59) [GET] >> Parameters: {"action"=>"index", "controller"=>"articles"} >> >> >> Errno::ENOENT (No such file or directory - /tmp/mysql.sock): >> /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: >> 104:in `initialize' >> /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: >> 104:in `new' >> /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: >> 104:in `real_connect' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/mysql_adapter.rb:330:in `connect' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/mysql_adapter.rb:87:in `initialize' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/mysql_adapter.rb:36:in `new' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/mysql_adapter.rb:36:in `mysql_connection' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/abstract/connection_specification.rb:251:in >> `send' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/abstract/connection_specification.rb:251:in >> `connection_without_query_cache=' >> /vendor/rails/activerecord/lib/active_record/query_cache.rb: >> 54:in `connection=' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/abstract/connection_specification.rb:220:in >> `retrieve_connection' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/abstract/connection_specification.rb:78:in >> `connection' >> /vendor/rails/activerecord/lib/active_record/base.rb:1046:in >> `add_limit!' >> /vendor/rails/activerecord/lib/active_record/base.rb:1017:in >> `construct_finder_sql' >> /vendor/rails/activerecord/lib/active_record/base.rb:924:in >> `find_every' >> /vendor/rails/activerecord/lib/active_record/base.rb:918:in >> `find_initial' >> /vendor/rails/activerecord/lib/active_record/base.rb:380:in >> `find' >> /app/models/blog.rb:115:in `default' >> /app/controllers/application.rb:40:in `get_the_blog_object' >> /vendor/rails/actionpack/lib/action_controller/filters.rb: >> 399:in `send' >> /vendor/rails/actionpack/lib/action_controller/filters.rb: >> 399:in `call_filters' >> /vendor/rails/actionpack/lib/action_controller/filters.rb: >> 394:in `each' >> /vendor/rails/actionpack/lib/action_controller/filters.rb: >> 394:in `call_filters' >> /vendor/rails/actionpack/lib/action_controller/filters.rb: >> 383:in `before_action' >> /vendor/rails/actionpack/lib/action_controller/filters.rb: >> 365:in `perform_action_without_benchmark' >> /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: >> 69:in `perform_action_without_rescue' >> /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' >> /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: >> 69:in `perform_action_without_rescue' >> /vendor/rails/actionpack/lib/action_controller/rescue.rb:82:in >> `perform_action' >> /vendor/rails/actionpack/lib/action_controller/base.rb:408:in >> `send' >> /vendor/rails/actionpack/lib/action_controller/base.rb:408:in >> `process_without_filters' >> /vendor/rails/actionpack/lib/action_controller/filters.rb: >> 377:in `process_without_session_management_support' >> /vendor/rails/actionpack/lib/action_controller/ >> session_management.rb:117:in `process' >> /vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> rails.rb:78:in `process' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> rails.rb:76:in `synchronize' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> rails.rb:76:in `process' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 618:in `process_client' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 617:in `each' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 617:in `process_client' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 736:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 736:in `initialize' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 736:in `new' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 736:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 720:in `initialize' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 720:in `new' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 720:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> configurator.rb:271:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> configurator.rb:270:in `each' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> configurator.rb:270:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/ >> mongrel_rails:127:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> command.rb:211:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/ >> mongrel_rails:243 >> /usr/local/bin/mongrel_rails:16:in `load' >> /usr/local/bin/mongrel_rails:16 >> >> >> >> >> Processing Base#index (for 192.168.0.3 at 2007-11-02 00:47:59) [GET] >> Parameters: {"action"=>"index", "controller"=>"articles"} >> >> >> Errno::ENOENT (No such file or directory - /tmp/mysql.sock): >> /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: >> 104:in `initialize' >> /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: >> 104:in `new' >> /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb: >> 104:in `real_connect' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/mysql_adapter.rb:330:in `connect' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/mysql_adapter.rb:87:in `initialize' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/mysql_adapter.rb:36:in `new' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/mysql_adapter.rb:36:in `mysql_connection' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/abstract/connection_specification.rb:251:in >> `send' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/abstract/connection_specification.rb:251:in >> `connection_without_query_cache=' >> /vendor/rails/activerecord/lib/active_record/query_cache.rb: >> 54:in `connection=' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/abstract/connection_specification.rb:220:in >> `retrieve_connection' >> /vendor/rails/activerecord/lib/active_record/ >> connection_adapters/abstract/connection_specification.rb:78:in >> `connection' >> /vendor/rails/activerecord/lib/active_record/base.rb:1046:in >> `add_limit!' >> /vendor/rails/activerecord/lib/active_record/base.rb:1017:in >> `construct_finder_sql' >> /vendor/rails/activerecord/lib/active_record/base.rb:924:in >> `find_every' >> /vendor/rails/activerecord/lib/active_record/base.rb:918:in >> `find_initial' >> /vendor/rails/activerecord/lib/active_record/base.rb:380:in >> `find' >> /app/models/blog.rb:115:in `default' >> /app/controllers/application.rb:50:in `this_blog' >> /app/controllers/content_controller.rb:76:in `theme_layout' >> /vendor/rails/actionpack/lib/action_controller/layout.rb:218:in >> `send' >> /vendor/rails/actionpack/lib/action_controller/layout.rb:218:in >> `active_layout' >> /vendor/rails/actionpack/lib/action_controller/layout.rb:278:in >> `pick_layout' >> /vendor/rails/actionpack/lib/action_controller/layout.rb:237:in >> `render_without_benchmark' >> /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: >> 53:in `render' >> /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' >> /vendor/rails/actionpack/lib/action_controller/benchmarking.rb: >> 53:in `render' >> /app/controllers/articles_controller.rb:73:in >> `rescue_action_in_public' >> /vendor/rails/actionpack/lib/action_controller/rescue.rb:33:in >> `rescue_action' >> /vendor/rails/actionpack/lib/action_controller/rescue.rb:108:in >> `perform_action' >> /vendor/rails/actionpack/lib/action_controller/base.rb:408:in >> `send' >> /vendor/rails/actionpack/lib/action_controller/base.rb:408:in >> `process_without_filters' >> /vendor/rails/actionpack/lib/action_controller/filters.rb: >> 377:in `process_without_session_management_support' >> /vendor/rails/actionpack/lib/action_controller/ >> session_management.rb:117:in `process' >> /vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> rails.rb:78:in `process' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> rails.rb:76:in `synchronize' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> rails.rb:76:in `process' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 618:in `process_client' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 617:in `each' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 617:in `process_client' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 736:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 736:in `initialize' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 736:in `new' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 736:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 720:in `initialize' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 720:in `new' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb: >> 720:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> configurator.rb:271:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> configurator.rb:270:in `each' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> configurator.rb:270:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/ >> mongrel_rails:127:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ >> command.rb:211:in `run' >> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/ >> mongrel_rails:243 >> /usr/local/bin/mongrel_rails:16:in `load' >> /usr/local/bin/mongrel_rails:16 >> >> >> >> On Nov 2, 2007, at 12:08 AM, Frederic de Villamil wrote: >> >>> Hi, >>> >>> Can you send us what your production.log tels ? I don't have >>> leopard yet. >>> >>> Regards >>> Fr?d?ric >>> >>> Le 2 nov. 07 ? 07:55, Eamon Ford a ?crit : >>> >>>> Hi all, >>>> I've been serving Typo 4.0.3 on a 2.16GHz Core 2 Duo iMac running >>>> Mac >>>> OS 10.4.10, and everything has been working fine. But when I >>>> upgraded >>>> to Mac OS 10.5, Typo just gives me Application Error (Rails). Does >>>> anyone know what could be wrong, and how to fix it? >>>> >>>> Thanks! >>>> _______________________________________________ >>>> Typo-list mailing list >>>> Typo-list at rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/typo-list >>> >>> -- >>> Fr?d?ric de Villamil >>> frederic at de-villamil.com tel: +33 (0)6 62 >>> 19 1337 >>> http://fredericdevillamil.com Typo : http://typosphere.org >>> >>> >>> >>> >>> _______________________________________________ >>> Typo-list mailing list >>> Typo-list at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/typo-list >> >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list > > -- > Fr?d?ric de Villamil > frederic at de-villamil.com tel: +33 (0)6 62 19 > 1337 > http://fredericdevillamil.com Typo : http://typosphere.org > > > > > le-style-span" style="white-space: pre; "> Typo : http://typosphere.org > > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071102/fe6d58cb/attachment-0001.html From will at spanner.org Fri Nov 2 05:06:11 2007 From: will at spanner.org (William Ross) Date: Fri, 2 Nov 2007 09:06:11 +0000 Subject: [typo] Typo not working under Leopard! In-Reply-To: References: <164E4F94-5773-450D-A3EE-4A0FF5DACFF2@7el.net> <3C4DCCB6-5197-4B83-A515-75CBB765260F@mac.com> <05E3B350-7888-49A1-B334-F8DD055962D6@7el.net> Message-ID: the data is (are?) probably still there: it depends how you installed typo, and how you installed leopard. 10.5 includes rails and (I think) mysql and it will try and use its own version rather than the version you had installed before. the paths will be different, the data will be in another place and anyway, as the error messages says, mysql is not running. first thing to do is find your old data and make sure it's safe. it might just be in /usr/local/mysql/data, or in /opt/local if you were using ports, or if you were using locomotive I have no idea. Find them (try locate), make a copy in a safe place, find out how to get mysql going, move the old data files for your typo installation to the place where mysql expects to find them, then try typo again and see what else is missing. you may need to reinstall mysql or some other components, but i would avoid doing that unless you feel comfortable setting up the whole rails environment. I'm not running leopard on my work machines yet so i can't be any more specific than that. I hope it helps. best, will On 2 Nov 2007, at 08:21, Eamon Ford wrote: > Oh no. :( But what do you mean when you say "yet"? > > > On Nov 2, 2007, at 1:05 AM, Frederic de Villamil > wrote: > >> Well, if you haven't backed your mysql database up before >> installing your new OS, it's obvious you've lost it and >> unfortunately, we can't do anything about it yet. >> >> Regards >> Fr?d?ric >> >> Le 2 nov. 07 ? 08:51, Eamon Ford a ?crit : >> >>> OK, here's what production.log says. Does this mean I have to >>> reinstall MySQL? Oh crap... does that also mean I've lost >>> everything in my Typo database? >>> >>> >>> Processing ArticlesController#index (for 192.168.0.3 at >>> 2007-11-02 00:47:59) [GET] >>> Parameters: {"action"=>"index", "controller"=>"articles"} >>> >>> >>> Errno::ENOENT (No such file or directory - /tmp/mysql.sock): >>> (rest snipped to placate mailing list grrr) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071102/11811660/attachment.html From riedel at ibr-oss.de Fri Nov 2 04:22:58 2007 From: riedel at ibr-oss.de (Stefan Konrad Riedel) Date: Fri, 02 Nov 2007 09:22:58 +0100 Subject: [typo] Typo not working under Leopard! In-Reply-To: <3C4DCCB6-5197-4B83-A515-75CBB765260F@mac.com> References: <164E4F94-5773-450D-A3EE-4A0FF5DACFF2@7el.net> <3C4DCCB6-5197-4B83-A515-75CBB765260F@mac.com> Message-ID: <472ADE62.3050709@ibr-oss.de> Eamon Ford schrieb: > OK, here's what production.log says. Does this mean I have to reinstall > MySQL? Oh crap... does that also mean I've lost everything in my Typo > database? Don't panic, it just says it can't connect to mysql: > Errno::ENOENT (No such file or directory - /tmp/mysql.sock): Mit freundlichen Gr??en Konrad Riedel -- Ingenieurb?ro Riedel Datenbanken und Systementwicklung www.ibr-oss.de Open Business Club: http://www.openbc.com/go/invuid/StefanKonrad_Riedel From eamonford at mac.com Fri Nov 2 14:34:58 2007 From: eamonford at mac.com (Eamon Ford) Date: Fri, 2 Nov 2007 11:34:58 -0700 Subject: [typo] Typo not working under Leopard! In-Reply-To: References: <164E4F94-5773-450D-A3EE-4A0FF5DACFF2@7el.net> <3C4DCCB6-5197-4B83-A515-75CBB765260F@mac.com> <05E3B350-7888-49A1-B334-F8DD055962D6@7el.net> Message-ID: <8F9E570C-0C5A-400A-95D9-BC984EF154C4@mac.com> Thank you!! The data was in /usr/local/mysql/data... and I found out the problem was just that the mysql gui app which automatically starts mysql on login just isn't compatible with Leopard (yet). So starting mysql from the command line made everything work fine. On Nov 2, 2007, at 2:06 AM, William Ross wrote: > the data is (are?) probably still there: it depends how you > installed typo, and how you installed leopard. 10.5 includes rails > and (I think) mysql and it will try and use its own version rather > than the version you had installed before. the paths will be > different, the data will be in another place and anyway, as the > error messages says, mysql is not running. > > first thing to do is find your old data and make sure it's safe. it > might just be in /usr/local/mysql/data, or in /opt/local if you were > using ports, or if you were using locomotive I have no idea. Find > them (try locate), make a copy in a safe place, find out how to get > mysql going, move the old data files for your typo installation to > the place where mysql expects to find them, then try typo again and > see what else is missing. you may need to reinstall mysql or some > other components, but i would avoid doing that unless you feel > comfortable setting up the whole rails environment. > > I'm not running leopard on my work machines yet so i can't be any > more specific than that. I hope it helps. > > best, > > will > > > > On 2 Nov 2007, at 08:21, Eamon Ford wrote: > >> Oh no. :( But what do you mean when you say "yet"? >> >> >> On Nov 2, 2007, at 1:05 AM, Frederic de Villamil >> wrote: >> >>> Well, if you haven't backed your mysql database up before >>> installing your new OS, it's obvious you've lost it and >>> unfortunately, we can't do anything about it yet. >>> >>> Regards >>> Fr?d?ric >>> >>> Le 2 nov. 07 ? 08:51, Eamon Ford a ?crit : >>> >>>> OK, here's what production.log says. Does this mean I have to >>>> reinstall MySQL? Oh crap... does that also mean I've lost >>>> everything in my Typo database? >>>> >>>> >>>> Processing ArticlesController#index (for 192.168.0.3 at >>>> 2007-11-02 00:47:59) [GET] >>>> Parameters: {"action"=>"index", "controller"=>"articles"} >>>> >>>> >>>> Errno::ENOENT (No such file or directory - /tmp/mysql.sock): >>>> > > > (rest snipped to placate mailing list grrr) > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071102/249a242e/attachment.html From rich.vazquez at gmail.com Mon Nov 5 15:16:59 2007 From: rich.vazquez at gmail.com (=?ISO-8859-1?Q?Rich_V=E1zquez?=) Date: Mon, 5 Nov 2007 14:16:59 -0600 Subject: [typo] Sample Plugin Message-ID: <6a8228e70711051216u271c8f56rbacc655b5a49a435@mail.gmail.com> Is the a plugin for typo that has created a table that needs to be maintained by the plugin? I'd like to look at it as an example. -- -- Rich V?zquez, CISSP, CISA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071105/8461ae98/attachment.html From jasonivers at yahoo.com Mon Nov 5 21:32:15 2007 From: jasonivers at yahoo.com (Jason) Date: Tue, 6 Nov 2007 02:32:15 +0000 (UTC) Subject: [typo] Caching Issues Message-ID: I seem to be having a caching issue with Typo. It appears that it gets caught in a loop when attempting to expire articles from the cache. It also appears that if something (and I'm not certain why a few things are and a few things aren't) is in the cache, it loads okay, without anything in the log files. If it isn't in the cache, however, it takes a really long time to load, if it doesn't time out (time out is set for 3 minutes) then it comes up with no theme, which of course makes it look not so good. As far as I can tell, the after_save and after_destroy filters in app/models/blog_sweeper keep getting called, over and over, and if I try to post a new article (before everything started timing out... it started off with just new articles), it would build the ruby object but never get it saved to the database. I've included a very small sample of what shows up in my log file when I try to go to http://www.AMiracleADay.com/ Expiring #, with controller: Expiring #, with controller: Expiring #, with controller: Expiring #, with controller: Expiring #, with controller: It essentially keeps spamming the log with that, with only the article's ID changing, until it times out at 3 minutes. This is really frustrating, so any help is appreciated. From jasonivers at yahoo.com Tue Nov 6 11:25:16 2007 From: jasonivers at yahoo.com (Jason) Date: Tue, 6 Nov 2007 16:25:16 +0000 (UTC) Subject: [typo] Caching Issues References: Message-ID: > I seem to be having a caching issue with Typo. It appears that it gets caught > in a loop when attempting to expire articles from the cache. I disabled caching in the articles controller and the admin content controller, and I'm no longer having the caching problem (due to not actually using caching), but I think I've found closer to where the problem is that was causing it: When I try to save a new article, it gets stuck on calling the before_save filter(set_published_at) over and over again, and never gets to the after_save filter(keywords_to_tags), so apparently it's not saving for some reason and keeps trying over and over again. I also had it print self.errors.full_messages to the log from the articles model, and it appears to be empty. So again, any help would be appreciated... just let me know what info you need from me. Jason From joyride88 at gmail.com Tue Nov 13 20:08:33 2007 From: joyride88 at gmail.com (joy ride) Date: Tue, 13 Nov 2007 23:08:33 -0200 Subject: [typo] Orphan reference to deleted db column? In-Reply-To: <20791dbd0711131706v1ec31e61ucc442db106f4e671@mail.gmail.com> References: <20791dbd0711131706v1ec31e61ucc442db106f4e671@mail.gmail.com> Message-ID: <20791dbd0711131708m6c57ad9dld23ffd488ea42993@mail.gmail.com> Dear all, As I couldn't find a bug report method on typosphere.org, here it goes! Did anyone notice the reference to "notify_user_id" in user.rb and the actual lack of this column in the notifications table? Or am I missing something? This is generating an error when you "ActiveScaffold" the user model. I just commented out the ", :foreign_key => 'notify_user_id'"... *031_add_notifications_table.rb* create_table :notifications, :id => false do |t| t.column :notify_user_id, :integer *056_create_notifications.rb* def self.up rename_table :notifications, :old_notifications create_table :notifications do |t| t.column :content_id, :integer t.column :user_id, :integer t.column :created_at, :datetime t.column :updated_at, :datetime end OldNotification.reset_column_information Notification.reset_column_information if $schema_generator OldNotification.find(:all).each do |on| Notification.create!(on.attributes) end end drop_table :old_notifications end *user.rb * has_many :notifications, :foreign_key => 'notify_user_id' Best regards, Ricardo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071113/31489fa6/attachment-0001.html From jonelf at gmail.com Wed Nov 14 02:59:29 2007 From: jonelf at gmail.com (=?ISO-8859-1?Q?Jonas_Elfstr=F6m?=) Date: Wed, 14 Nov 2007 08:59:29 +0100 Subject: [typo] Orphan reference to deleted db column? In-Reply-To: <20791dbd0711131708m6c57ad9dld23ffd488ea42993@mail.gmail.com> References: <20791dbd0711131706v1ec31e61ucc442db106f4e671@mail.gmail.com> <20791dbd0711131708m6c57ad9dld23ffd488ea42993@mail.gmail.com> Message-ID: On 11/14/07, joy ride wrote: > As I couldn't find a bug report method on typosphere.org, here it goes! I guess a ticket in the Typo trac would be the way or even: http://trac.typosphere.org/wiki/PatchingGuide But it seems the trac is kind of broken. At least I couldn't register. It's unfortunate concering there might be a horde of contributions coming in at least if Stuart Halloway's workshops, where he shows how to make six test driven changes to Typo in four hours, has any impact. Learn more about that by listening to the podcast: http://podcast.rubyonrails.org/programs/1/episodes/stuart-halloway -- Jonas Elfstr?m From mikemu at sbcglobal.net Wed Nov 14 14:19:51 2007 From: mikemu at sbcglobal.net (Michael Murry) Date: Wed, 14 Nov 2007 13:19:51 -0600 Subject: [typo] MarsEdit and Typo problem Message-ID: Hi all, I'm using the latest version of MarsEdit (2.0.4) with the latest version of Typo (4.1.1). Everything is working fine except when I edit a post. Let's say I create a post and assign it to the Mac OS X category. That part works fine. I go to my blog and the category list in the sidebar shows the category and the number of posts in that category. Now if I edit my post in MarsEdit and then go back to my blog, the number of posts will increase by one and clicking on the category displays the edited article twice. Every time I edit the post the count increases and the number of times it displays in the category section increases. The home page display is fine. After digging around a bit, I discovered that the problem seems to center around the categorizations table in the Typo DB, which maps categories to articles (i.e. posts). Every time I edit a post, a new entry is added to the categorizations table for that post (with the exact same category id) instead of just updating the entry. So the query that gets the post count for each category, and the query that gets the posts in a certain category is grabbing the post multiple times (once for each time it appears in the categorizations table with same category id). I'm not sure if this a problem with MarsEdit or Typo. The MarsEdit developer suggested I ask for help here. The Typo documentation says it works with MarsEdit if you select Moveable Type as the weblog type, which I did. Any help or insight would be appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071114/5fdf0423/attachment.html From ricardo.trindade at emation.pt Thu Nov 15 05:53:44 2007 From: ricardo.trindade at emation.pt (Ricardo Trindade) Date: Thu, 15 Nov 2007 10:53:44 +0000 Subject: [typo] Rails Engines Message-ID: <473C2538.9010207@emation.pt> Hi, Has anyone gotten typo to work as a rails engine ? I think I'm 80% there, but it would be nice to be able to share experiences with others. thanks, Ricardo From joyride88 at gmail.com Fri Nov 16 11:29:24 2007 From: joyride88 at gmail.com (joy ride) Date: Fri, 16 Nov 2007 14:29:24 -0200 Subject: [typo] Rails Engines In-Reply-To: <473C2538.9010207@emation.pt> References: <473C2538.9010207@emation.pt> Message-ID: <20791dbd0711160829v57d4b271nb9e28d251f2b23a0@mail.gmail.com> What do you mean by "rails engine"? Best regards, RIcardo On Nov 15, 2007 8:53 AM, Ricardo Trindade wrote: > Hi, > > Has anyone gotten typo to work as a rails engine ? I think I'm 80% > there, but it would be nice to be able to share experiences with others. > > thanks, > Ricardo > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071116/8179acf1/attachment.html From rich.vazquez at gmail.com Fri Nov 16 11:31:35 2007 From: rich.vazquez at gmail.com (=?ISO-8859-1?Q?Rich_V=E1zquez?=) Date: Fri, 16 Nov 2007 10:31:35 -0600 Subject: [typo] Rails Engines In-Reply-To: <20791dbd0711160829v57d4b271nb9e28d251f2b23a0@mail.gmail.com> References: <473C2538.9010207@emation.pt> <20791dbd0711160829v57d4b271nb9e28d251f2b23a0@mail.gmail.com> Message-ID: <6a8228e70711160831v72ec9847rfb3c780f1a19bf8e@mail.gmail.com> I think "engines" have turned into "plugins". On Nov 16, 2007 10:29 AM, joy ride wrote: > What do you mean by "rails engine"? > > Best regards, RIcardo > > > On Nov 15, 2007 8:53 AM, Ricardo Trindade > wrote: > > > Hi, > > > > Has anyone gotten typo to work as a rails engine ? I think I'm 80% > > there, but it would be nice to be able to share experiences with others. > > > > thanks, > > Ricardo > > > > _______________________________________________ > > Typo-list mailing list > > Typo-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- -- Rich V?zquez, CISSP, CISA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071116/75eea120/attachment.html From ricardo.trindade at emation.pt Fri Nov 16 11:32:40 2007 From: ricardo.trindade at emation.pt (Ricardo Trindade) Date: Fri, 16 Nov 2007 16:32:40 +0000 Subject: [typo] Rails Engines In-Reply-To: <20791dbd0711160829v57d4b271nb9e28d251f2b23a0@mail.gmail.com> References: <473C2538.9010207@emation.pt> <20791dbd0711160829v57d4b271nb9e28d251f2b23a0@mail.gmail.com> Message-ID: <473DC628.4030709@emation.pt> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071116/53ab4744/attachment.html From cpatti at gmail.com Fri Nov 16 14:06:42 2007 From: cpatti at gmail.com (Chris Patti) Date: Fri, 16 Nov 2007 14:06:42 -0500 Subject: [typo] And one day, suddenly, my Typo blog stopped accepting posts via XML-RPC Message-ID: <7b528f860711161106x8e34e52q88c72bda171b3dae@mail.gmail.com> Folks; All of a sudden this week my blog stopped accepting posts. I get huge stack trace spew in the logs (included below) but I'm wondering what went wrong, why, and how I can fix it. Thanks, -Chris ------ ActiveRecord::HasManyThroughCantAssociateNewRecords (Cannot associate new record s through 'Article#categorizations' on '#'. Both records must have an id in orde r to create the has_many :through record associating them.): /vendor/rails/activerecord/lib/active_record/associations/has_many_through_a ssociation.rb:52:in `<<' /app/apis/meta_weblog_service.rb:104:in `newPost' /app/apis/meta_weblog_service.rb:103:in `each' /app/apis/meta_weblog_service.rb:103:in `newPost' /vendor/rails/actionwebservice/lib/action_web_service/invocation.rb:141:in ` send' /vendor/rails/actionwebservice/lib/action_web_service/invocation.rb:141:in ` perform_invocation_without_interception' /vendor/rails/actionwebservice/lib/action_web_service/invocation.rb:135:in ` perform_invocation' /vendor/rails/actionwebservice/lib/action_web_service/dispatcher/abstract.rb :42:in `web_service_filtered_invoke' /vendor/rails/actionwebservice/lib/action_web_service/dispatcher/abstract.rb :37:in `web_service_delegated_invoke' /vendor/rails/actionwebservice/lib/action_web_service/dispatcher/abstract.rb :56:in `web_service_invoke' /vendor/rails/actionwebservice/lib/action_web_service/dispatcher/abstract.rb :21:in `invoke_web_service_request' /vendor/rails/actionwebservice/lib/action_web_service/dispatcher/action_cont roller_dispatcher.rb:55:in `dispatch_web_service_request' /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' /vendor/rails/actionwebservice/lib/action_web_service/dispatcher/action_cont roller_dispatcher.rb:53:in `dispatch_web_service_request' (eval):1:in `xmlrpc' /vendor/rails/actionpack/lib/action_controller/base.rb:1095:in `send' /vendor/rails/actionpack/lib/action_controller/base.rb:1095:in `perform_acti on_without_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:632:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:600:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:600:in `proxy_befo re_and_after_filter' /vendor/rails/actionpack/lib/action_controller/filters.rb:470:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:470:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:449:in `call' /vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filte r' /vendor/rails/actionpack/lib/action_controller/filters.rb:619:in `perform_ac tion_without_benchmark' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perfor m_action_without_rescue' /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perfor m_action_without_rescue' /vendor/rails/actionpack/lib/action_controller/rescue.rb:83:in `perform_acti on' /vendor/rails/actionpack/lib/action_controller/base.rb:430:in `send' /vendor/rails/actionpack/lib/action_controller/base.rb:430:in `process_witho ut_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:624:in `process_wi thout_session_management_support' /vendor/rails/actionpack/lib/action_controller/session_management.rb:114:in `process' /vendor/rails/actionpack/lib/action_controller/base.rb:330:in `process' /vendor/rails/railties/lib/dispatcher.rb:41:in `dispatch' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in ` process' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in ` synchronize' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in ` process' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `proce ss_client' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `proce ss_client' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initi alize' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initi alize' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1 /lib/mongrel/configurator.rb: 271:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1 /lib/mongrel/configurator.rb: 270:in `each' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1 /lib/mongrel/configurator.rb: 270:in `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `ru n' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1 /lib/mongrel/command.rb:211:i n `run' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 /usr/local/bin/mongrel_rails:18:in `load' /usr/local/bin/mongrel_rails:18 Sending data Completed in 0.06356 (15 reqs/sec) | Rendering: 0.00012 (0%) | DB: 0.00331(5%) | 200 OK [http://www.feoh.org/backend/xmlrpc] -- Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail: cpatti at gmail.com "Technological progress is like an ax in the hands of a pathological criminal." -Albert Einstein -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071116/2e2b4179/attachment-0001.html From cpatti at gmail.com Fri Nov 16 14:07:51 2007 From: cpatti at gmail.com (Chris Patti) Date: Fri, 16 Nov 2007 14:07:51 -0500 Subject: [typo] And one day, suddenly, my Typo blog stopped accepting posts via XML-RPC In-Reply-To: <7b528f860711161106x8e34e52q88c72bda171b3dae@mail.gmail.com> References: <7b528f860711161106x8e34e52q88c72bda171b3dae@mail.gmail.com> Message-ID: <7b528f860711161107l36d42e52g97e774a6428618d0@mail.gmail.com> I should add that posting via the admin interface still works fine. Thanks. On Nov 16, 2007 2:06 PM, Chris Patti wrote: > Folks; > > All of a sudden this week my blog stopped accepting posts. I get huge > stack trace spew in the logs (included below) but I'm wondering what went > wrong, why, and how I can fix it. > > Thanks, > -Chris > 8< nasty stack spew snip 8< -- Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail: cpatti at gmail.com "Technological progress is like an ax in the hands of a pathological criminal." -Albert Einstein -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071116/6fa04325/attachment.html From mattrose at folkwolf.net Sat Nov 17 09:54:32 2007 From: mattrose at folkwolf.net (Matt Rose) Date: Sat, 17 Nov 2007 09:54:32 -0500 Subject: [typo] Rails Engines In-Reply-To: <6a8228e70711160831v72ec9847rfb3c780f1a19bf8e@mail.gmail.com> References: <473C2538.9010207@emation.pt> <20791dbd0711160829v57d4b271nb9e28d251f2b23a0@mail.gmail.com> <6a8228e70711160831v72ec9847rfb3c780f1a19bf8e@mail.gmail.com> Message-ID: <29E57B3F-7458-4315-8962-8C62E14B85B4@folkwolf.net> I don't think that's what he's referring to. I just took a look at www.rails-engines.org, and it appears engines are a plugin that can load entire rails apps. I think it might be easier to just write your own blog engine, than to re-use typo, in this case. Matt On 16-Nov-07, at 11:31 AM, Rich V?zquez wrote: > I think "engines" have turned into "plugins". > > > > On Nov 16, 2007 10:29 AM, joy ride wrote: > What do you mean by "rails engine"? > > Best regards, RIcardo > > > On Nov 15, 2007 8:53 AM, Ricardo Trindade < > ricardo.trindade at emation.pt > wrote: > Hi, > > Has anyone gotten typo to work as a rails engine ? I think I'm 80% > there, but it would be nice to be able to share experiences with > others. > > thanks, > Ricardo > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > > > > -- > -- > Rich V?zquez, CISSP, CISA > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20071117/2ea38599/attachment.html