From jcornelius at gmail.com Wed Feb 1 00:49:58 2006 From: jcornelius at gmail.com (J Cornelius) Date: Tue, 31 Jan 2006 23:49:58 -0600 Subject: [typo] Apache 2 & FastCGI Problems when accessing /admin/ Message-ID: <367d035f0601312149x67a6c5e0i76387d7e55964485@mail.gmail.com> Hello all, Typo newbie here. Does anyone know why this error occurs when trying to access the admin area of Typo? It outputs the source of public/dispatch.fcgi to the browser. Running public/dispatch.fcgi from the command line gives this: (both directly and as '>ruby public/dispatch.fcgi') [root at www typo]# public/dispatch.fcgi /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__': no such file to load -- fcgi (MissingSourceFile) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:in `require' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:1 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require__' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:in `require' from public/dispatch.fcgi:22 Any help is appreciated. -- J Cornelius ~~~~~~~~~~~~ www.jcornelius.com From rasputnik at gmail.com Wed Feb 1 07:12:16 2006 From: rasputnik at gmail.com (Dick Davies) Date: Wed, 1 Feb 2006 12:12:16 +0000 Subject: [typo] 855 - can't run with fastcgi In-Reply-To: <500ae187053dd3f58c25fc64637dc346@pepe.cryer.us> References: <500ae187053dd3f58c25fc64637dc346@pepe.cryer.us> Message-ID: <3f1760602010412i406a02a6q@mail.gmail.com> On 30/01/06, phil wrote: > 2006-01-30 11:34:39: (mod_fastcgi.c.989) execve failed for: public/dispatch.fcgi No such file or directory Try specifying an absolute path to dispatch.fcgi in lighttpd.conf. If that does'nt help, check the '#!' line at the top of dispatch.fcgi. -- Rasputin :: Jack of All Trades - Master of Nuns http://number9.hellooperator.net/ From rasputnik at gmail.com Wed Feb 1 07:15:18 2006 From: rasputnik at gmail.com (Dick Davies) Date: Wed, 1 Feb 2006 12:15:18 +0000 Subject: [typo] Apache 2 & FastCGI Problems when accessing /admin/ In-Reply-To: <367d035f0601312149x67a6c5e0i76387d7e55964485@mail.gmail.com> References: <367d035f0601312149x67a6c5e0i76387d7e55964485@mail.gmail.com> Message-ID: <3f1760602010415l7e92d1d2h@mail.gmail.com> On 01/02/06, J Cornelius wrote: > Does anyone know why this error occurs when trying to access the admin > area of Typo? > `require__': no such file to load -- fcgi (MissingSourceFile) Do you have the fcgi ruby lib installed? -- Rasputin :: Jack of All Trades - Master of Nuns http://number9.hellooperator.net/ From brianellin at gmail.com Wed Feb 1 14:56:15 2006 From: brianellin at gmail.com (Brian Ellin) Date: Wed, 1 Feb 2006 11:56:15 -0800 Subject: [typo] OpenID authenticated comments example In-Reply-To: <43CC657D.6020707@trypticon.org> References: <9674d5350601161850w77efec62s7fad1b66e27c44db@mail.gmail.com> <43CC657D.6020707@trypticon.org> Message-ID: <9674d5350602011156q1c8472dcnca16581fc8909e0c@mail.gmail.com> TX & Scott, FYI, I just finished adding server support into the Ruby OpenID library. It includes a rails based OpenID server example. Check it out! http://www.openidenabled.com/openid/libraries/ruby/about/ Brian Ellin > > Are you going to implement Typo as an OpenID provider as well? That > would be _really_ nifty... then it could almost transparently > authenticate all Typo-based blogs with each other (well, except those > who turn the feature off, I suppose.) > > TX From scott at sigkill.org Wed Feb 1 15:21:26 2006 From: scott at sigkill.org (Scott Laird) Date: Wed, 1 Feb 2006 12:21:26 -0800 Subject: [typo] OpenID authenticated comments example In-Reply-To: <9674d5350602011156q1c8472dcnca16581fc8909e0c@mail.gmail.com> References: <9674d5350601161850w77efec62s7fad1b66e27c44db@mail.gmail.com> <43CC657D.6020707@trypticon.org> <9674d5350602011156q1c8472dcnca16581fc8909e0c@mail.gmail.com> Message-ID: <1E7D7109-AAF2-4FAD-868E-F84EEF54E047@sigkill.org> Cool, thanks. I'll look at this as soon as I finish integrating the migration patch bug on Trac. Scott On Feb 1, 2006, at 11:56 AM, Brian Ellin wrote: > TX & Scott, > > FYI, I just finished adding server support into the Ruby OpenID > library. It includes a rails based OpenID server example. Check it > out! > > http://www.openidenabled.com/openid/libraries/ruby/about/ > > Brian Ellin > >> >> Are you going to implement Typo as an OpenID provider as well? That >> would be _really_ nifty... then it could almost transparently >> authenticate all Typo-based blogs with each other (well, except those >> who turn the feature off, I suppose.) >> >> TX > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From trejkaz at trypticon.org Wed Feb 1 21:51:54 2006 From: trejkaz at trypticon.org (Trejkaz) Date: Thu, 02 Feb 2006 13:51:54 +1100 Subject: [typo] Latest SVN, error on blog front page Message-ID: <43E173CA.4060404@trypticon.org> I updated my development copy to the latest copy in subversion a few days ago, and now I'm greeted with this on the front page: > undefined method `caches_action_with_params' for ArticlesController:Class The definition of this method is definitely present in the file: vendor/plugins/expiring_action_cache/lib/actionparamcache.rb And this line is definitely in config/environment.rb: require_dependency 'actionparamcache' Was there some update to one of the parts of Rails recently which changes the way it searches for dependencies? TX From justus at ryoohki.net Wed Feb 1 22:54:08 2006 From: justus at ryoohki.net (Justus Pendleton) Date: Thu, 2 Feb 2006 03:54:08 +0000 (UTC) Subject: [typo] OpenID authenticated comments example References: <9674d5350601161850w77efec62s7fad1b66e27c44db@mail.gmail.com> <43CC657D.6020707@trypticon.org> <9674d5350602011156q1c8472dcnca16581fc8909e0c@mail.gmail.com> Message-ID: On 2006-02-01, Brian Ellin wrote: > FYI, I just finished adding server support into the Ruby OpenID > library. It includes a rails based OpenID server example. Check it > out! Very nifty. I look forward to seeing OpenID integrated into typo :) Justus From kevin at sb.org Wed Feb 1 22:58:09 2006 From: kevin at sb.org (Kevin Ballard) Date: Wed, 1 Feb 2006 19:58:09 -0800 Subject: [typo] Latest SVN, error on blog front page In-Reply-To: <43E173CA.4060404@trypticon.org> References: <43E173CA.4060404@trypticon.org> Message-ID: Do you have Rails 1.0 installed? On Feb 1, 2006, at 6:51 PM, Trejkaz wrote: > I updated my development copy to the latest copy in subversion a few > days ago, and now I'm greeted with this on the front page: > >> undefined method `caches_action_with_params' for >> ArticlesController:Class > > The definition of this method is definitely present in the file: > vendor/plugins/expiring_action_cache/lib/actionparamcache.rb > > And this line is definitely in config/environment.rb: > require_dependency 'actionparamcache' > > Was there some update to one of the parts of Rails recently which > changes the way it searches for dependencies? -- Kevin Ballard kevin at sb.org http://kevin.sb.org http://www.tildesoft.com -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2378 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20060201/633ce1bb/smime.bin From ficovh at yahoo.com Thu Feb 2 11:06:23 2006 From: ficovh at yahoo.com (Francisco Valladolid Hdez.) Date: Thu, 2 Feb 2006 08:06:23 -0800 (PST) Subject: [typo] typo date problems. Message-ID: <20060202160624.89441.qmail@web50108.mail.yahoo.com> Hi, folks. I had a blog into http://blog.bsdguy.net it run under FreeBSD and lighttpd, the problem is when I restart the webserver, typo take this date, eg: the january 7th, I restart the webserver and all post later this date is taking January 7th.. I'm changing the date manually each post, but the commnents write, reflects from the January 7th ( 24 days later ). Regards. Sorry for my poor english write. Fco. ____________________________________ Fco.Valladolid Hdez. ficovh at yahoo.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From ccagle at alumni.utexas.net Thu Feb 2 22:47:26 2006 From: ccagle at alumni.utexas.net (Clint Cagle) Date: Thu, 02 Feb 2006 21:47:26 -0600 Subject: [typo] error when migrating to SVN 861 In-Reply-To: <43E2CFC9.1040700@alumni.utexas.net> References: <43E2CFC9.1040700@alumni.utexas.net> Message-ID: <43E2D24E.9050000@alumni.utexas.net> after migrating typo from SVN 758M to 861 i receive an error "RAILS APPLICATION ERROR" when going to the admin screen. from my production.log: Processing GeneralController#update_database (for 192.168.1.10 at 2006-02-02 21:07:14) [GET] Parameters: {"action"=>"update_database", "controller"=>"admin/general"} NoMethodError (undefined method `collect' for nil:NilClass): thanks in advance, Clint From leon at barrettnexus.com Fri Feb 3 10:40:14 2006 From: leon at barrettnexus.com (Leon Barrett) Date: Fri, 03 Feb 2006 07:40:14 -0800 Subject: [typo] typo date problems. In-Reply-To: <20060202160624.89441.qmail@web50108.mail.yahoo.com> References: <20060202160624.89441.qmail@web50108.mail.yahoo.com> Message-ID: <1138981214.1248.1.camel@caesar> Yes, this is a known problem (with Ruby on Rails), and you can find a hack to fix it here: http://www.mail-archive.com/typo-list at rubyforge.org/msg01460.html The hack is basically putting some code in the database to fix the created_at time for each article and comment. On Thu, 2006-02-02 at 08:06 -0800, Francisco Valladolid Hdez. wrote: > Hi, folks. > > I had a blog into http://blog.bsdguy.net it run under > FreeBSD and lighttpd, the problem is when I restart > the webserver, typo take this date, eg: > > the january 7th, I restart the webserver and all post > later this date is taking January 7th.. I'm changing > the date manually each post, but the commnents write, > reflects from the January 7th ( 24 days later ). > > Regards. > > Sorry for my poor english write. > > Fco. > > ____________________________________ > Fco.Valladolid Hdez. > ficovh at yahoo.com > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -- Leon Barrett http://icsi.berkeley.edu/~barrett/ barrett at icsi.berkeley.edu 510-665-5428 1932 Hearst Ave. Apt. F Berkeley, CA 94709 From bronson at rinspin.com Fri Feb 3 16:11:01 2006 From: bronson at rinspin.com (Scott Bronson) Date: Fri, 03 Feb 2006 16:11:01 -0500 Subject: [typo] error when migrating to SVN 861 In-Reply-To: <43E2D24E.9050000@alumni.utexas.net> References: <43E2CFC9.1040700@alumni.utexas.net> <43E2D24E.9050000@alumni.utexas.net> Message-ID: <1139001061.5283.8.camel@localhost> On Thu, 2006-02-02 at 21:47 -0600, Clint Cagle wrote: > after migrating typo from SVN 758M to 861 i receive an error "RAILS > APPLICATION ERROR" when going to the admin screen. > > from my production.log: > Processing GeneralController#update_database (for 192.168.1.10 at > 2006-02-02 21:07:14) [GET] Parameters: {"action"=>"update_database", > "controller"=>"admin/general"} NoMethodError (undefined method `collect' > for nil:NilClass): > > thanks in advance, Clint I would guess that the new migration scripts will fix this. Hopefully they'll hit svn soon. If the new scripts don't fix it then I will look into it. Make sure to save a dump of the old db. From trejkaz at trypticon.org Sat Feb 4 07:27:19 2006 From: trejkaz at trypticon.org (Trejkaz) Date: Sat, 4 Feb 2006 23:27:19 +1100 Subject: [typo] Latest SVN, error on blog front page In-Reply-To: References: <43E173CA.4060404@trypticon.org> Message-ID: <200602042327.21588.trejkaz@trypticon.org> On Thursday 02 February 2006 14:58, Kevin Ballard wrote: > Do you have Rails 1.0 installed? Yeah. Was that a bad idea? FWIW, my live site is working okay on an older version of Typo and the very same version of Rails. TX -- Email: trejkaz at trypticon.org Jabber ID: trejkaz at trypticon.org Web site: http://trypticon.org/ GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F A62C B8C7 BC8B 037E EA73 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20060204/6b3e1f19/attachment.bin From jonasb.16759522 at bloglines.com Sat Feb 4 08:12:28 2006 From: jonasb.16759522 at bloglines.com (jonasb.16759522@bloglines.com) Date: 4 Feb 2006 13:12:28 -0000 Subject: [typo] Why isn't Rails part of Typo distribution? Message-ID: <1139058748.1030263561.24272.sendItem@bloglines.com> Hi all, It's recommended to use a frozen version of Rails on shared hosting, right? So why isn't there already a frozen version of Rails in the Typo distribution? Wouldn't a lot of things be easier if everyone used the same Rails version? When I upgrade Typo or Rails I have to test that nothing breaks, since I can't be sure that anyone else has tested my Typo version against my Rails version. Just wondering... /Jonas (jonas.b at home.se) From stevenn at outerthought.org Sat Feb 4 10:56:54 2006 From: stevenn at outerthought.org (Steven Noels) Date: Sat, 4 Feb 2006 15:56:54 +0000 (UTC) Subject: [typo] woes after svn upgrade Message-ID: Hi all, full disclosure: I'm an utter RoR newbie, especially concerning migrations. After 'svn up'-ing my local checkout to the latest revision, the automatic db upgrade invoked from the UI gives me no joy with this error: #{RAILS_ROOT}/db/migrate//36_add_tag_display_name.rb:3:in `write' #{RAILS_ROOT}/db/migrate//36_add_tag_display_name.rb:3:in `up' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/ active_record/migration.rb:228:in `migrate' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/ active_record/migration.rb:223:in `migrate' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/ active_record/migration.rb:190:in `up' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/ active_record/migration.rb:181:in `migrate' #{RAILS_ROOT}/lib/migrator.rb:26:in `migrate' #{RAILS_ROOT}/app/controllers/admin/general_controller.rb:17: in `migrate' Any idea where I should poke to fix things or to go back to the previous situation? Note to self: don't upgrade if there's no compelling reason. :/ Steven. From kevin at sb.org Sat Feb 4 18:47:07 2006 From: kevin at sb.org (Kevin Ballard) Date: Sat, 4 Feb 2006 15:47:07 -0800 Subject: [typo] Latest SVN, error on blog front page In-Reply-To: <200602042327.21588.trejkaz@trypticon.org> References: <43E173CA.4060404@trypticon.org> <200602042327.21588.trejkaz@trypticon.org> Message-ID: <4187041D-97F4-4BF7-A862-4985D502B99C@sb.org> On Feb 4, 2006, at 4:27 AM, Trejkaz wrote: > On Thursday 02 February 2006 14:58, Kevin Ballard wrote: >> Do you have Rails 1.0 installed? > > Yeah. Was that a bad idea? > > FWIW, my live site is working okay on an older version of Typo and > the very > same version of Rails. No, Rails 1.0 is what you need with trunk. In that case I'm not sure what your problem is. Anybody else have an idea? -- Kevin Ballard kevin at sb.org http://kevin.sb.org http://www.tildesoft.com -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2378 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20060204/d02c3983/smime-0001.bin From kevin at sb.org Sat Feb 4 18:51:21 2006 From: kevin at sb.org (Kevin Ballard) Date: Sat, 4 Feb 2006 15:51:21 -0800 Subject: [typo] woes after svn upgrade In-Reply-To: References: Message-ID: <2041CA29-5646-4457-8A65-5DA1EC18AF3E@sb.org> Erm, there's no actual error line in there, just the stack trace. It should have given you an actual error. Oddly, the line it's referencing at the top is the line STDERR.puts 'Adding display name to tags' I'm at a loss as to how that could be causing a problem for you. On Feb 4, 2006, at 7:56 AM, Steven Noels wrote: > full disclosure: I'm an utter RoR newbie, especially concerning > migrations. > > After 'svn up'-ing my local checkout to the latest revision, the > automatic db > upgrade invoked from the UI gives me no joy with this error: > > #{RAILS_ROOT}/db/migrate//36_add_tag_display_name.rb:3:in `write' > #{RAILS_ROOT}/db/migrate//36_add_tag_display_name.rb:3:in `up' > /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/ > active_record/migration.rb:228:in > `migrate' > /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/ > active_record/migration.rb:223:in > `migrate' > /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/ > active_record/migration.rb:190:in > `up' > /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/ > active_record/migration.rb:181:in > `migrate' > #{RAILS_ROOT}/lib/migrator.rb:26:in `migrate' > #{RAILS_ROOT}/app/controllers/admin/general_controller.rb:17: > in `migrate' > > Any idea where I should poke to fix things or to go back to the > previous situation? > > Note to self: don't upgrade if there's no compelling reason. :/ -- Kevin Ballard kevin at sb.org http://kevin.sb.org http://www.tildesoft.com -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2378 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20060204/b6a54184/smime.bin From justus at ryoohki.net Sat Feb 4 19:42:33 2006 From: justus at ryoohki.net (Justus Pendleton) Date: Sun, 5 Feb 2006 00:42:33 +0000 (UTC) Subject: [typo] woes after svn upgrade References: <2041CA29-5646-4457-8A65-5DA1EC18AF3E@sb.org> Message-ID: On 2006-02-04, Kevin Ballard wrote: > Oddly, the line it's referencing at the top is the line > > STDERR.puts 'Adding display name to tags' > > I'm at a loss as to how that could be causing a problem for you. In the past several people have posted with similar problems during migration. I had the same problem myself. No, I have no idea why typo/rails/ruby is throwing a stacktrace on STDERR.puts. I found that removing the STDERR.puts lines allowed my migration to complete successfully. Justus From stevenn at outerthought.org Sun Feb 5 01:52:51 2006 From: stevenn at outerthought.org (Steven Noels) Date: Sun, 5 Feb 2006 06:52:51 +0000 (UTC) Subject: [typo] woes after svn upgrade References: <2041CA29-5646-4457-8A65-5DA1EC18AF3E@sb.org> Message-ID: Kevin Ballard sb.org> writes: > > Erm, there's no actual error line in there, just the stack trace. It > should have given you an actual error. Oops: too shallow copy/paste. Sorry. :/ Migrating to AddTagDisplayName (36) Errno::EIO (Input/output error): /db/migrate//36_add_tag_display_name.rb:3:in `write' /db/migrate//36_add_tag_display_name.rb:3:in `up' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/ active_record/migration.rb:228:in `migrate' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/ active_record/migration.rb:223:in `migrate' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/ active_record/migration.rb:190:in `up' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/ active_record/migration.rb:181:in `migrate' /lib/migrator.rb:26:in `migrate' So yes, that seems to be the stderr stream issue. I got rid of the .puts lines in the upgrade script and the script passed. w00t! From steve.longdo at gmail.com Tue Feb 7 00:54:58 2006 From: steve.longdo at gmail.com (Steve Longdo) Date: Mon, 6 Feb 2006 23:54:58 -0600 Subject: [typo] SVK new Typo location question... Message-ID: I have been using svk to manage changes locally with Typo trunk, following closely what Scott has on his site ( http://scottstuff.net/blog/articles/tag/svk ). Is there an equivalent command to the SVN: svn switch --relocate svn://leetsoft.com/typo/trunk svn://typosphere.org/typo/trunk for SVK or am I stuck re-mirroring the trunk locally? ---------- Forwarded message ---------- From: Michael Nguyen Date: Feb 6, 2006 6:01 PM Subject: Re: [Rails] Typo download during site migration To: rails at lists.rubyonrails.org Try this? http://www.typosphere.org/trac/wiki/DownloadCurrent On 2/6/06, Scott Laird wrote: > > > On Feb 6, 2006, at 7:51 AM, Zack Chandler wrote: > > > Is there a deep link still active to download Typo while > http://typo.leetsoft.com/ moves to its new home?Try rubyforge: > http://rubyforge.org/projects/typo/ > > It won't help you grab the trunk, but all of the released versions are > there. > > > Scott > _______________________________________________ > Rails mailing list > Rails at lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ Rails mailing list Rails at lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060206/dbfc834b/attachment.htm From scott at sigkill.org Tue Feb 7 01:07:10 2006 From: scott at sigkill.org (Scott Laird) Date: Mon, 6 Feb 2006 22:07:10 -0800 Subject: [typo] SVK new Typo location question... In-Reply-To: References: Message-ID: That's a really good question. I'll see if I can find an answer. Scott On Feb 6, 2006, at 9:54 PM, Steve Longdo wrote: > I have been using svk to manage changes locally with Typo trunk, > following closely what Scott has on his site ( http:// > scottstuff.net/blog/articles/tag/svk ). Is there an equivalent > command to the SVN: > svn switch --relocate svn://leetsoft.com/typo/trunk svn:// > typosphere.org/typo/trunk > > for SVK or am I stuck re-mirroring the trunk locally? > > ---------- Forwarded message ---------- > From: Michael Nguyen > Date: Feb 6, 2006 6:01 PM > Subject: Re: [Rails] Typo download during site migration > To: rails at lists.rubyonrails.org > > Try this? > http://www.typosphere.org/trac/wiki/DownloadCurrent > > On 2/6/06, Scott Laird wrote: > > > > > > On Feb 6, 2006, at 7:51 AM, Zack Chandler wrote: > > > > > > Is there a deep link still active to download Typo while > > http://typo.leetsoft.com/ moves to its new home?Try rubyforge: > > http://rubyforge.org/projects/typo/ > > > > It won't help you grab the trunk, but all of the released > versions are > > there. > > > > > > Scott > > _______________________________________________ > > Rails mailing list > > Rails at lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > _______________________________________________ > Rails mailing list > Rails at lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > _______________________________________________ > 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/20060206/d2587644/attachment.htm From patrick at lenz.sh Tue Feb 7 01:21:25 2006 From: patrick at lenz.sh (Patrick Lenz) Date: Tue, 7 Feb 2006 07:21:25 +0100 Subject: [typo] SVK new Typo location question... In-Reply-To: References: Message-ID: Supposedly svk supports --relocate to the mirror action. mirror --relocate DEPOTPATH [http|svn]://host/path Best, -P. Am 07.02.2006 um 07:07 schrieb Scott Laird: > That's a really good question. I'll see if I can find an answer. > > > Scott > > On Feb 6, 2006, at 9:54 PM, Steve Longdo wrote: > >> I have been using svk to manage changes locally with Typo trunk, >> following closely what Scott has on his site ( http:// >> scottstuff.net/blog/articles/tag/svk ). Is there an equivalent >> command to the SVN: >> svn switch --relocate svn://leetsoft.com/typo/trunk svn:// >> typosphere.org/typo/trunk >> >> for SVK or am I stuck re-mirroring the trunk locally? >> >> ---------- Forwarded message ---------- >> From: Michael Nguyen >> Date: Feb 6, 2006 6:01 PM >> Subject: Re: [Rails] Typo download during site migration >> To: rails at lists.rubyonrails.org >> >> Try this? >> http://www.typosphere.org/trac/wiki/DownloadCurrent >> >> On 2/6/06, Scott Laird wrote: >> > >> > >> > On Feb 6, 2006, at 7:51 AM, Zack Chandler wrote: >> > >> > >> > Is there a deep link still active to download Typo while >> > http://typo.leetsoft.com/ moves to its new home?Try rubyforge: >> > http://rubyforge.org/projects/typo/ >> > >> > It won't help you grab the trunk, but all of the released >> versions are >> > there. >> > >> > >> > Scott >> > _______________________________________________ >> > Rails mailing list >> > Rails at lists.rubyonrails.org >> > http://lists.rubyonrails.org/mailman/listinfo/rails >> > >> > >> > >> _______________________________________________ >> Rails mailing list >> Rails at lists.rubyonrails.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> _______________________________________________ >> 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 -- Patrick Lenz (scoop) http://poocs.net/ # Personal Weblog http://limited-overload.de/ # Web application development http://freshmeat.net/ # Free software archive http://topmedia.de/ # IT Storage Solutions http://eins.de/ # Community portal network From cedric at feelfree.homelinux.com Tue Feb 7 01:29:39 2006 From: cedric at feelfree.homelinux.com (cedric) Date: Tue, 7 Feb 2006 07:29:39 +0100 Subject: [typo] any information about Typosphere? Message-ID: <200602070729.39370.cedric@feelfree.homelinux.com> It should have been a good idea to inform about the changes between http://typo.leetsoft.com/ and http://www.typosphere.org Does anyone can tell us a bit about that? From victor-typo at carotena.net Tue Feb 7 03:32:02 2006 From: victor-typo at carotena.net (Victor Jalencas) Date: Tue, 07 Feb 2006 09:32:02 +0100 Subject: [typo] SVK new Typo location question... In-Reply-To: References: Message-ID: <43E85B02.60806@carotena.net> Works for me Cheers, Victor Patrick Lenz wrote: > Supposedly svk supports --relocate to the mirror action. > > mirror --relocate DEPOTPATH [http|svn]://host/path > > > Best, > -P. > From ernieoporto at gmail.com Thu Feb 9 10:04:29 2006 From: ernieoporto at gmail.com (Ernie Oporto) Date: Thu, 9 Feb 2006 10:04:29 -0500 Subject: [typo] any information about Typosphere? In-Reply-To: <200602070729.39370.cedric@feelfree.homelinux.com> References: <200602070729.39370.cedric@feelfree.homelinux.com> Message-ID: If you're looking for the Trac area, it's at the new site... http://www.typosphere.org/trac Ernie http://www.shokk.com/blog/ On 2/7/06, cedric wrote: > > It should have been a good idea to inform about the changes between > http://typo.leetsoft.com/ and http://www.typosphere.org > > Does anyone can tell us a bit about that? > _______________________________________________ > 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/20060209/b6d2f83f/attachment.htm From pratiknaik at gmail.com Fri Feb 10 18:25:53 2006 From: pratiknaik at gmail.com (Pratik) Date: Sat, 11 Feb 2006 04:55:53 +0530 Subject: [typo] Fastcgi trouble Message-ID: <9212531d0602101525u40df39d5i946a0d98bee0b4a0@mail.gmail.com> Hi Everyone, I'm running Apache 1.3.33 - mod_fastcgi/2.4.2 on my dedicated server. And I've been facing many issues with running typo using FastCgi. I'm specifying that it should start only one fcgi proccess in my httpd.conf file. But somehow it's starting multiple processes. It looks like this is happening because of symbolic link. Could Simone please suggest solution/workaround ? Thanks, Pratik. root at localhost [/home/typo/typo-2.6.0]# ps -ef | grep fcgi nobody 4345 2807 0 17:15 ? 00:00:00 /usr/local/apache/bin/fcgi- -DSSL nobody 4346 4345 0 17:15 ? 00:00:01 /usr/local/bin/ruby /home/claes/typo-2.6.0/public/dispatch.fcgi nobody 4417 4345 11 17:19 ? 00:00:01 /usr/local/bin/ruby /home/claes/public_html/dispatch.fcgi nobody 4420 4345 11 17:19 ? 00:00:01 /usr/local/bin/ruby /home/claes/public_html/dispatch.fcgi nobody 4459 4345 16 17:20 ? 00:00:01 /usr/local/bin/ruby /home/claes/public_html/dispatch.fcgi root at localhost [/etc/httpd/conf]# grep FastCgiServer httpd.conf FastCgiServer /home/claes/typo-2.6.0/public/dispatch.fcgi -idle-timeout 120 -initial-env RAILS_ENV=production -processes 1 -- http://www.rails.info - Coming Soon ! From ficovh at yahoo.com Sat Feb 11 11:58:23 2006 From: ficovh at yahoo.com (Francisco Valladolid Hdez.) Date: Sat, 11 Feb 2006 08:58:23 -0800 (PST) Subject: [typo] Fastcgi trouble In-Reply-To: <9212531d0602101525u40df39d5i946a0d98bee0b4a0@mail.gmail.com> Message-ID: <20060211165823.50449.qmail@web50110.mail.yahoo.com> Hi, I recommended using lighttpd with fcgi for Rails. Regards. --- Pratik wrote: > Hi Everyone, > > I'm running Apache 1.3.33 - mod_fastcgi/2.4.2 on my > dedicated server. > And I've been facing many issues with running typo > using FastCgi. I'm > specifying that it should start only one fcgi > proccess in my > httpd.conf file. But somehow it's starting multiple > processes. It > looks like this is happening because of symbolic > link. Could Simone > please suggest solution/workaround ? > > Thanks, > Pratik. > > root at localhost [/home/typo/typo-2.6.0]# ps -ef | > grep fcgi > nobody 4345 2807 0 17:15 ? 00:00:00 > /usr/local/apache/bin/fcgi- -DSSL > nobody 4346 4345 0 17:15 ? 00:00:01 > /usr/local/bin/ruby > /home/claes/typo-2.6.0/public/dispatch.fcgi > nobody 4417 4345 11 17:19 ? 00:00:01 > /usr/local/bin/ruby > /home/claes/public_html/dispatch.fcgi > nobody 4420 4345 11 17:19 ? 00:00:01 > /usr/local/bin/ruby > /home/claes/public_html/dispatch.fcgi > nobody 4459 4345 16 17:20 ? 00:00:01 > /usr/local/bin/ruby > /home/claes/public_html/dispatch.fcgi > > root at localhost [/etc/httpd/conf]# grep FastCgiServer > httpd.conf > FastCgiServer > /home/claes/typo-2.6.0/public/dispatch.fcgi > -idle-timeout 120 -initial-env RAILS_ENV=production > -processes 1 > > -- > http://www.rails.info - Coming Soon ! > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > ____________________________________ Fco.Valladolid Hdez. ficovh at yahoo.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From kj at chuise.com Wed Feb 15 12:10:45 2006 From: kj at chuise.com (Kevin M Jackson) Date: Wed, 15 Feb 2006 12:10:45 -0500 Subject: [typo] Typo "Pages" - How to link? Message-ID: <43F36095.8050502@chuise.com> I created a few "pages" using the typo administration tools, but how do I actually link to them from my site? I'm very new to this so any help will be appreciated. Thanks, KJ From cedric at feelfree.homelinux.com Wed Feb 15 12:35:54 2006 From: cedric at feelfree.homelinux.com (cedric) Date: Wed, 15 Feb 2006 18:35:54 +0100 (CET) Subject: [typo] Typo "Pages" - How to link? In-Reply-To: <43F36095.8050502@chuise.com> References: <43F36095.8050502@chuise.com> Message-ID: <58468.83.79.2.249.1140024954.squirrel@kobayazen.ath.cx> I don't think there's actually a plugin for that... Hum, it could be nice to do it! For my own site I just add a static plugin with the link to my pages (/pages/mypage for ex.) I will try to create a plugin...if nothing has been submitted as a patch in the Typo trac. > I created a few "pages" using the typo administration tools, but how do > I actually link to them from my site? > > I'm very new to this so any help will be appreciated. > > Thanks, > > KJ > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > From cedric at feelfree.homelinux.com Wed Feb 15 14:22:34 2006 From: cedric at feelfree.homelinux.com (cedric) Date: Wed, 15 Feb 2006 20:22:34 +0100 Subject: [typo] Typo "Pages" - How to link? In-Reply-To: <58468.83.79.2.249.1140024954.squirrel@kobayazen.ath.cx> References: <43F36095.8050502@chuise.com> <58468.83.79.2.249.1140024954.squirrel@kobayazen.ath.cx> Message-ID: <200602152022.36108.cedric@feelfree.homelinux.com> If you want a fast made (i.e. not polished) plugin for your sidebar see ftp://kobayazen.ath.cx/pub/typo/plugins/pages.zip I've made this in few minutes but you can have an idea. just unzip this in your /components/plugins/sidebars directory and add it in your admin page.... it should work! Regards > I don't think there's actually a plugin for that... Hum, it could be nice > to do it! > For my own site I just add a static plugin with the link to my pages > (/pages/mypage for ex.) > > I will try to create a plugin...if nothing has been submitted as a patch > in the Typo trac. > > > I created a few "pages" using the typo administration tools, but how do > > I actually link to them from my site? > > > > I'm very new to this so any help will be appreciated. > > > > Thanks, > > > > KJ > > _______________________________________________ > > 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 From uzair at nairang.org Wed Feb 15 18:31:47 2006 From: uzair at nairang.org (Syed Uzair Aqeel) Date: Wed, 15 Feb 2006 23:31:47 -0000 Subject: [typo] Attachments and the SVN repository In-Reply-To: <200602152022.36108.cedric@feelfree.homelinux.com> Message-ID: <20060215233206.39D58162491@faceman.dreamhost.com> Err...I'm confused. 1) I attached a document on my computer to a blog entry and then hit the 'store' button in the admin interface. Sure enough, it shows up under resources. There was a little '-' next to it, so I clicked it, which apparently made it publicly available. However, when I view the entry on my blog, the attachment does not show up. Have I misunderstood how to use this feature? Could this have to do with the theme I'm using (Hemingway)? (OK, I should really check that last one myself, but I have spotty internet connectivity right now. 2) I can't hit the SVN repository at svn://leetsoft.com/typo/trunk. I notice Tobias' website has a be-back-soon message and that Typo seems to have shifted home -- do I need to update to point to a different URL? Like I said, I'm confused...double :) Many thanks, Uzair From cedric at feelfree.homelinux.com Thu Feb 16 01:17:31 2006 From: cedric at feelfree.homelinux.com (cedric) Date: Thu, 16 Feb 2006 07:17:31 +0100 Subject: [typo] Attachments and the SVN repository In-Reply-To: <20060215233206.39D58162491@faceman.dreamhost.com> References: <20060215233206.39D58162491@faceman.dreamhost.com> Message-ID: <200602160717.31546.cedric@feelfree.homelinux.com> Hello, As far as I know the attachment function for a new post is the same than if you upload a file in the ressource admin page. You need to put a reference to the uploaded file in the body of your post the My file for the repository just have a look to this page: http://www.typosphere.org/trac/wiki/DownloadCurrent it explains how to change the svn reference. Enjoy! > Err...I'm confused. > > 1) I attached a document on my computer to a blog entry and then hit the > 'store' button in the admin interface. Sure enough, it shows up under > resources. There was a little '-' next to it, so I clicked it, which > apparently made it publicly available. However, when I view the entry on my > blog, the attachment does not show up. Have I misunderstood how to use this > feature? Could this have to do with the theme I'm using (Hemingway)? (OK, I > should really check that last one myself, but I have spotty internet > connectivity right now. > > 2) I can't hit the SVN repository at svn://leetsoft.com/typo/trunk. I > notice Tobias' website has a be-back-soon message and that Typo seems to > have shifted home -- do I need to update to point to a different URL? > > Like I said, I'm confused...double :) > > Many thanks, > > Uzair > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From dom at happygiraffe.net Thu Feb 16 10:16:10 2006 From: dom at happygiraffe.net (Dominic Mitchell) Date: Thu, 16 Feb 2006 15:16:10 +0000 Subject: [typo] Aggressive Caching of admin screens? Message-ID: <20060216151610.GA8879@gimli.happygiraffe.net> Hello, I've got a typo blog running for the last month or so (2.6.0). I've got one problem that I haven't been able to track down though. Whenever I go to the admin screen to create a new post, (/admin/content/new), the time is "stuck" at some point in the past. Even a shift-refresh won't reset it. This only happens in production mode -- everything works fine in development. I'm running under Apache 2.2 / mod_fastcgi (yes, I know, I should use lighty ;-) I've had a look through the Agile Web Development book, but I can't find any reason why that page should be cached. It looks to me like typo doesn't use the Rails caching at all, but just has its own mechanism for storing the pages. In short: I've got no idea why this is happening. Has anybody else even seen this? -Dom From dom at happygiraffe.net Thu Feb 16 10:24:32 2006 From: dom at happygiraffe.net (Dominic Mitchell) Date: Thu, 16 Feb 2006 15:24:32 +0000 Subject: [typo] Aggressive Caching of admin screens? In-Reply-To: <20060216151610.GA8879@gimli.happygiraffe.net> References: <20060216151610.GA8879@gimli.happygiraffe.net> Message-ID: <20060216152432.GC8879@gimli.happygiraffe.net> On Thu, Feb 16, 2006 at 03:16:10PM +0000, Dominic Mitchell wrote: > Hello, > > I've got a typo blog running for the last month or so (2.6.0). I've got > one problem that I haven't been able to track down though. > > Whenever I go to the admin screen to create a new post, > (/admin/content/new), the time is "stuck" at some point in the past. > Even a shift-refresh won't reset it. This only happens in production > mode -- everything works fine in development. > > I'm running under Apache 2.2 / mod_fastcgi (yes, I know, I should use > lighty ;-) > > I've had a look through the Agile Web Development book, but I can't find > any reason why that page should be cached. It looks to me like typo > doesn't use the Rails caching at all, but just has its own mechanism for > storing the pages. > > In short: I've got no idea why this is happening. Has anybody else even > seen this? Actually, it's definitely something odd going in ActiveRecord. Look at this: % ruby script/console production Loading production environment. >> Article.new.created_at => Thu Feb 16 15:16:58 UTC 2006 >> sleep 60 => 60 >> Article.new.created_at => Thu Feb 16 15:16:58 UTC 2006 That's not right, I should get a new created_at time when I ask for a new article... -Dom From victor-typo at carotena.net Thu Feb 16 10:32:37 2006 From: victor-typo at carotena.net (Victor Jalencas) Date: Thu, 16 Feb 2006 16:32:37 +0100 Subject: [typo] Aggressive Caching of admin screens? In-Reply-To: <20060216152432.GC8879@gimli.happygiraffe.net> References: <20060216151610.GA8879@gimli.happygiraffe.net> <20060216152432.GC8879@gimli.happygiraffe.net> Message-ID: <43F49B15.2020400@carotena.net> Dominic Mitchell wrote: > > Actually, it's definitely something odd going in ActiveRecord. Look at > this: > > % ruby script/console production > Loading production environment. > >> Article.new.created_at > => Thu Feb 16 15:16:58 UTC 2006 > >> sleep 60 > => 60 > >> Article.new.created_at > => Thu Feb 16 15:16:58 UTC 2006 > > That's not right, I should get a new created_at time when I ask for a > new article... > Hi Dominic, are you using, perhaps, PostgreSQL? There's an issue with that database and the created_{at,on} attributes... Victor From dom at happygiraffe.net Thu Feb 16 11:23:37 2006 From: dom at happygiraffe.net (Dominic Mitchell) Date: Thu, 16 Feb 2006 16:23:37 +0000 Subject: [typo] Aggressive Caching of admin screens? In-Reply-To: <43F49B15.2020400@carotena.net> References: <20060216151610.GA8879@gimli.happygiraffe.net> <20060216152432.GC8879@gimli.happygiraffe.net> <43F49B15.2020400@carotena.net> Message-ID: <20060216162337.GB9674@gimli.happygiraffe.net> On Thu, Feb 16, 2006 at 04:32:37PM +0100, Victor Jalencas wrote: > Dominic Mitchell wrote: > > > > Actually, it's definitely something odd going in ActiveRecord. Look at > > this: > > > > % ruby script/console production > > Loading production environment. > > >> Article.new.created_at > > => Thu Feb 16 15:16:58 UTC 2006 > > >> sleep 60 > > => 60 > > >> Article.new.created_at > > => Thu Feb 16 15:16:58 UTC 2006 > > > > That's not right, I should get a new created_at time when I ask for a > > new article... > > > Hi Dominic, > > are you using, perhaps, PostgreSQL? There's an issue with that database > and the created_{at,on} attributes... Yes, I am. How interesting. Do you have any more information? -Dom From dom at happygiraffe.net Thu Feb 16 11:25:55 2006 From: dom at happygiraffe.net (Dominic Mitchell) Date: Thu, 16 Feb 2006 16:25:55 +0000 Subject: [typo] Aggressive Caching of admin screens? In-Reply-To: <20060216162337.GB9674@gimli.happygiraffe.net> References: <20060216151610.GA8879@gimli.happygiraffe.net> <20060216152432.GC8879@gimli.happygiraffe.net> <43F49B15.2020400@carotena.net> <20060216162337.GB9674@gimli.happygiraffe.net> Message-ID: <20060216162555.GC9674@gimli.happygiraffe.net> On Thu, Feb 16, 2006 at 04:23:37PM +0000, Dominic Mitchell wrote: > On Thu, Feb 16, 2006 at 04:32:37PM +0100, Victor Jalencas wrote: > > Dominic Mitchell wrote: > > > > > > Actually, it's definitely something odd going in ActiveRecord. Look at > > > this: > > > > > > % ruby script/console production > > > Loading production environment. > > > >> Article.new.created_at > > > => Thu Feb 16 15:16:58 UTC 2006 > > > >> sleep 60 > > > => 60 > > > >> Article.new.created_at > > > => Thu Feb 16 15:16:58 UTC 2006 > > > > > > That's not right, I should get a new created_at time when I ask for a > > > new article... > > > > > Hi Dominic, > > > > are you using, perhaps, PostgreSQL? There's an issue with that database > > and the created_{at,on} attributes... > > Yes, I am. How interesting. Do you have any more information? Aha! Got it: http://dev.rubyonrails.org/ticket/2873 Many thanks for your help, Victor. I'll take it up with that ticket... -Dom From b4 at mulloy.us Fri Feb 17 00:06:05 2006 From: b4 at mulloy.us (b4) Date: Fri, 17 Feb 2006 05:06:05 +0000 (UTC) Subject: [typo] Multiple Blogs Ticket #343 Message-ID: I'm new. I'm evaluating blog packages to use in a project. We have 2 key requirements: support for multiple blogs/users one instance of typo for hundreds or thousands of blogs and authors ability to do single sign-on with our core app (built on Rails) authentication and authorization driven from our user/permission model I found ticket #343 http://www.typosphere.org/trac/ticket/343. Is anyone working on this? I would rather _not_ go back to J2EE and use Roller. In fact, i would rather spend a month solving those 2 problems using typo ;~) Any thoughts? Warnings? -b4 From scott at sigkill.org Fri Feb 17 12:41:28 2006 From: scott at sigkill.org (Scott Laird) Date: Fri, 17 Feb 2006 09:41:28 -0800 Subject: [typo] Multiple Blogs Ticket #343 In-Reply-To: References: Message-ID: <56BB9B60-E008-4981-882E-0D8C5745B3BD@sigkill.org> On Feb 16, 2006, at 9:06 PM, b4 wrote: > I'm new. I'm evaluating blog packages to use in a project. We > have 2 key > requirements: > > support for multiple blogs/users > one instance of typo for hundreds or thousands of blogs and authors > > ability to do single sign-on with our core app (built on Rails) > authentication and authorization driven from our user/permission > model > > I found ticket #343 http://www.typosphere.org/trac/ticket/343. Is > anyone > working on this? I would rather _not_ go back to J2EE and use > Roller. In fact, > i would rather spend a month solving those 2 problems using typo ;~) > > Any thoughts? Warnings? A number of people have started looking at adding multi-blog support to Typo, but no one has actually finished yet. It'll end up being fairly invasive, but it's not undoable. I suspect that it's really just a couple weeks' work. Scott From ficovh at yahoo.com Fri Feb 17 16:36:42 2006 From: ficovh at yahoo.com (Francisco Valladolid Hdez.) Date: Fri, 17 Feb 2006 13:36:42 -0800 (PST) Subject: [typo] Code in posts In-Reply-To: <56BB9B60-E008-4981-882E-0D8C5745B3BD@sigkill.org> Message-ID: <20060217213642.68445.qmail@web50107.mail.yahoo.com> Hi, folks. How can insert code in my blog, I'm using the traditional
some code
it look terrible really. Exist another way, for post code language in my posts. I'm using Typo 2.6.0 ! Regards. ____________________________________ Fco.Valladolid Hdez. ficovh at yahoo.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From dom at happygiraffe.net Fri Feb 17 17:55:32 2006 From: dom at happygiraffe.net (Dominic Mitchell) Date: Fri, 17 Feb 2006 22:55:32 +0000 Subject: [typo] Code in posts In-Reply-To: <20060217213642.68445.qmail@web50107.mail.yahoo.com> References: <56BB9B60-E008-4981-882E-0D8C5745B3BD@sigkill.org> <20060217213642.68445.qmail@web50107.mail.yahoo.com> Message-ID: <20060217225531.GA36575@gimli.happygiraffe.net> On Fri, Feb 17, 2006 at 01:36:42PM -0800, Francisco Valladolid Hdez. wrote: > Hi, folks. > > How can insert code in my blog, I'm using the > traditional
some code
it look > terrible really. > > Exist another way, for post code language in my posts. > > I'm using Typo 2.6.0 ! You could just enable the textile filter and then say @some code@ instead. -Dom From steve.longdo at gmail.com Sat Feb 18 01:41:34 2006 From: steve.longdo at gmail.com (Steve Longdo) Date: Sat, 18 Feb 2006 00:41:34 -0600 Subject: [typo] Code in posts In-Reply-To: <20060217213642.68445.qmail@web50107.mail.yahoo.com> References: <56BB9B60-E008-4981-882E-0D8C5745B3BD@sigkill.org> <20060217213642.68445.qmail@web50107.mail.yahoo.com> Message-ID: There is support for this with TextFilters in typo already. Try using ... You can also specify line numbers and html or xml for languages. -Steve http://www.stevelongdo.com On 2/17/06, Francisco Valladolid Hdez. wrote: > > Hi, folks. > > How can insert code in my blog, I'm using the > traditional
some code
it look > terrible really. > > Exist another way, for post code language in my posts. > > I'm using Typo 2.6.0 ! > > Regards. > > ____________________________________ > Fco.Valladolid Hdez. > ficovh at yahoo.com > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > 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/20060218/fc21f151/attachment.htm From scott at sigkill.org Sat Feb 18 11:12:43 2006 From: scott at sigkill.org (Scott Laird) Date: Sat, 18 Feb 2006 08:12:43 -0800 Subject: [typo] Code in posts In-Reply-To: References: <56BB9B60-E008-4981-882E-0D8C5745B3BD@sigkill.org> <20060217213642.68445.qmail@web50107.mail.yahoo.com> Message-ID: Yep, but this isn't in 2.6.0, only the trunk. Scott On Feb 17, 2006, at 10:41 PM, Steve Longdo wrote: > There is support for this with TextFilters in typo already. > > Try using ... You can also > specify line numbers and html or xml for languages. > > -Steve > http://www.stevelongdo.com > > On 2/17/06, Francisco Valladolid Hdez. wrote: > Hi, folks. > > How can insert code in my blog, I'm using the > traditional
some code
it look > terrible really. > > Exist another way, for post code language in my posts. > > I'm using Typo 2.6.0 ! > > Regards. > > ____________________________________ > Fco.Valladolid Hdez. > ficovh at yahoo.com > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060218/9cc1b317/attachment.htm From jim at gonzul.net Sun Feb 19 05:51:46 2006 From: jim at gonzul.net (Jim Cheetham) Date: Sun, 19 Feb 2006 10:51:46 +0000 Subject: [typo] Problem setting up apache2/mod_fcgid/typo Message-ID: <20060219105146.GD65774@cat.ourshack.com> Hi, I'm having problems getting typo (svn checkout rev 865) working with apache2 (using mod_fcgid, under debian stable) - the only output I get is the error handler from .htaccess: "

