From shintaro at kakutani.com Mon Jun 2 13:07:19 2008 From: shintaro at kakutani.com (KAKUTANI Shintaro) Date: Tue, 03 Jun 2008 02:07:19 +0900 Subject: [gettext-u-ja] =?iso-2022-jp?b?UmFpbHMgMi4xLjAgGyRCJEgbKEIgZ2V0?= =?iso-2022-jp?b?dGV4dCAxLjkxLjAgGyRCJE5BSCRfOWckbyQ7JEdGMCQrJEokJBsoQg==?= Message-ID: ??????? Rails 2.1.0 ? gettext 1.91.0 ???????????????? ?????????????????? http://github.com/rails/rails/commit/61c90a4ad6eab3623002353ed5867e2f05cb6809 ??ActionView::Base#file_exists? ?????? ActionView::TemplateFinder ? ???????????????????????????????????? Rails 2.1?????????????? Index: lib/gettext/rails.rb =================================================================== RCS file: /var/cvs/gettext/gettext/lib/gettext/rails.rb,v retrieving revision 1.75 diff -w -b -r1.75 rails.rb 281c281 < return render_file_without_locale(localized_path, use_full_path, local_assigns) if file_exists? localized_path --- > return render_file_without_locale(localized_path, use_full_path, local_assigns) if localized_path_exists?(localized_path) 285a286,289 > private > def localized_file_exists?(path) > @finder.file_exists?(path) if Rails.version rescue file_exists?(path) > end -------------- next part -------------- A non-text attachment was scrubbed... Name: rails.rb.patch Type: application/octet-stream Size: 610 bytes Desc: not available URL: From sugi at nemui.org Wed Jun 4 05:37:49 2008 From: sugi at nemui.org (sugi at nemui.org) Date: Wed, 04 Jun 2008 18:37:49 +0900 Subject: [gettext-u-ja] =?iso-2022-jp?b?bW8bJEIlLSVjJUMlNyVlJE5KXThuGyhC?= Message-ID: <87k5h5mtg2.wl@gust.nemui.org> ?????????????? gettext ? Debian ????????????????????? ML ??????????????????????????? ????????????????<< ?????? mo ??????? ??????????? http://rubyforge.org//tracker/index.php?func=detail&aid=19193&group_id=855&atid=3377 ????????????? freeze ?????????????? ???????????????????????????????? ?????????????????????????????? ???? test/benchmark.rb ????????????dup ???? ???????????????????? ????????????? sugi at gust:~/gettext-bench-1.91% for d in *(/) (cd $d; echo -e "\n== $d =="; ruby -v -Ku -Ilib test/benchmark.rb) == dup == ruby 1.8.6 (2008-03-03 patchlevel 114) [i486-linux] user system total real bindtextdomain 2.700000 0.260000 2.960000 ( 3.167519) set_locale 6.730000 0.520000 7.250000 ( 7.741433) _() ja found 1.860000 0.280000 2.140000 ( 2.261548) _() ja not found 1.840000 0.280000 2.120000 ( 2.261741) _() en found 1.860000 0.270000 2.130000 ( 2.248478) _() ja not found 1.850000 0.290000 2.140000 ( 2.263039) == freeze == ruby 1.8.6 (2008-03-03 patchlevel 114) [i486-linux] user system total real bindtextdomain 2.730000 0.250000 2.980000 ( 3.176378) set_locale 6.630000 0.510000 7.140000 ( 7.507078) _() ja found 1.720000 0.310000 2.030000 ( 2.153961) _() ja not found 1.740000 0.280000 2.020000 ( 2.157007) _() en found 1.750000 0.270000 2.020000 ( 2.160200) _() ja not found 1.760000 0.270000 2.030000 ( 2.159322) == orig == ruby 1.8.6 (2008-03-03 patchlevel 114) [i486-linux] user system total real bindtextdomain 2.730000 0.270000 3.000000 ( 3.169233) set_locale 6.690000 0.500000 7.190000 ( 7.586624) _() ja found 1.760000 0.280000 2.040000 ( 2.152973) _() ja not found 1.770000 0.270000 2.040000 ( 2.154470) _() en found 1.750000 0.280000 2.030000 ( 2.157463) _() ja not found 1.740000 0.280000 2.020000 ( 2.153568) -- Tatsuki Sugiura mailto:sugi at nemui.org -------------- next part -------------- A non-text attachment was scrubbed... Name: freeze.diff Type: text/diff Size: 822 bytes Desc: not available URL: From mutoh at highway.ne.jp Tue Jun 17 12:42:10 2008 From: mutoh at highway.ne.jp (Masao Mutoh) Date: Wed, 18 Jun 2008 01:42:10 +0900 Subject: [gettext-u-ja] =?iso-2022-jp?b?bW8bJEIlLSVjJUMlNyVlJE5KXThuGyhC?= In-Reply-To: <87k5h5mtg2.wl@gust.nemui.org> References: <87k5h5mtg2.wl@gust.nemui.org> Message-ID: <20080618014210.7340fdf6.mutoh@highway.ne.jp> ?????? ???????????? ??????????? ???????????? On Wed, 04 Jun 2008 18:37:49 +0900 sugi at nemui.org wrote: > ?????????????? > gettext ? Debian ????????????????????? > ML ??????????????????????????? > > ????????????????<< ?????? mo ??????? > ??????????? > http://rubyforge.org//tracker/index.php?func=detail&aid=19193&group_id=855&atid=3377 > ????????????? freeze ?????????????? > > ???????????????????????????????? > ?????????????????????????????? > > ???? test/benchmark.rb ????????????dup ???? > ???????????????????? > > ????????????? > > > > sugi at gust:~/gettext-bench-1.91% for d in *(/) > (cd $d; echo -e "\n== $d =="; ruby -v -Ku -Ilib test/benchmark.rb) > > == dup == > ruby 1.8.6 (2008-03-03 patchlevel 114) [i486-linux] > user system total real > bindtextdomain 2.700000 0.260000 2.960000 ( 3.167519) > set_locale 6.730000 0.520000 7.250000 ( 7.741433) > _() ja found 1.860000 0.280000 2.140000 ( 2.261548) > _() ja not found 1.840000 0.280000 2.120000 ( 2.261741) > _() en found 1.860000 0.270000 2.130000 ( 2.248478) > _() ja not found 1.850000 0.290000 2.140000 ( 2.263039) > > == freeze == > ruby 1.8.6 (2008-03-03 patchlevel 114) [i486-linux] > user system total real > bindtextdomain 2.730000 0.250000 2.980000 ( 3.176378) > set_locale 6.630000 0.510000 7.140000 ( 7.507078) > _() ja found 1.720000 0.310000 2.030000 ( 2.153961) > _() ja not found 1.740000 0.280000 2.020000 ( 2.157007) > _() en found 1.750000 0.270000 2.020000 ( 2.160200) > _() ja not found 1.760000 0.270000 2.030000 ( 2.159322) > > == orig == > ruby 1.8.6 (2008-03-03 patchlevel 114) [i486-linux] > user system total real > bindtextdomain 2.730000 0.270000 3.000000 ( 3.169233) > set_locale 6.690000 0.500000 7.190000 ( 7.586624) > _() ja found 1.760000 0.280000 2.040000 ( 2.152973) > _() ja not found 1.770000 0.270000 2.040000 ( 2.154470) > _() en found 1.750000 0.280000 2.030000 ( 2.157463) > _() ja not found 1.740000 0.280000 2.020000 ( 2.153568) > > -- > Tatsuki Sugiura mailto:sugi at nemui.org > -- .:% Masao Mutoh