Application error

Typo filed to start properly". Fundamentally I *think* I have apache2+mod-fcgid and rails working, because a basic sample rails app works - dispatch.fcgi starts up and returns data happily. And there's nothing broken in typo under WEBrick, so I hope to be able to discount the database connection, and hopefully the environment too. (lighttpd doesn't work for either typo or the other rails app, so I'll presume I've broken it in some independant way, and ignore it for now) The apache error log tells me that "Premature end of script headers: dispatch.fcgi"; and interestingly I get no fastcgi.log or development.log from rails (yes, log/ is writeable). I added a small debug output (to a /tmp/file) in the top of dispatch.fcgi - this does *not* get created when I make a request under apache. I thought I'd spotted an instance of dispatch.fcgi in the ps listing once, but haven't been able to catch sight of it since. So this looks like apache itself is having the problem, but the virtualhost definition is the same for the typo site as for the sample Rails app site ... Any assistance is welcome ;-) Here's the apache vhost declaration :- ServerName typo ServerAdmin jim DocumentRoot /var/www/docs/iNode/typo/public ErrorLog /var/www/docs/iNode/typo/log/apache.error.log CustomLog /var/www/docs/iNode/typo/log/apache.access.log combined LogLevel warn Options ExecCGI +FollowSymLinks AllowOverride All Order allow,deny Allow from all And the .htaccess (comments stripped) :- AddHandler fcgid-script .fcgi AddHandler cgi-script .cgi Options +FollowSymLinks +ExecCGI RewriteEngine On RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] ErrorDocument 500 "

Application error

Typo failed to start properly" From dom at happygiraffe.net Mon Feb 20 07:03:00 2006 From: dom at happygiraffe.net (Dominic Mitchell) Date: Mon, 20 Feb 2006 12:03:00 +0000 Subject: [typo] Aggressive Caching of admin screens? In-Reply-To: <20060216162555.GC9674@gimli.happygiraffe.net> References: <20060216151610.GA8879@gimli.happygiraffe.net> <20060216152432.GC8879@gimli.happygiraffe.net> <43F49B15.2020400@carotena.net> <20060216162337.GB9674@gimli.happygiraffe.net> <20060216162555.GC9674@gimli.happygiraffe.net> Message-ID: <20060220120300.GB61698@gimli.happygiraffe.net> On Thu, Feb 16, 2006 at 04:25:55PM +0000, Dominic Mitchell wrote: > Aha! Got it: > > http://dev.rubyonrails.org/ticket/2873 > > Many thanks for your help, Victor. I'll take it up with that ticket... For reference, this is the patch that I used to fix it. It's not perfect as it means that the time on the create article screen is still wrong, but it gets fixed as soon as you save... -Dom Index: app/models/article.rb =================================================================== --- app/models/article.rb (revision 728) +++ app/models/article.rb (working copy) @@ -94,6 +94,9 @@ self.extended_html = HtmlEngine.transform(extended, self.text_filter) end + # Work around PostgreSQL adaptor (http://dev.rubyonrails.org/ticket/2873) + before_create { |art| art.created_at = Time.now } + def self.time_delta(year, month = nil, day = nil) from = Time.mktime(year, month || 1, day || 1) Index: app/models/comment.rb =================================================================== --- app/models/comment.rb (revision 728) +++ app/models/comment.rb (working copy) @@ -29,4 +29,7 @@ self.body_html = HtmlEngine.transform(body, config["comment_text_filter"], [:filter_html]) end + # Work around PostgreSQL adaptor (http://dev.rubyonrails.org/ticket/2873) + before_create { |art| art.created_at = Time.now } + end From trejkaz at trypticon.org Mon Feb 20 07:31:39 2006 From: trejkaz at trypticon.org (Trejkaz) Date: Mon, 20 Feb 2006 23:31:39 +1100 Subject: [typo] Migration error, step 33 Message-ID: <200602202331.41914.trejkaz@trypticon.org> Getting the following error during 33_add_count_caching.rb: Mysql::Error: Unknown column 'display_name' in 'where clause': SELECT * FROM tags WHERE (name = 'meta' OR display_name = 'meta' OR display_name = 'meta') LIMIT 1 Seems this display_name column is added in migration step 36, but it's being used from migration step 33. Whoops. :-) TX -- Email: trejkaz at trypticon.org Jabber ID: trejkaz at trypticon.org Web site: http://trypticon.org/ GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F A62C B8C7 BC8B 037E EA73 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20060220/101b6a86/attachment.bin From mike at nthwave.net Mon Feb 20 13:52:17 2006 From: mike at nthwave.net (Michael Mell) Date: Mon, 20 Feb 2006 10:52:17 -0800 Subject: [typo] admin account not created? Message-ID: <0c2db4cfeb021a7057f629cbfed20bae@nthwave.net> I have installed typo2.6.0. When I go to http://mydomain/typo/admin I'm redirected to http://mcubed.name/typo/accounts/login Since I haven't created any accounts yet I can't log in. How do I create the admin account? thanks, mike From typo-list at jasonbainbridge.com Mon Feb 20 14:08:43 2006 From: typo-list at jasonbainbridge.com (Jason Bainbridge) Date: Mon, 20 Feb 2006 13:08:43 -0600 Subject: [typo] admin account not created? In-Reply-To: <0c2db4cfeb021a7057f629cbfed20bae@nthwave.net> References: <0c2db4cfeb021a7057f629cbfed20bae@nthwave.net> Message-ID: <1B40062C-3EC8-466C-89D1-FF6BB6CF43CA@jasonbainbridge.com> Goto http://mcubed.name/typo/ first. ;) cheers, Jason On Feb 20, 2006, at 12:52 PM, Michael Mell wrote: > I have installed typo2.6.0. When I go to > http://mydomain/typo/admin > I'm redirected to > http://mcubed.name/typo/accounts/login > Since I haven't created any accounts yet I can't log in. > > How do I create the admin account? > > thanks, > mike > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From froderman at gmail.com Mon Feb 20 14:12:45 2006 From: froderman at gmail.com (Jason Froderman) Date: Mon, 20 Feb 2006 13:12:45 -0600 Subject: [typo] Problem with Typo 2.6.0 in subdirectory Message-ID: <3eebd6f42708c2582c08664b9d1e0979@gmail.com> Hey everybody. Very new to typo been working with rails some. Really confused with getting typo up and running in production mode. The website is at http://70.86.30.30/html/ (note the subdirectory) Only a few things show up and it's all broken. Viewing the source I see it's referencing: http://70.86.30.30:3000/ It seems to be it's referencing what it should when I run script/server -e production...and if I run that command and navigate to 70.86.30.30:3000, it works beautifully. It doesn't seem to be showing the html/ subdirectory at all...probably because :3000 points at it directly. I need it to recognize the subdirectory and I need to better understand how typo gets up and running and stays up and running. If someone requests http://70.86.30.30/html, does it start up the necessary processes to work on Apache or not? I've tried all kinds of .htaccess things...including RewriteBase as described here: http://www.typosphere.org/trac/wiki/TypoInSubdirectory I don't have access to the httpd.conf so I setup the symbolic link and use the .htaccess file as described. Tried just that one line and a lot of other stuff. Per the troubleshooting ideas, I try to run dispatch.fcgi and I get: Status: 500 Internal Server Error It's pointing to ruby properly...I'm running Apache/1.3.33 and not finding anything helpful in the logs. If anyone could help me understand: #1: How typo gets up and running and stays that way... #2: Subdirectory problems... It would mean a ton! Thanks, Jason From ross at rossparker.com Tue Feb 21 05:49:09 2006 From: ross at rossparker.com (Ross Parker) Date: Tue, 21 Feb 2006 10:49:09 +0000 Subject: [typo] Spam with my own domain Message-ID: <4d3ab74f0602210249k36980e92r@mail.gmail.com> I am a newbie to Rails (though more experienced with php) and switched from Wordpress to Typo (stable) as a first step in learning Rails by using it. I like typo so far. However, I'm not as familiar with its anti-spam features as I am with those of WordPress (especially the SpamKarma plugin). I plan to learn more. However, in the meantime, is there any easy way to block comment spam pretending to come from my own address (@rossparker.com, e.g. eyes7393934 at rossparker.com) without blocking my own ability to post comments? Kind regards, Ross Parker -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060221/a9ac44dd/attachment.htm From dom at happygiraffe.net Tue Feb 21 06:34:09 2006 From: dom at happygiraffe.net (Dominic Mitchell) Date: Tue, 21 Feb 2006 11:34:09 +0000 Subject: [typo] Problem with Typo 2.6.0 in subdirectory In-Reply-To: <3eebd6f42708c2582c08664b9d1e0979@gmail.com> References: <3eebd6f42708c2582c08664b9d1e0979@gmail.com> Message-ID: <20060221113409.GA24336@gimli.happygiraffe.net> On Mon, Feb 20, 2006 at 01:12:45PM -0600, Jason Froderman wrote: > Hey everybody. Very new to typo been working with rails some. Really > confused with getting typo up and running in production mode. > > The website is at http://70.86.30.30/html/ (note the subdirectory) > > Only a few things show up and it's all broken. Viewing the source I > see it's referencing: http://70.86.30.30:3000/ > > It seems to be it's referencing what it should when I run script/server > -e production...and if I run that command and navigate to > 70.86.30.30:3000, it works beautifully. It doesn't seem to be showing > the html/ subdirectory at all...probably because :3000 points at it > directly. > > I need it to recognize the subdirectory and I need to better understand > how typo gets up and running and stays up and running. If someone > requests http://70.86.30.30/html, does it start up the necessary > processes to work on Apache or not? > > I've tried all kinds of .htaccess things...including RewriteBase as > described here: http://www.typosphere.org/trac/wiki/TypoInSubdirectory > > I don't have access to the httpd.conf so I setup the symbolic link and > use the .htaccess file as described. Tried just that one line and a > lot of other stuff. > > Per the troubleshooting ideas, I try to run dispatch.fcgi and I get: > Status: 500 Internal Server Error It's pointing to ruby properly...I'm > running Apache/1.3.33 and not finding anything helpful in the logs. > > If anyone could help me understand: > > #1: How typo gets up and running and stays that way... > > #2: Subdirectory problems... One problem I've found when experimenting with getting subdirectory support working is that typo caches files by default. So if you run it in development mode, it will create an index.html point at the development mode url. If you then switch to production mode, then that index.html doesn't automatically get regenerated. So, try removing index.html and refreshing. As to the .htaccess file, This is what I have to host under /blog/ on my domain. # General Apache options AddHandler fastcgi-script .fcgi Options +FollowSymLinks +ExecCGI AddDefaultCharset utf-8 # Redirect all requests not available on the filesystem to Rails RewriteEngine On # Uncomment this if you're not running Typo in the root of your # webserver's URL space (i.e. http://www.example.com/blog): # RewriteBase /blog/ # try to suggest current rss subscribers that the url moved permently RewriteRule ^xml/([a-z]+)$ /xml/$1/feed.xml [R=301] RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] # In case Rails experiences terminal errors ErrorDocument 500 "

Application Error

Typo could not be reached You might also want to look at this page on the wiki: http://www.typosphere.org/trac/wiki/TypoInSubdirectory -Dom From b4 at mulloy.us Tue Feb 21 13:56:52 2006 From: b4 at mulloy.us (b4) Date: Tue, 21 Feb 2006 18:56:52 +0000 (UTC) Subject: [typo] Multiple Blogs Ticket #343 References: <56BB9B60-E008-4981-882E-0D8C5745B3BD@sigkill.org> Message-ID: Scott Laird sigkill.org> writes: > A number of people have started looking at adding multi-blog support > to Typo, but no one has actually finished yet. It'll end up being > fairly invasive, but it's not undoable. I suspect that it's really > just a couple weeks' work. > > Scott > thanks, scott, for the info. I'm going to spend some time on it and see how it goes. -b4 From doug at lathi.net Tue Feb 21 14:16:17 2006 From: doug at lathi.net (Doug Alcorn) Date: Tue, 21 Feb 2006 14:16:17 -0500 Subject: [typo] Multiple Blogs Ticket #343 In-Reply-To: References: <56BB9B60-E008-4981-882E-0D8C5745B3BD@sigkill.org> Message-ID: <1570E367-275A-44B1-9B10-5D84EB5EADB4@lathi.net> On Feb 21, 2006, at 1:56 PM, b4 wrote: >> A number of people have started looking at adding multi-blog support >> to Typo, but no one has actually finished yet. It'll end up being >> fairly invasive, but it's not undoable. I suspect that it's really >> just a couple weeks' work. Is multi-blog support the same as productizing typo? ----- Doug Alcorn (513) 295-2844 doug at lathi.net http://www.lathi.net/ From b4 at mulloy.us Wed Feb 22 17:14:04 2006 From: b4 at mulloy.us (b4) Date: Wed, 22 Feb 2006 22:14:04 +0000 (UTC) Subject: [typo] Multiple Blogs Ticket #343 References: Message-ID: fyi - I took a crack at an initial list of things I think need to change for Typo to handle multiple blogs here: http://mulloy.homeip.net:3000/articles/2006/02/22/multiple-blogs-with-typo. If you see anything crazy or missed, please let me know. From laurel.fan at gmail.com Wed Feb 22 17:56:24 2006 From: laurel.fan at gmail.com (Laurel Fan) Date: Wed, 22 Feb 2006 14:56:24 -0800 Subject: [typo] drafts? Message-ID: <8b1e030f0602221456k56839884x2e47221b183f527c@mail.gmail.com> Is it possible to save a draft of an article I'm in the middle of writing? There are a few mentions of drafts in trac that indicate that there is such a thing, but I can't figure out how to do it in the UI (and the results of googling for 'typo draft' are predictably irrelevant). -- Laurel Fan http://blog.gorgorg.org From scott at sigkill.org Wed Feb 22 18:09:49 2006 From: scott at sigkill.org (Scott Laird) Date: Wed, 22 Feb 2006 15:09:49 -0800 Subject: [typo] drafts? In-Reply-To: <8b1e030f0602221456k56839884x2e47221b183f527c@mail.gmail.com> References: <8b1e030f0602221456k56839884x2e47221b183f527c@mail.gmail.com> Message-ID: <9277F67A-1CC7-45B1-839F-CBA1BCEABC1B@sigkill.org> Yes, but it's not in the "quick edit" UI. Assuming that you're using the full-sized 'create new article' page, look at the bottom under 'toggle advanced options' and turn off the 'published' checkbox. Scott On Feb 22, 2006, at 2:56 PM, Laurel Fan wrote: > Is it possible to save a draft of an article I'm in the middle of > writing? There are a few mentions of drafts in trac that indicate > that there is such a thing, but I can't figure out how to do it in the > UI (and the results of googling for 'typo draft' are predictably > irrelevant). > > > -- > Laurel Fan > http://blog.gorgorg.org > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From paulrbrown at gmail.com Wed Feb 22 19:28:19 2006 From: paulrbrown at gmail.com (Paul Brown) Date: Wed, 22 Feb 2006 16:28:19 -0800 Subject: [typo] drafts? In-Reply-To: <9277F67A-1CC7-45B1-839F-CBA1BCEABC1B@sigkill.org> References: <8b1e030f0602221456k56839884x2e47221b183f527c@mail.gmail.com> <9277F67A-1CC7-45B1-839F-CBA1BCEABC1B@sigkill.org> Message-ID: <4249453d0602221628i12e41c0l150c10bb96f1dd1d@mail.gmail.com> On 2/22/06, Scott Laird wrote: > Yes, but it's not in the "quick edit" UI. Assuming that you're using > the full-sized 'create new article' page, look at the bottom under > 'toggle advanced options' and turn off the 'published' checkbox. This works with Ecto's "draft" article status setting as well, so you can post things as drafts and then push them to live from there. -- Paul Brown http://mult.ifario.us/ From laurel.fan at gmail.com Wed Feb 22 20:25:41 2006 From: laurel.fan at gmail.com (Laurel Fan) Date: Wed, 22 Feb 2006 17:25:41 -0800 Subject: [typo] drafts? In-Reply-To: <9277F67A-1CC7-45B1-839F-CBA1BCEABC1B@sigkill.org> References: <8b1e030f0602221456k56839884x2e47221b183f527c@mail.gmail.com> <9277F67A-1CC7-45B1-839F-CBA1BCEABC1B@sigkill.org> Message-ID: <8b1e030f0602221725j18ce99bbr887827f46c880309@mail.gmail.com> Ah ha, cool. For some reason I didn't connect the 'published' check box with controlling whether a post would be published :) On 2/22/06, Scott Laird wrote: > Yes, but it's not in the "quick edit" UI. Assuming that you're using > the full-sized 'create new article' page, look at the bottom under > 'toggle advanced options' and turn off the 'published' checkbox. > > > Scott > > On Feb 22, 2006, at 2:56 PM, Laurel Fan wrote: > > > Is it possible to save a draft of an article I'm in the middle of > > writing? There are a few mentions of drafts in trac that indicate > > that there is such a thing, but I can't figure out how to do it in the > > UI (and the results of googling for 'typo draft' are predictably > > irrelevant). > > > > > > -- > > Laurel Fan > > http://blog.gorgorg.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 > -- Laurel Fan http://blog.gorgorg.org From kheon at comcast.net Wed Feb 22 21:38:28 2006 From: kheon at comcast.net (Kyle Heon) Date: Wed, 22 Feb 2006 21:38:28 -0500 Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) Message-ID: <200602230226.k1N2QCpD024669@rubyforge.org> I upgraded my install of Typo on my site tonight and had more then my fair share of issues while doing so. I thought I had them all sorted out but now my Textile markup is being ignored. I don't know what caused this and really don't know what I can do to fix it. I've tried re-saving Textile as my markup language You can see this at www.kyleheon.com. Kyle Heon kheon at comcast.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060222/16cc9b0a/attachment.htm From ernieoporto at gmail.com Thu Feb 23 07:40:15 2006 From: ernieoporto at gmail.com (Ernie Oporto) Date: Thu, 23 Feb 2006 07:40:15 -0500 Subject: [typo] drafts? In-Reply-To: <8b1e030f0602221725j18ce99bbr887827f46c880309@mail.gmail.com> References: <8b1e030f0602221456k56839884x2e47221b183f527c@mail.gmail.com> <9277F67A-1CC7-45B1-839F-CBA1BCEABC1B@sigkill.org> <8b1e030f0602221725j18ce99bbr887827f46c880309@mail.gmail.com> Message-ID: Me either. I was wondering this very same question but forgot to post it. =) It might be clearer for the daft among us to have a "Save Draft" for this purpose and "Publish" button to actually post the article. On 2/22/06, Laurel Fan wrote: > > Ah ha, cool. For some reason I didn't connect the 'published' check > box with controlling whether a post would be published :) > > On 2/22/06, Scott Laird wrote: > > Yes, but it's not in the "quick edit" UI. Assuming that you're using > > the full-sized 'create new article' page, look at the bottom under > > 'toggle advanced options' and turn off the 'published' checkbox. > > > > > > Scott > > > > On Feb 22, 2006, at 2:56 PM, Laurel Fan wrote: > > > > > Is it possible to save a draft of an article I'm in the middle of > > > writing? There are a few mentions of drafts in trac that indicate > > > that there is such a thing, but I can't figure out how to do it in the > > > UI (and the results of googling for 'typo draft' are predictably > > > irrelevant). > > > > > > > > > -- > > > Laurel Fan > > > http://blog.gorgorg.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 > > > > > -- > Laurel Fan > http://blog.gorgorg.org > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- Ernie http://www.shokk.com/blog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060223/1de0bb18/attachment.htm From kvanderauwera at gmail.com Thu Feb 23 08:10:27 2006 From: kvanderauwera at gmail.com (Koen Van der Auwera) Date: Thu, 23 Feb 2006 14:10:27 +0100 Subject: [typo] ActiveRecordStore? Message-ID: <53f0709b0602230510s7de20c26xc6733b619cdf4763@mail.gmail.com> Hi, I just took the latest typo version from svn and when I try to start the server (script/server) I get the following errormessage: ----------------------------------------------------------- => Booting WEBrick... c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:200:in `const_missing': uninitialized constant ActiveRecordStore (NameError) from c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session_management.rb:23:in `const_get' from c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session_management.rb:23:in `session_store=' from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:256:in `send' from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:256:in `initialize_framework_settings' from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in `each' from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in `initialize_framework_settings' from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:252:in `each' from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:252:in `initialize_framework_settings' ... 12 levels... from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:in `require' from script/server:3 ----------------------------------------------------------- It works ok if I comment out the following line: config.action_controller.session_store = :active_record_store Any idea what I'm missing here? (running locally on windows, all gems up to date) Thanks, -- Koen. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060223/6814e4a6/attachment.htm From dom at happygiraffe.net Thu Feb 23 08:42:36 2006 From: dom at happygiraffe.net (Dominic Mitchell) Date: Thu, 23 Feb 2006 13:42:36 +0000 Subject: [typo] ActiveRecordStore? In-Reply-To: <53f0709b0602230510s7de20c26xc6733b619cdf4763@mail.gmail.com> References: <53f0709b0602230510s7de20c26xc6733b619cdf4763@mail.gmail.com> Message-ID: <20060223134236.GD72444@gimli.happygiraffe.net> On Thu, Feb 23, 2006 at 02:10:27PM +0100, Koen Van der Auwera wrote: > Hi, > > I just took the latest typo version from svn and when I try to start the > server (script/server) I get the following errormessage: > > ----------------------------------------------------------- > => Booting WEBrick... > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:200:in > `const_missing': uninitialized constant ActiveRecordStore > (NameError) > from c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session_management.rb:23:in > `const_get' > from c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session_management.rb:23:in > `session_store=' > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:256:in > `send' > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:256:in > `initialize_framework_settings' > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in > `each' > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in > `initialize_framework_settings' > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:252:in > `each' > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:252:in > `initialize_framework_settings' > ... 12 levels... > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > `require__' > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > `require' > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:in > `require' > from script/server:3 > ----------------------------------------------------------- > > It works ok if I comment out the following line: > config.action_controller.session_store = :active_record_store > > Any idea what I'm missing here? > (running locally on windows, all gems up to date) Just a guess, but have you tried running Rails "edge" instead of 1.0.0? -Dom From kvanderauwera at gmail.com Thu Feb 23 08:56:46 2006 From: kvanderauwera at gmail.com (Koen Van der Auwera) Date: Thu, 23 Feb 2006 14:56:46 +0100 Subject: [typo] ActiveRecordStore? In-Reply-To: <20060223134236.GD72444@gimli.happygiraffe.net> References: <53f0709b0602230510s7de20c26xc6733b619cdf4763@mail.gmail.com> <20060223134236.GD72444@gimli.happygiraffe.net> Message-ID: <53f0709b0602230556o58376483qacb7919fd278c663@mail.gmail.com> No not yet, but if that would be the problem than I guess there's something wrong with the whole "gem-system", no? On 2/23/06, Dominic Mitchell wrote: > > On Thu, Feb 23, 2006 at 02:10:27PM +0100, Koen Van der Auwera wrote: > > Hi, > > > > I just took the latest typo version from svn and when I try to start the > > server (script/server) I get the following errormessage: > > > > ----------------------------------------------------------- > > => Booting WEBrick... > > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5 > /lib/active_support/dependencies.rb:200:in > > `const_missing': uninitialized constant ActiveRecordStore > > (NameError) > > from c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2 > /lib/action_controller/session_management.rb:23:in > > `const_get' > > from c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2 > /lib/action_controller/session_management.rb:23:in > > `session_store=' > > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0 > /lib/initializer.rb:256:in > > `send' > > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0 > /lib/initializer.rb:256:in > > `initialize_framework_settings' > > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0 > /lib/initializer.rb:255:in > > `each' > > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0 > /lib/initializer.rb:255:in > > `initialize_framework_settings' > > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0 > /lib/initializer.rb:252:in > > `each' > > from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0 > /lib/initializer.rb:252:in > > `initialize_framework_settings' > > ... 12 levels... > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > > `require__' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > > `require' > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5 > /lib/active_support/dependencies.rb:214:in > > `require' > > from script/server:3 > > ----------------------------------------------------------- > > > > It works ok if I comment out the following line: > > config.action_controller.session_store = :active_record_store > > > > Any idea what I'm missing here? > > (running locally on windows, all gems up to date) > > Just a guess, but have you tried running Rails "edge" instead of 1.0.0? > > -Dom > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- Koen. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060223/a172c7b0/attachment-0001.htm From chris at seagul.co.uk Thu Feb 23 09:05:34 2006 From: chris at seagul.co.uk (Chris Roos) Date: Thu, 23 Feb 2006 14:05:34 +0000 Subject: [typo] ActiveRecordStore? In-Reply-To: <53f0709b0602230510s7de20c26xc6733b619cdf4763@mail.gmail.com> References: <53f0709b0602230510s7de20c26xc6733b619cdf4763@mail.gmail.com> Message-ID: <43FDC12E.2020800@seagul.co.uk> Sounds like you might be missing the ActiveRecordStore table (at a guess). Did you run any new migrations? Koen Van der Auwera wrote: > Hi, > > I just took the latest typo version from svn and when I try to start the > server (script/server) I get the following errormessage: > > ----------------------------------------------------------- > => Booting WEBrick... > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:200:in > `const_missing': uninitialized constant ActiveRecordStore > (NameError) > from c:/ruby/lib/ruby/gems/1.8/gems/actionpack- > 1.11.2/lib/action_controller/session_management.rb:23:in `const_get' > from > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session_management.rb:23:in > `session_store=' > from c:/ruby/lib/ruby/gems/1.8/gems/rails- > 1.0.0/lib/initializer.rb:256:in `send' > from > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:256:in > `initialize_framework_settings' > from > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in `each' > from > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in > `initialize_framework_settings' > from > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:252:in `each' > from c:/ruby/lib/ruby/gems/1.8/gems/rails- > 1.0.0/lib/initializer.rb:252:in `initialize_framework_settings' > ... 12 levels... > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > `require__' > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > `require' > from > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:in > `require' > from script/server:3 > ----------------------------------------------------------- > > It works ok if I comment out the following line: > config.action_controller.session_store = :active_record_store > > Any idea what I'm missing here? > (running locally on windows, all gems up to date) > > Thanks, > -- > Koen. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From kvanderauwera at gmail.com Thu Feb 23 09:17:08 2006 From: kvanderauwera at gmail.com (Koen Van der Auwera) Date: Thu, 23 Feb 2006 15:17:08 +0100 Subject: [typo] ActiveRecordStore? In-Reply-To: <43FDC12E.2020800@seagul.co.uk> References: <53f0709b0602230510s7de20c26xc6733b619cdf4763@mail.gmail.com> <43FDC12E.2020800@seagul.co.uk> Message-ID: <53f0709b0602230617l4d40ed74o2f14d0a28c9f06e9@mail.gmail.com> the ActiveRecordStore table that's the table "sessions" right? I got that one. Yes I migrated locally from 2.6 to latest from svn. The migration script ran fine once I commented out the above mentioned line. On 2/23/06, Chris Roos wrote: > > Sounds like you might be missing the ActiveRecordStore table (at a > guess). Did you run any new migrations? > > > Koen Van der Auwera wrote: > > > Hi, > > > > I just took the latest typo version from svn and when I try to start the > > server (script/server) I get the following errormessage: > > > > ----------------------------------------------------------- > > => Booting WEBrick... > > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5 > /lib/active_support/dependencies.rb:200:in > > `const_missing': uninitialized constant ActiveRecordStore > > (NameError) > > from c:/ruby/lib/ruby/gems/1.8/gems/actionpack- > > 1.11.2/lib/action_controller/session_management.rb:23:in `const_get' > > from > > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2 > /lib/action_controller/session_management.rb:23:in > > `session_store=' > > from c:/ruby/lib/ruby/gems/1.8/gems/rails- > > 1.0.0/lib/initializer.rb:256:in `send' > > from > > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:256:in > > `initialize_framework_settings' > > from > > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in > `each' > > from > > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in > > `initialize_framework_settings' > > from > > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:252:in > `each' > > from c:/ruby/lib/ruby/gems/1.8/gems/rails- > > 1.0.0/lib/initializer.rb:252:in `initialize_framework_settings' > > ... 12 levels... > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > > `require__' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > > `require' > > from > > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5 > /lib/active_support/dependencies.rb:214:in > > `require' > > from script/server:3 > > ----------------------------------------------------------- > > > > It works ok if I comment out the following line: > > config.action_controller.session_store = :active_record_store > > > > Any idea what I'm missing here? > > (running locally on windows, all gems up to date) > > > > Thanks, > > -- > > Koen. > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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 > -- Koen. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060223/77cf0c0d/attachment.htm From chris at seagul.co.uk Thu Feb 23 10:40:48 2006 From: chris at seagul.co.uk (Chris Roos) Date: Thu, 23 Feb 2006 15:40:48 +0000 Subject: [typo] ActiveRecordStore? In-Reply-To: <53f0709b0602230617l4d40ed74o2f14d0a28c9f06e9@mail.gmail.com> References: <53f0709b0602230510s7de20c26xc6733b619cdf4763@mail.gmail.com> <43FDC12E.2020800@seagul.co.uk> <53f0709b0602230617l4d40ed74o2f14d0a28c9f06e9@mail.gmail.com> Message-ID: <43FDD780.3010705@seagul.co.uk> Yes, it's the sessions table. Sorry I hadn't tested earlier. I also have a copy of trunk (revision 865) and it works fine. Complete stab in the dark but how about checking out rails 1.0.0 from svn into your vendor/rails directory (to eliminate and problems in your gems)? Chris Koen Van der Auwera wrote: > the ActiveRecordStore table that's the table "sessions" right? I got > that one. > > Yes I migrated locally from 2.6 to latest from svn. The migration script > ran fine once I commented out the above mentioned line. > > On 2/23/06, *Chris Roos* > wrote: > > Sounds like you might be missing the ActiveRecordStore table (at a > guess). Did you run any new migrations? > > > Koen Van der Auwera wrote: > > > Hi, > > > > I just took the latest typo version from svn and when I try to > start the > > server (script/server) I get the following errormessage: > > > > ----------------------------------------------------------- > > => Booting WEBrick... > > c:/ruby/lib/ruby/gems/1.8/gems/activesupport- > 1.2.5/lib/active_support/dependencies.rb:200:in > > `const_missing': uninitialized constant ActiveRecordStore > > (NameError) > > from c:/ruby/lib/ruby/gems/1.8/gems/actionpack- > > 1.11.2/lib/action_controller/session_management.rb:23:in `const_get' > > from > > > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session_management.rb:23:in > > `session_store=' > > from c:/ruby/lib/ruby/gems/1.8/gems/rails- > > 1.0.0/lib/initializer.rb:256:in `send' > > from > > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:256:in > > `initialize_framework_settings' > > from > > > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in > `each' > > from > > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in > > `initialize_framework_settings' > > from > > > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:252:in > `each' > > from c:/ruby/lib/ruby/gems/1.8/gems/rails- > > 1.0.0/lib/initializer.rb:252:in `initialize_framework_settings' > > ... 12 levels... > > from > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > > `require__' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > > `require' > > from > > > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:in > > > `require' > > from script/server:3 > > ----------------------------------------------------------- > > > > It works ok if I comment out the following line: > > config.action_controller.session_store = :active_record_store > > > > Any idea what I'm missing here? > > (running locally on windows, all gems up to date) > > > > Thanks, > > -- > > Koen. > > > > > > > ------------------------------------------------------------------------ > > > > > _______________________________________________ > > 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 > > > > > -- > Koen. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From kvanderauwera at gmail.com Thu Feb 23 11:00:22 2006 From: kvanderauwera at gmail.com (Koen Van der Auwera) Date: Thu, 23 Feb 2006 17:00:22 +0100 Subject: [typo] ActiveRecordStore? In-Reply-To: <43FDD780.3010705@seagul.co.uk> References: <53f0709b0602230510s7de20c26xc6733b619cdf4763@mail.gmail.com> <43FDC12E.2020800@seagul.co.uk> <53f0709b0602230617l4d40ed74o2f14d0a28c9f06e9@mail.gmail.com> <43FDD780.3010705@seagul.co.uk> Message-ID: <53f0709b0602230800h47e010baq85cab7d18ad698d5@mail.gmail.com> ok, I'll try that. On 2/23/06, Chris Roos wrote: > > Yes, it's the sessions table. Sorry I hadn't tested earlier. > > I also have a copy of trunk (revision 865) and it works fine. > > Complete stab in the dark but how about checking out rails 1.0.0 from > svn into your vendor/rails directory (to eliminate and problems in your > gems)? > > Chris > > > Koen Van der Auwera wrote: > > the ActiveRecordStore table that's the table "sessions" right? I got > > that one. > > > > Yes I migrated locally from 2.6 to latest from svn. The migration script > > ran fine once I commented out the above mentioned line. > > > > On 2/23/06, *Chris Roos* > > wrote: > > > > Sounds like you might be missing the ActiveRecordStore table (at a > > guess). Did you run any new migrations? > > > > > > Koen Van der Auwera wrote: > > > > > Hi, > > > > > > I just took the latest typo version from svn and when I try to > > start the > > > server (script/server) I get the following errormessage: > > > > > > ----------------------------------------------------------- > > > => Booting WEBrick... > > > c:/ruby/lib/ruby/gems/1.8/gems/activesupport- > > 1.2.5/lib/active_support/dependencies.rb:200:in > > > `const_missing': uninitialized constant ActiveRecordStore > > > (NameError) > > > from c:/ruby/lib/ruby/gems/1.8/gems/actionpack- > > > 1.11.2/lib/action_controller/session_management.rb:23:in > `const_get' > > > from > > > > > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2 > /lib/action_controller/session_management.rb:23:in > > > `session_store=' > > > from c:/ruby/lib/ruby/gems/1.8/gems/rails- > > > 1.0.0/lib/initializer.rb:256:in `send' > > > from > > > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0 > /lib/initializer.rb:256:in > > > `initialize_framework_settings' > > > from > > > > > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in > > `each' > > > from > > > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0 > /lib/initializer.rb:255:in > > > `initialize_framework_settings' > > > from > > > > > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:252:in > > `each' > > > from c:/ruby/lib/ruby/gems/1.8/gems/rails- > > > 1.0.0/lib/initializer.rb:252:in `initialize_framework_settings' > > > ... 12 levels... > > > from > > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > > > `require__' > > > from > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > > > `require' > > > from > > > > > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5 > /lib/active_support/dependencies.rb:214:in > > > > > `require' > > > from script/server:3 > > > ----------------------------------------------------------- > > > > > > It works ok if I comment out the following line: > > > config.action_controller.session_store = :active_record_store > > > > > > Any idea what I'm missing here? > > > (running locally on windows, all gems up to date) > > > > > > Thanks, > > > -- > > > Koen. > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > _______________________________________________ > > > 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 > > > > > > > > > > -- > > Koen. > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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 > -- Koen. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060223/3abca756/attachment-0001.htm From typo-list at jasonbainbridge.com Thu Feb 23 11:21:39 2006 From: typo-list at jasonbainbridge.com (Jason Bainbridge) Date: Thu, 23 Feb 2006 10:21:39 -0600 Subject: [typo] ActiveRecordStore? In-Reply-To: <53f0709b0602230510s7de20c26xc6733b619cdf4763@mail.gmail.com> References: <53f0709b0602230510s7de20c26xc6733b619cdf4763@mail.gmail.com> Message-ID: <43FDE113.6020800@jasonbainbridge.com> I don't know why you are seeing that and nobody else is but this seems to be the same issue: http://www.mail-archive.com/rails-core at lists.rubyonrails.org/msg00365.html Koen Van der Auwera wrote: > Hi, > > I just took the latest typo version from svn and when I try to start > the server (script/server) I get the following errormessage: > > ----------------------------------------------------------- > => Booting WEBrick... > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:200:in > `const_missing': uninitialized constant ActiveRecordStore > (NameError) > from c:/ruby/lib/ruby/gems/1.8/gems/actionpack- > 1.11.2/lib/action_controller/session_management.rb:23:in `const_get' > from > c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session_management.rb:23:in > `session_store=' > from c:/ruby/lib/ruby/gems/1.8/gems/rails- > 1.0.0/lib/initializer.rb:256:in `send' > from > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:256:in > `initialize_framework_settings' > from > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in > `each' > from > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:255:in > `initialize_framework_settings' > from > c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:252:in > `each' > from c:/ruby/lib/ruby/gems/1.8/gems/rails- > 1.0.0/lib/initializer.rb:252:in `initialize_framework_settings' > ... 12 levels... > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > `require__' > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > `require' > from > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:in > `require' > from script/server:3 > ----------------------------------------------------------- > > It works ok if I comment out the following line: > config.action_controller.session_store = :active_record_store > > Any idea what I'm missing here? > (running locally on windows, all gems up to date) > > Thanks, > -- > Koen. > >------------------------------------------------------------------------ > >_______________________________________________ >Typo-list mailing list >Typo-list at rubyforge.org >http://rubyforge.org/mailman/listinfo/typo-list > From kheon at comcast.net Thu Feb 23 19:21:11 2006 From: kheon at comcast.net (Kyle Heon) Date: Thu, 23 Feb 2006 19:21:11 -0500 Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) In-Reply-To: <200602230226.k1N2QCpD024669@rubyforge.org> Message-ID: <200602240009.k1O096rm002188@rubyforge.org> Has anyone else seen this? Any suggestions on what I can do to fix it? Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Wednesday, February 22, 2006 9:38 PM To: typo-list at rubyforge.org Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) I upgraded my install of Typo on my site tonight and had more then my fair share of issues while doing so. I thought I had them all sorted out but now my Textile markup is being ignored. I don't know what caused this and really don't know what I can do to fix it. I've tried re-saving Textile as my markup language You can see this at www.kyleheon.com. Kyle Heon kheon at comcast.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060223/28a259d4/attachment.htm From scott at sigkill.org Thu Feb 23 19:43:33 2006 From: scott at sigkill.org (Scott Laird) Date: Thu, 23 Feb 2006 16:43:33 -0800 Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) In-Reply-To: <200602240009.k1O096rm002188@rubyforge.org> References: <200602230226.k1N2QCpD024669@rubyforge.org> <200602240009.k1O096rm002188@rubyforge.org> Message-ID: <14b7e5ef0602231643t55f9448bi2364d894a4b8914b@mail.gmail.com> Look in the logs and see if you're getting an exception in the filtering code; when a filter fails, the input text is passed through unfiltered. Scott On 2/23/06, Kyle Heon wrote: > > Has anyone else seen this? Any suggestions on what I can do to fix it? > > Kyle Heon > kheon at comcast.net > > > ------------------------------ > *From:* typo-list-bounces at rubyforge.org [mailto: > typo-list-bounces at rubyforge.org] *On Behalf Of *Kyle Heon > *Sent:* Wednesday, February 22, 2006 9:38 PM > *To:* typo-list at rubyforge.org > *Subject:* [typo] Lost Textile markup after upgrading to the trunk (r865) > > I upgraded my install of Typo on my site tonight and had more then my > fair share of issues while doing so. I thought I had them all sorted out but > now my Textile markup is being ignored. > > I don't know what caused this and really don't know what I can do to fix > it. I've tried re-saving Textile as my markup language > > You can see this at *www.kyleheon.com*. > > Kyle Heon > kheon at comcast.net > > > _______________________________________________ > 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/20060223/449bf4db/attachment.htm From kheon at comcast.net Thu Feb 23 20:46:20 2006 From: kheon at comcast.net (Kyle Heon) Date: Thu, 23 Feb 2006 20:46:20 -0500 Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) In-Reply-To: <14b7e5ef0602231643t55f9448bi2364d894a4b8914b@mail.gmail.com> Message-ID: <200602240133.k1O1Xwrm012043@rubyforge.org> Please forgive me, I'm pretty new to this stuff. I have my site running on webrick right now and I keep seeing things like this in the logs: TextFilterPlugin: missing default helper path text_filter_plugin_helper TextFilterPlugin::Markup: missing default helper path text_filter_plugin/markup_helper TextFilterPlugin::Macro: missing default helper path text_filter_plugin/macro_helper TextFilterPlugin::MacroPre: missing default helper path text_filter_plugin/macro_pre_helper TextFilterPlugin::MacroPost: missing default helper path text_filter_plugin/macro_post_helper TextFilterPlugin::PostProcess: missing default helper path text_filter_plugin/post_process_helper Plugins::Textfilters::AmazonController: missing default helper path plugins/textfilters/amazon_helper Plugins::Textfilters::CodeController: missing default helper path plugins/textfilters/code_helper Plugins::Textfilters::FlickrController: missing default helper path plugins/textfilters/flickr_helper Plugins::Textfilters::HtmlfilterController: missing default helper path plugins/textfilters/htmlfilter_helper Plugins::Textfilters::MacroPostController: missing default helper path plugins/textfilters/macro_post_helper Plugins::Textfilters::MacroPreController: missing default helper path plugins/textfilters/macro_pre_helper Plugins::Textfilters::MarkdownController: missing default helper path plugins/textfilters/markdown_helper Plugins::Textfilters::NoneController: missing default helper path plugins/textfilters/none_helper Plugins::Textfilters::SmartypantsController: missing default helper path plugins/textfilters/smartypants_helper Plugins::Textfilters::SparklineController: missing default helper path plugins/textfilters/sparkline_helper Plugins::Textfilters::TextileController: missing default helper path plugins/textfilters/textile_helper Plugins::Textfilters::LightboxController: missing default helper path plugins/textfilters/lightbox_helper I found these in the components folder. Kyle Heon kheon at comcast.net _____ From: scott at lairdmail.com [mailto:scott at lairdmail.com] On Behalf Of Scott Laird Sent: Thursday, February 23, 2006 7:44 PM To: kheon at comcast.net; typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Look in the logs and see if you're getting an exception in the filtering code; when a filter fails, the input text is passed through unfiltered. Scott On 2/23/06, Kyle Heon wrote: Has anyone else seen this? Any suggestions on what I can do to fix it? Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Wednesday, February 22, 2006 9:38 PM To: typo-list at rubyforge.org Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) I upgraded my install of Typo on my site tonight and had more then my fair share of issues while doing so. I thought I had them all sorted out but now my Textile markup is being ignored. I don't know what caused this and really don't know what I can do to fix it. I've tried re-saving Textile as my markup language You can see this at www.kyleheon.com. Kyle Heon kheon at comcast.net _______________________________________________ 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/20060223/9b294d10/attachment.htm From kheon at comcast.net Thu Feb 23 21:22:11 2006 From: kheon at comcast.net (Kyle Heon) Date: Thu, 23 Feb 2006 21:22:11 -0500 Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) In-Reply-To: <200602240133.k1O1Xwrm012043@rubyforge.org> Message-ID: <200602240209.k1O29orm017168@rubyforge.org> Attached is a copy of a fresh development.log file that includes a single request to the root of the site. I removed the app and components directories and then re-uploaded them. Next I did a chmod -R 777 on the folders as I thought it might have something to do with permissions. Now the list of missing items is smaller, just the initial TextFilterPlugin lines. Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Thursday, February 23, 2006 8:46 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Please forgive me, I'm pretty new to this stuff. I have my site running on webrick right now and I keep seeing things like this in the logs: TextFilterPlugin: missing default helper path text_filter_plugin_helper TextFilterPlugin::Markup: missing default helper path text_filter_plugin/markup_helper TextFilterPlugin::Macro: missing default helper path text_filter_plugin/macro_helper TextFilterPlugin::MacroPre: missing default helper path text_filter_plugin/macro_pre_helper TextFilterPlugin::MacroPost: missing default helper path text_filter_plugin/macro_post_helper TextFilterPlugin::PostProcess: missing default helper path text_filter_plugin/post_process_helper Plugins::Textfilters::AmazonController: missing default helper path plugins/textfilters/amazon_helper Plugins::Textfilters::CodeController: missing default helper path plugins/textfilters/code_helper Plugins::Textfilters::FlickrController: missing default helper path plugins/textfilters/flickr_helper Plugins::Textfilters::HtmlfilterController: missing default helper path plugins/textfilters/htmlfilter_helper Plugins::Textfilters::MacroPostController: missing default helper path plugins/textfilters/macro_post_helper Plugins::Textfilters::MacroPreController: missing default helper path plugins/textfilters/macro_pre_helper Plugins::Textfilters::MarkdownController: missing default helper path plugins/textfilters/markdown_helper Plugins::Textfilters::NoneController: missing default helper path plugins/textfilters/none_helper Plugins::Textfilters::SmartypantsController: missing default helper path plugins/textfilters/smartypants_helper Plugins::Textfilters::SparklineController: missing default helper path plugins/textfilters/sparkline_helper Plugins::Textfilters::TextileController: missing default helper path plugins/textfilters/textile_helper Plugins::Textfilters::LightboxController: missing default helper path plugins/textfilters/lightbox_helper I found these in the components folder. Kyle Heon kheon at comcast.net _____ From: scott at lairdmail.com [mailto:scott at lairdmail.com] On Behalf Of Scott Laird Sent: Thursday, February 23, 2006 7:44 PM To: kheon at comcast.net; typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Look in the logs and see if you're getting an exception in the filtering code; when a filter fails, the input text is passed through unfiltered. Scott On 2/23/06, Kyle Heon wrote: Has anyone else seen this? Any suggestions on what I can do to fix it? Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Wednesday, February 22, 2006 9:38 PM To: typo-list at rubyforge.org Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) I upgraded my install of Typo on my site tonight and had more then my fair share of issues while doing so. I thought I had them all sorted out but now my Textile markup is being ignored. I don't know what caused this and really don't know what I can do to fix it. I've tried re-saving Textile as my markup language You can see this at www.kyleheon.com. Kyle Heon kheon at comcast.net _______________________________________________ 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/20060223/02d9dd3d/attachment-0001.htm From kheon at comcast.net Thu Feb 23 21:31:47 2006 From: kheon at comcast.net (Kyle Heon) Date: Thu, 23 Feb 2006 21:31:47 -0500 Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) In-Reply-To: <200602240209.k1O29orm017168@rubyforge.org> Message-ID: <200602240219.k1O2JPrm018434@rubyforge.org> Oops, forgot the attachment. Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Thursday, February 23, 2006 9:22 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Attached is a copy of a fresh development.log file that includes a single request to the root of the site. I removed the app and components directories and then re-uploaded them. Next I did a chmod -R 777 on the folders as I thought it might have something to do with permissions. Now the list of missing items is smaller, just the initial TextFilterPlugin lines. Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Thursday, February 23, 2006 8:46 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Please forgive me, I'm pretty new to this stuff. I have my site running on webrick right now and I keep seeing things like this in the logs: TextFilterPlugin: missing default helper path text_filter_plugin_helper TextFilterPlugin::Markup: missing default helper path text_filter_plugin/markup_helper TextFilterPlugin::Macro: missing default helper path text_filter_plugin/macro_helper TextFilterPlugin::MacroPre: missing default helper path text_filter_plugin/macro_pre_helper TextFilterPlugin::MacroPost: missing default helper path text_filter_plugin/macro_post_helper TextFilterPlugin::PostProcess: missing default helper path text_filter_plugin/post_process_helper Plugins::Textfilters::AmazonController: missing default helper path plugins/textfilters/amazon_helper Plugins::Textfilters::CodeController: missing default helper path plugins/textfilters/code_helper Plugins::Textfilters::FlickrController: missing default helper path plugins/textfilters/flickr_helper Plugins::Textfilters::HtmlfilterController: missing default helper path plugins/textfilters/htmlfilter_helper Plugins::Textfilters::MacroPostController: missing default helper path plugins/textfilters/macro_post_helper Plugins::Textfilters::MacroPreController: missing default helper path plugins/textfilters/macro_pre_helper Plugins::Textfilters::MarkdownController: missing default helper path plugins/textfilters/markdown_helper Plugins::Textfilters::NoneController: missing default helper path plugins/textfilters/none_helper Plugins::Textfilters::SmartypantsController: missing default helper path plugins/textfilters/smartypants_helper Plugins::Textfilters::SparklineController: missing default helper path plugins/textfilters/sparkline_helper Plugins::Textfilters::TextileController: missing default helper path plugins/textfilters/textile_helper Plugins::Textfilters::LightboxController: missing default helper path plugins/textfilters/lightbox_helper I found these in the components folder. Kyle Heon kheon at comcast.net _____ From: scott at lairdmail.com [mailto:scott at lairdmail.com] On Behalf Of Scott Laird Sent: Thursday, February 23, 2006 7:44 PM To: kheon at comcast.net; typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Look in the logs and see if you're getting an exception in the filtering code; when a filter fails, the input text is passed through unfiltered. Scott On 2/23/06, Kyle Heon wrote: Has anyone else seen this? Any suggestions on what I can do to fix it? Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Wednesday, February 22, 2006 9:38 PM To: typo-list at rubyforge.org Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) I upgraded my install of Typo on my site tonight and had more then my fair share of issues while doing so. I thought I had them all sorted out but now my Textile markup is being ignored. I don't know what caused this and really don't know what I can do to fix it. I've tried re-saving Textile as my markup language You can see this at www.kyleheon.com. Kyle Heon kheon at comcast.net _______________________________________________ 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/20060223/cf32be75/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: development.log Type: application/octet-stream Size: 10895 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20060223/cf32be75/development.obj From kheon at comcast.net Fri Feb 24 21:46:50 2006 From: kheon at comcast.net (Kyle Heon) Date: Fri, 24 Feb 2006 21:46:50 -0500 Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) In-Reply-To: <200602240219.k1O2JPrm018434@rubyforge.org> Message-ID: <200602250234.k1P2YGrm024047@rubyforge.org> It would appear that this issue is somehow in the database. I don't have this behaviour locally after upgrading so I pulled down the MySQL database and restored it locally, pointed my development environment at it and it is happening there. Any thoughts as to what I should begin looking for? Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Thursday, February 23, 2006 9:32 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Oops, forgot the attachment. Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Thursday, February 23, 2006 9:22 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Attached is a copy of a fresh development.log file that includes a single request to the root of the site. I removed the app and components directories and then re-uploaded them. Next I did a chmod -R 777 on the folders as I thought it might have something to do with permissions. Now the list of missing items is smaller, just the initial TextFilterPlugin lines. Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Thursday, February 23, 2006 8:46 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Please forgive me, I'm pretty new to this stuff. I have my site running on webrick right now and I keep seeing things like this in the logs: TextFilterPlugin: missing default helper path text_filter_plugin_helper TextFilterPlugin::Markup: missing default helper path text_filter_plugin/markup_helper TextFilterPlugin::Macro: missing default helper path text_filter_plugin/macro_helper TextFilterPlugin::MacroPre: missing default helper path text_filter_plugin/macro_pre_helper TextFilterPlugin::MacroPost: missing default helper path text_filter_plugin/macro_post_helper TextFilterPlugin::PostProcess: missing default helper path text_filter_plugin/post_process_helper Plugins::Textfilters::AmazonController: missing default helper path plugins/textfilters/amazon_helper Plugins::Textfilters::CodeController: missing default helper path plugins/textfilters/code_helper Plugins::Textfilters::FlickrController: missing default helper path plugins/textfilters/flickr_helper Plugins::Textfilters::HtmlfilterController: missing default helper path plugins/textfilters/htmlfilter_helper Plugins::Textfilters::MacroPostController: missing default helper path plugins/textfilters/macro_post_helper Plugins::Textfilters::MacroPreController: missing default helper path plugins/textfilters/macro_pre_helper Plugins::Textfilters::MarkdownController: missing default helper path plugins/textfilters/markdown_helper Plugins::Textfilters::NoneController: missing default helper path plugins/textfilters/none_helper Plugins::Textfilters::SmartypantsController: missing default helper path plugins/textfilters/smartypants_helper Plugins::Textfilters::SparklineController: missing default helper path plugins/textfilters/sparkline_helper Plugins::Textfilters::TextileController: missing default helper path plugins/textfilters/textile_helper Plugins::Textfilters::LightboxController: missing default helper path plugins/textfilters/lightbox_helper I found these in the components folder. Kyle Heon kheon at comcast.net _____ From: scott at lairdmail.com [mailto:scott at lairdmail.com] On Behalf Of Scott Laird Sent: Thursday, February 23, 2006 7:44 PM To: kheon at comcast.net; typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Look in the logs and see if you're getting an exception in the filtering code; when a filter fails, the input text is passed through unfiltered. Scott On 2/23/06, Kyle Heon wrote: Has anyone else seen this? Any suggestions on what I can do to fix it? Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Wednesday, February 22, 2006 9:38 PM To: typo-list at rubyforge.org Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) I upgraded my install of Typo on my site tonight and had more then my fair share of issues while doing so. I thought I had them all sorted out but now my Textile markup is being ignored. I don't know what caused this and really don't know what I can do to fix it. I've tried re-saving Textile as my markup language You can see this at www.kyleheon.com. Kyle Heon kheon at comcast.net _______________________________________________ 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/20060224/d41e7df9/attachment-0001.htm From kheon at comcast.net Sat Feb 25 20:02:15 2006 From: kheon at comcast.net (Kyle Heon) Date: Sat, 25 Feb 2006 20:02:15 -0500 Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) In-Reply-To: <200602250234.k1P2YGrm024047@rubyforge.org> Message-ID: <200602260049.k1Q0nkJb020548@rubyforge.org> Continuing to troubleshoot this problem. Hoping that someone might be able to give me a hand. Ias I noted last night this seemed to be something to do with the database. I think it might have something to do with a banged up migration that happened on my production site. Tonight I noticed that in the content table, the body_html column does not have the proper html content. For instance, non of the paragraphs have p tags wrapped around them. For instance, here is a sample from my working development database: content_html

Kids sure say the darndest things don’t they? My daughter sneezed at the table all over her food. I made some comment about coughing on your food.

She replies: I’m not coughing, I’m blessyouing.

And here is a sample of the same content_html field from the busted database: content_html Kids sure say the darndest things don't they? My daughter sneezed at the table all over her food. I made some comment about coughing on your food. She replies: I'm not coughing, I'm blessyouing. Notice that the markup is missing. I'm starting to think this can be fixed by running something from via the console (script/console) to force the articles through the textile parser again and resave the items. Does this sound like a good approach? If so, can anyone give me a hand on the syntax (very new to Ruby/Rails). Many thanks to all. Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Friday, February 24, 2006 9:47 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) It would appear that this issue is somehow in the database. I don't have this behaviour locally after upgrading so I pulled down the MySQL database and restored it locally, pointed my development environment at it and it is happening there. Any thoughts as to what I should begin looking for? Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Thursday, February 23, 2006 9:32 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Oops, forgot the attachment. Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Thursday, February 23, 2006 9:22 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Attached is a copy of a fresh development.log file that includes a single request to the root of the site. I removed the app and components directories and then re-uploaded them. Next I did a chmod -R 777 on the folders as I thought it might have something to do with permissions. Now the list of missing items is smaller, just the initial TextFilterPlugin lines. Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Thursday, February 23, 2006 8:46 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Please forgive me, I'm pretty new to this stuff. I have my site running on webrick right now and I keep seeing things like this in the logs: TextFilterPlugin: missing default helper path text_filter_plugin_helper TextFilterPlugin::Markup: missing default helper path text_filter_plugin/markup_helper TextFilterPlugin::Macro: missing default helper path text_filter_plugin/macro_helper TextFilterPlugin::MacroPre: missing default helper path text_filter_plugin/macro_pre_helper TextFilterPlugin::MacroPost: missing default helper path text_filter_plugin/macro_post_helper TextFilterPlugin::PostProcess: missing default helper path text_filter_plugin/post_process_helper Plugins::Textfilters::AmazonController: missing default helper path plugins/textfilters/amazon_helper Plugins::Textfilters::CodeController: missing default helper path plugins/textfilters/code_helper Plugins::Textfilters::FlickrController: missing default helper path plugins/textfilters/flickr_helper Plugins::Textfilters::HtmlfilterController: missing default helper path plugins/textfilters/htmlfilter_helper Plugins::Textfilters::MacroPostController: missing default helper path plugins/textfilters/macro_post_helper Plugins::Textfilters::MacroPreController: missing default helper path plugins/textfilters/macro_pre_helper Plugins::Textfilters::MarkdownController: missing default helper path plugins/textfilters/markdown_helper Plugins::Textfilters::NoneController: missing default helper path plugins/textfilters/none_helper Plugins::Textfilters::SmartypantsController: missing default helper path plugins/textfilters/smartypants_helper Plugins::Textfilters::SparklineController: missing default helper path plugins/textfilters/sparkline_helper Plugins::Textfilters::TextileController: missing default helper path plugins/textfilters/textile_helper Plugins::Textfilters::LightboxController: missing default helper path plugins/textfilters/lightbox_helper I found these in the components folder. Kyle Heon kheon at comcast.net _____ From: scott at lairdmail.com [mailto:scott at lairdmail.com] On Behalf Of Scott Laird Sent: Thursday, February 23, 2006 7:44 PM To: kheon at comcast.net; typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Look in the logs and see if you're getting an exception in the filtering code; when a filter fails, the input text is passed through unfiltered. Scott On 2/23/06, Kyle Heon wrote: Has anyone else seen this? Any suggestions on what I can do to fix it? Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Wednesday, February 22, 2006 9:38 PM To: typo-list at rubyforge.org Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) I upgraded my install of Typo on my site tonight and had more then my fair share of issues while doing so. I thought I had them all sorted out but now my Textile markup is being ignored. I don't know what caused this and really don't know what I can do to fix it. I've tried re-saving Textile as my markup language You can see this at www.kyleheon.com. Kyle Heon kheon at comcast.net _______________________________________________ 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/20060225/b4a5eee4/attachment.htm From steve.longdo at gmail.com Sat Feb 25 21:39:13 2006 From: steve.longdo at gmail.com (Steve Longdo) Date: Sat, 25 Feb 2006 20:39:13 -0600 Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) In-Reply-To: <200602260049.k1Q0nkJb020548@rubyforge.org> References: <200602250234.k1P2YGrm024047@rubyforge.org> <200602260049.k1Q0nkJb020548@rubyforge.org> Message-ID: The code below will loop through and show you what if any text filters are set on your Articles. Article.find(:all).each do |a| a.text_filter end I also notice when I add a new article with Textile as the filter, when I view the article's "body" property it is the non HTML markup, when you view the article's "body_html" property it will be the filter applied version or HTML markup. You may just want to load things up in ./script/console first and noodle around: >> a = Article.find(81) => #"1", "name"=>nil, "text_filter"=>nil, ... Blah Blah Blah ... "keywords"=>"testy textile"}> >> a.body => "this will be *bold?* This one will be _italic_ I forget what this \"does\":1 \r\n\r\nHere's a list for fun:\r\n* _apple_\r\n* orange\r\n* *banana*\r\n\r\nHere's another list not fun:\r\n# _apple_\r\n# orange\r\n# *banana*\r\n\r\n[1]http://cnn.com" >> a.body_html => "

this will be bold? This one will be italic I forget what this does

\n\n\nHere’s a list for fun:\n\t
    \n\t
  • apple
  • \n\t\t
  • orange
  • \n\t\t
  • banana
  • \n\t
\n\n\nHere’s another list not fun:\n\t
    \n\t
  1. apple
  2. \n\t\t
  3. orange
  4. \n\t\t
  5. banana
  6. \n\t
" >> a.text_filter => #"textile", "filters"=>"--- []", "id"=>"5", "params"=>"--- {}", "description"=>"Textile", "markup"=>"textile"}> -Steve http://www.stevelongdo.com On 2/25/06, Kyle Heon wrote: > > Continuing to troubleshoot this problem. Hoping that someone might be able > to give me a hand. Ias I noted last night this seemed to be something to do > with the database. I think it might have something to do with a banged up > migration that happened on my production site. > > Tonight I noticed that in the content table, the body_html column does not > have the proper html content. For instance, non of the paragraphs have p > tags wrapped around them. > > For instance, here is a sample from my working development database: > > content_html >

Kids sure say the darndest things don’t they? My daughter sneezed > at the table all over her food. I made some comment about coughing on your > food.

> >

She replies: I’m not coughing, I’m blessyouing.

> > And here is a sample of the same content_html field from the busted > database: > content_html > Kids sure say the darndest things don't they? My daughter sneezed at the > table all over her food. I made some comment about coughing on your food. > > She replies: I'm not coughing, I'm blessyouing. > > > Notice that the markup is missing. I'm starting to think this can be fixed > by running something from via the console (script/console) to force the > articles through the textile parser again and resave the items. Does this > sound like a good approach? If so, can anyone give me a hand on the syntax > (very new to Ruby/Rails). > > Many thanks to all. > > Kyle Heon > kheon at comcast.net > > > ------------------------------ > *From:* typo-list-bounces at rubyforge.org [mailto: > typo-list-bounces at rubyforge.org] *On Behalf Of *Kyle Heon > *Sent:* Friday, February 24, 2006 9:47 PM > *To:* typo-list at rubyforge.org > *Subject:* Re: [typo] Lost Textile markup after upgrading to the trunk > (r865) > > It would appear that this issue is somehow in the database. I don't have > this behaviour locally after upgrading so I pulled down the MySQL database > and restored it locally, pointed my development environment at it and it is > happening there. > > Any thoughts as to what I should begin looking for? > > Kyle Heon > kheon at comcast.net > > > ------------------------------ > *From:* typo-list-bounces at rubyforge.org [mailto: > typo-list-bounces at rubyforge.org] *On Behalf Of *Kyle Heon > *Sent:* Thursday, February 23, 2006 9:32 PM > *To:* typo-list at rubyforge.org > *Subject:* Re: [typo] Lost Textile markup after upgrading to the trunk > (r865) > > Oops, forgot the attachment. > > Kyle Heon > kheon at comcast.net > > > ------------------------------ > *From:* typo-list-bounces at rubyforge.org [mailto: > typo-list-bounces at rubyforge.org] *On Behalf Of *Kyle Heon > *Sent:* Thursday, February 23, 2006 9:22 PM > *To:* typo-list at rubyforge.org > *Subject:* Re: [typo] Lost Textile markup after upgrading to the trunk > (r865) > > Attached is a copy of a fresh development.log file that includes a single > request to the root of the site. > > I removed the app and components directories and then re-uploaded them. > Next I did a chmod -R 777 on the folders as I thought it might have > something to do with permissions. > > Now the list of missing items is smaller, just the initial > TextFilterPlugin lines. > > Kyle Heon > kheon at comcast.net > > > ------------------------------ > *From:* typo-list-bounces at rubyforge.org [mailto: > typo-list-bounces at rubyforge.org] *On Behalf Of *Kyle Heon > *Sent:* Thursday, February 23, 2006 8:46 PM > *To:* typo-list at rubyforge.org > *Subject:* Re: [typo] Lost Textile markup after upgrading to the trunk > (r865) > > Please forgive me, I'm pretty new to this stuff. I have my site running > on webrick right now and I keep seeing things like this in the logs: > > TextFilterPlugin: missing default helper path text_filter_plugin_helper > TextFilterPlugin::Markup: missing default helper path > text_filter_plugin/markup_helper > TextFilterPlugin::Macro: missing default helper path > text_filter_plugin/macro_helper > TextFilterPlugin::MacroPre: missing default helper path > text_filter_plugin/macro_pre_helper > TextFilterPlugin::MacroPost: missing default helper path > text_filter_plugin/macro_post_helper > TextFilterPlugin::PostProcess: missing default helper path > text_filter_plugin/post_process_helper > Plugins::Textfilters::AmazonController: missing default helper path > plugins/textfilters/amazon_helper > Plugins::Textfilters::CodeController: missing default helper path > plugins/textfilters/code_helper > Plugins::Textfilters::FlickrController: missing default helper path > plugins/textfilters/flickr_helper > Plugins::Textfilters::HtmlfilterController: missing default helper path > plugins/textfilters/htmlfilter_helper > Plugins::Textfilters::MacroPostController: missing default helper path > plugins/textfilters/macro_post_helper > Plugins::Textfilters::MacroPreController: missing default helper path > plugins/textfilters/macro_pre_helper > Plugins::Textfilters::MarkdownController: missing default helper path > plugins/textfilters/markdown_helper > Plugins::Textfilters::NoneController: missing default helper path > plugins/textfilters/none_helper > Plugins::Textfilters::SmartypantsController: missing default helper path > plugins/textfilters/smartypants_helper > Plugins::Textfilters::SparklineController: missing default helper path > plugins/textfilters/sparkline_helper > Plugins::Textfilters::TextileController: missing default helper path > plugins/textfilters/textile_helper > Plugins::Textfilters::LightboxController: missing default helper path > plugins/textfilters/lightbox_helper > > I found these in the components folder. > > Kyle Heon > kheon at comcast.net > > > ------------------------------ > *From:* scott at lairdmail.com [mailto:scott at lairdmail.com] *On Behalf Of *Scott > Laird > *Sent:* Thursday, February 23, 2006 7:44 PM > *To:* kheon at comcast.net; typo-list at rubyforge.org > *Subject:* Re: [typo] Lost Textile markup after upgrading to the trunk > (r865) > > Look in the logs and see if you're getting an exception in the filtering > code; when a filter fails, the input text is passed through unfiltered. > > > Scott > > On 2/23/06, Kyle Heon wrote: > > > > Has anyone else seen this? Any suggestions on what I can do to fix it? > > > > Kyle Heon > > kheon at comcast.net > > > > > > ------------------------------ > > *From:* typo-list-bounces at rubyforge.org [mailto: > > typo-list-bounces at rubyforge.org] *On Behalf Of *Kyle Heon > > *Sent:* Wednesday, February 22, 2006 9:38 PM > > *To:* typo-list at rubyforge.org > > *Subject:* [typo] Lost Textile markup after upgrading to the trunk > > (r865) > > > > I upgraded my install of Typo on my site tonight and had more then my > > fair share of issues while doing so. I thought I had them all sorted out but > > now my Textile markup is being ignored. > > > > I don't know what caused this and really don't know what I can do to fix > > it. I've tried re-saving Textile as my markup language > > > > You can see this at *www.kyleheon.com*. > > > > Kyle Heon > > kheon at comcast.net > > > > > > _______________________________________________ > > 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060225/14534b73/attachment-0001.htm From vamlists at gmail.com Mon Feb 27 10:18:18 2006 From: vamlists at gmail.com (Vamsee Kanakala) Date: Mon, 27 Feb 2006 20:48:18 +0530 Subject: [typo] How to get "Read More" link Message-ID: <8d2be40602270718m530bc13cs42c98921e6827931@mail.gmail.com> Hi all, Is there anyway I can limit the number of words in a given entry? Like, show them a little description, followed by a link "Read More". Clicking on which will lead to the actual article. Sorry if this has been asked before, I couldn't find anything on the archives. Thanks, Vamsee. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060227/204f5edb/attachment.htm From pauli at perfectinfo.com Mon Feb 27 10:34:30 2006 From: pauli at perfectinfo.com (Paul Ingles) Date: Mon, 27 Feb 2006 15:34:30 -0000 Subject: [typo] How to get "Read More" link Message-ID: <23E272490297FB4E9DFC1666932B077A0198BB6A@pi-mail.perfectinfo.com> Well, there's the extended content box - anything placed in which will ordinarily only be viewable when clicking to view a post. Although my current theme (hemingway from the Typogarden contest) doesn't really make it abundantly clear that there is more content to follow - I've resorted to just wording the normal text to indicate there's more, then the user can click the usual links to make their way through to the post. Paul ________________________________ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Vamsee Kanakala Sent: 27 February 2006 15:18 To: typo-list at rubyforge.org Subject: [typo] How to get "Read More" link Hi all, Is there anyway I can limit the number of words in a given entry? Like, show them a little description, followed by a link "Read More". Clicking on which will lead to the actual article. Sorry if this has been asked before, I couldn't find anything on the archives. Thanks, Vamsee. This email and any attachments are confidential. They may contain privileged information and are intended for the named addressee(s) only. They must not be distributed without Perfect Information's consent. If you are not the intended recipient, please notify us immediately and do not disclose, distribute, or retain this email or any part of it. Unless expressly stated, opinions in this email are those of the individual sender, and not of Perfect Information. We believe but do not warrant that this e-mail and any attachments do not contain any form of virus. You must therefore take full responsibility for virus checking. Perfect Information reserves the right to monitor all email communications through their networks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060227/b80df3d8/attachment.htm From scott at sigkill.org Mon Feb 27 10:34:48 2006 From: scott at sigkill.org (Scott Laird) Date: Mon, 27 Feb 2006 07:34:48 -0800 Subject: [typo] How to get "Read More" link In-Reply-To: <8d2be40602270718m530bc13cs42c98921e6827931@mail.gmail.com> References: <8d2be40602270718m530bc13cs42c98921e6827931@mail.gmail.com> Message-ID: <14b7e5ef0602270734l46e33b1ct7338c581d09da108@mail.gmail.com> You can't do this by word count, but you can get the same result by putting the initial text into the usual text box in Typo, and then putting the "read more" text into the extended text box. Scott On 2/27/06, Vamsee Kanakala wrote: > > Hi all, > > Is there anyway I can limit the number of words in a given entry? Like, > show them a little description, followed by a link "Read More". Clicking on > which will lead to the actual article. Sorry if this has been asked before, > I couldn't find anything on the archives. > > Thanks, > Vamsee. > > _______________________________________________ > 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/20060227/c7266149/attachment.htm From uzair at nairang.org Mon Feb 27 18:00:38 2006 From: uzair at nairang.org (Syed Uzair Aqeel) Date: Mon, 27 Feb 2006 23:00:38 -0000 Subject: [typo] How to get "Read More" link In-Reply-To: <23E272490297FB4E9DFC1666932B077A0198BB6A@pi-mail.perfectinfo.com> Message-ID: <20060227230038.612CD1625DA@faceman.dreamhost.com> Actually, I?ve done this on my blog (http://uzair.nairang.org), and it?s fairly simple. The tricky thing is that when you truncate the article on the front page, you have to sanitize the HTML and close any open tags, so that you don?t get inconsistent formatting because of, say, an open italics tag. In my themes/hemingway/articles/index.rhtml, I?ve got this (lines 9-14):

<%= article_link article.title, article %>

<%= truncate(article.body_html, 500) %>
Posted at <%= article.created_at.strftime("%I").to_i
The truncate() call returns just the first 500 characters of the article, sanitizing it first. I put the sanitizing function in app/helpers/application_helper.rb, since that's where the strip_html() function etc. are. If you like, I can send you my copy. Cheers, Uzair ________________________________________ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Paul Ingles Sent: Monday, February 27, 2006 3:35 PM To: typo-list at rubyforge.org Subject: Re: [typo] How to get "Read More" link Well, there?s the extended content box ? anything placed in which will ordinarily only be viewable when clicking to view a post. Although my current theme (hemingway from the Typogarden contest) doesn?t really make it abundantly clear that there is more content to follow ? I?ve resorted to just wording the normal text to indicate there?s more, then the user can click the usual links to make their way through to the post. Paul ________________________________________ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Vamsee Kanakala Sent: 27 February 2006 15:18 To: typo-list at rubyforge.org Subject: [typo] How to get "Read More" link Hi all, Is there anyway I can limit the number of words in a given entry? Like, show them a little description, followed by a link? "Read More". Clicking on which will lead to the actual article. Sorry if this has been asked before, I couldn't find anything on the archives. Thanks, Vamsee. This email and any attachments are confidential. They may contain privileged information and are intended for the named addressee(s) only. They must not be distributed without Perfect Information's consent. If you are not the intended recipient, please notify us immediately and do not disclose, distribute, or retain this email or any part of it. Unless expressly stated, opinions in this email are those of the individual sender, and not of Perfect Information. We believe but do not warrant that this e-mail and any attachments do not contain any form of virus. You must therefore take full responsibility for virus checking. Perfect Information reserves the right to monitor all email communications through their networks. From kheon at comcast.net Tue Feb 28 21:55:29 2006 From: kheon at comcast.net (Kyle Heon) Date: Tue, 28 Feb 2006 21:55:29 -0500 Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) In-Reply-To: Message-ID: <200603010242.k212gqJb016751@rubyforge.org> Success! Many thanks to everyone who offered me assistance. The tip below got me much closer then I'd been able to get on my own. It didn't solve the issue but with a little exploration I was able to get things working in development. Unfortunately this same fix didn't work out of the gate on my Textdrive hosted site. I'm not sure what the issue was. I contined to get the "missing default helper" errors so I once more uploaded the app and component directories, this time overwriting every file. I then followed up with a chmod -R 777 ./ in the project root. Tried once more with script/console using the following code: articles = Article.find(:all) articles.each do |a| a.body_html = nil a.save end This reset all of the body_html columns in the database. I then hard refreshed the site (running with Webrick in development mode) which reset the body_html columns in the database. My problems didn't quite go away then but I was very suspicous of some weird caching issue. Clicking into an article worked. I removed the cache folder and reloaded the homepage, success! Thanks again. Kyle Heon kheon at comcast.net _____ From: Steve Longdo [mailto:steve.longdo at gmail.com] Sent: Saturday, February 25, 2006 9:39 PM To: kheon at comcast.net; typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) The code below will loop through and show you what if any text filters are set on your Articles. Article.find(:all).each do |a| a.text_filter end I also notice when I add a new article with Textile as the filter, when I view the article's "body" property it is the non HTML markup, when you view the article's "body_html" property it will be the filter applied version or HTML markup. You may just want to load things up in ./script/console first and noodle around: >> a = Article.find(81) => #"1", "name"=>nil, "text_filter"=>nil, ... Blah Blah Blah ... "keywords"=>"testy textile"}> >> a.body => "this will be *bold?* This one will be _italic_ I forget what this \"does\":1 \r\n\r\nHere's a list for fun:\r\n* _apple_\r\n* orange\r\n* *banana*\r\n\r\nHere's another list not fun:\r\n# _apple_\r\n# orange\r\n# *banana*\r\n\r\n[1]http://cnn.com" >> a.body_html => "

this will be bold? This one will be italic I forget what this ">does

\n\n\nHere’s a list for fun:\n\t
    \n\t
  • apple
  • \n\t\t
  • orange
  • \n\t\t
  • banana
  • \n\t
\n\n\nHere’s another list not fun:\n\t
    \n\t
  1. apple
  2. \n\t\t
  3. orange
  4. \n\t\t
  5. banana
  6. \n\t
" >> a.text_filter => #"textile", "filters"=>"--- []", "id"=>"5", "params"=>"--- {}", "description"=>"Textile", "markup"=>"textile"}> -Steve http://www.stevelongdo.com On 2/25/06, Kyle Heon > wrote: Continuing to troubleshoot this problem. Hoping that someone might be able to give me a hand. Ias I noted last night this seemed to be something to do with the database. I think it might have something to do with a banged up migration that happened on my production site. Tonight I noticed that in the content table, the body_html column does not have the proper html content. For instance, non of the paragraphs have p tags wrapped around them. For instance, here is a sample from my working development database: content_html

Kids sure say the darndest things don’t they? My daughter sneezed at the table all over her food. I made some comment about coughing on your food.

She replies: I’m not coughing, I’m blessyouing.

And here is a sample of the same content_html field from the busted database: content_html Kids sure say the darndest things don't they? My daughter sneezed at the table all over her food. I made some comment about coughing on your food. She replies: I'm not coughing, I'm blessyouing. Notice that the markup is missing. I'm starting to think this can be fixed by running something from via the console (script/console) to force the articles through the textile parser again and resave the items. Does this sound like a good approach? If so, can anyone give me a hand on the syntax (very new to Ruby/Rails). Many thanks to all. Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Friday, February 24, 2006 9:47 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) It would appear that this issue is somehow in the database. I don't have this behaviour locally after upgrading so I pulled down the MySQL database and restored it locally, pointed my development environment at it and it is happening there. Any thoughts as to what I should begin looking for? Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Thursday, February 23, 2006 9:32 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Oops, forgot the attachment. Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Thursday, February 23, 2006 9:22 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Attached is a copy of a fresh development.log file that includes a single request to the root of the site. I removed the app and components directories and then re-uploaded them. Next I did a chmod -R 777 on the folders as I thought it might have something to do with permissions. Now the list of missing items is smaller, just the initial TextFilterPlugin lines. Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto:typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Thursday, February 23, 2006 8:46 PM To: typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Please forgive me, I'm pretty new to this stuff. I have my site running on webrick right now and I keep seeing things like this in the logs: TextFilterPlugin: missing default helper path text_filter_plugin_helper TextFilterPlugin::Markup: missing default helper path text_filter_plugin/markup_helper TextFilterPlugin::Macro: missing default helper path text_filter_plugin/macro_helper TextFilterPlugin::MacroPre: missing default helper path text_filter_plugin/macro_pre_helper TextFilterPlugin::MacroPost: missing default helper path text_filter_plugin/macro_post_helper TextFilterPlugin::PostProcess: missing default helper path text_filter_plugin/post_process_helper Plugins::Textfilters::AmazonController: missing default helper path plugins/textfilters/amazon_helper Plugins::Textfilters::CodeController: missing default helper path plugins/textfilters/code_helper Plugins::Textfilters::FlickrController: missing default helper path plugins/textfilters/flickr_helper Plugins::Textfilters::HtmlfilterController: missing default helper path plugins/textfilters/htmlfilter_helper Plugins::Textfilters::MacroPostController: missing default helper path plugins/textfilters/macro_post_helper Plugins::Textfilters::MacroPreController: missing default helper path plugins/textfilters/macro_pre_helper Plugins::Textfilters::MarkdownController: missing default helper path plugins/textfilters/markdown_helper Plugins::Textfilters::NoneController: missing default helper path plugins/textfilters/none_helper Plugins::Textfilters::SmartypantsController: missing default helper path plugins/textfilters/smartypants_helper Plugins::Textfilters::SparklineController: missing default helper path plugins/textfilters/sparkline_helper Plugins::Textfilters::TextileController: missing default helper path plugins/textfilters/textile_helper Plugins::Textfilters::LightboxController: missing default helper path plugins/textfilters/lightbox_helper I found these in the components folder. Kyle Heon kheon at comcast.net _____ From: scott at lairdmail.com [mailto:scott at lairdmail.com] On Behalf Of Scott Laird Sent: Thursday, February 23, 2006 7:44 PM To: kheon at comcast.net; typo-list at rubyforge.org Subject: Re: [typo] Lost Textile markup after upgrading to the trunk (r865) Look in the logs and see if you're getting an exception in the filtering code; when a filter fails, the input text is passed through unfiltered. Scott On 2/23/06, Kyle Heon wrote: Has anyone else seen this? Any suggestions on what I can do to fix it? Kyle Heon kheon at comcast.net _____ From: typo-list-bounces at rubyforge.org [mailto: typo-list-bounces at rubyforge.org] On Behalf Of Kyle Heon Sent: Wednesday, February 22, 2006 9:38 PM To: typo-list at rubyforge.org Subject: [typo] Lost Textile markup after upgrading to the trunk (r865) I upgraded my install of Typo on my site tonight and had more then my fair share of issues while doing so. I thought I had them all sorted out but now my Textile markup is being ignored. I don't know what caused this and really don't know what I can do to fix it. I've tried re-saving Textile as my markup language You can see this at www.kyleheon.com. Kyle Heon kheon at comcast.net _______________________________________________ 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20060228/07fa06a2/attachment-0001.htm