Model Centric Perl Web Framework931 (10/29/2011 2:17:40 PM) comp.lang.perl.misc I am looking for a perl web application framework, and found this overview here: https://www.socialtext.net/perl5/web_frameworks I have two basic requierements: a) "Model Centric". "Model Centric" means, th... Ilias
Model Centric PHP Web Framework426 (10/28/2011 2:21:48 PM) comp.lang.php I am looking for a php web application framework, and found this overview here: http://www.phpframeworks.com/index.php The overview does not include 2 very important comparison points: a) "Model Centric". "... Ilias
[ANN] SAMSUNG to produce "Ruby on Rails in Silicon" System on a Chip029 (8/31/2011 9:01:34 AM) comp.lang.ruby (public draft) Samsung Electronics, Co., Ltd., one of the worlds greatest advanced semiconductor producer, announced the latest of it's popular ARM11 based System on a Chip (SoC) solutions, the RORIS6440 "Rail... Ilias
REWORK - Task: Unify behaviour of by-literal-instantiated Objects433 (6/21/2011 1:14:24 AM) comp.lang.ruby (Note: This task is part of the RUBY REWORK, which has (among other goals) the goal to remove inconsistencies and limitations in the Object Model and in the language. The time frame for the overall rework is 3 ... Ilias
MIDASWAD - Matz is Dumb and so We are Dumb3557 (6/20/2011 7:21:07 PM) comp.lang.ruby (public draft) I've notice several people mentioning something like "Matz is nice and so we are nice" (MINASWAN). MINASWAN - Sounds like Japanese. Japanese, like Mr. Yukihiro Matsumoto (Matz), the ruby langu... Ilias
CORE - Inconsistent Handling of Uninitialized Variables1745 (6/15/2011 5:49:08 PM) comp.lang.ruby puts "\n== Testin in MAIN Context ==" local = 'local' @instance = 'instance' @@class = 'class' $global = 'global' puts "#@instance, #@@class, #$global, #{local}" begin puts $empty_global == nil rescue puts... Ilias
RFC - One word alias for require_relative13271 (6/11/2011 5:35:01 PM) comp.lang.ruby This is a simple Request for Comments. Scenario: require_relative 'lib/alter' require 'alibrary' Some project manager complains about "require_relative", and asks you to find a one-word alias. Which name wo... Ilias
BARRIER - require "rubygems"2749 (6/9/2011 7:11:13 PM) comp.lang.ruby ruby 1.9.2p180 Windows 7 Rubygems is included in ruby 1.9. Because it's included, I expect that it will work out-of-the-box, without the need to use ruby -rubygems myscript.rb and especially not require "r... Ilias
CORE - Literal Instantiation breaks Object Model534 (6/9/2011 6:39:59 PM) comp.lang.ruby class String alias_method :orig_initialize, :initialize def initialize(val) orig_initialize "OBSERVED: " + val end def my_method_test print self.inspect, " test\n" end end oo_string = String.... ilias(783)
BARRIER - require "rubygems"2749 (6/9/2011 7:11:13 PM) comp.lang.ruby ruby 1.9.2p180 Windows 7 Rubygems is included in ruby 1.9. Because it's included, I expect that it will work out-of-the-box, without the need to use ruby -rubygems myscript.rb and especially not require "r... ilias(783)
RFC - One word alias for require_relative13271 (6/11/2011 5:35:01 PM) comp.lang.ruby This is a simple Request for Comments. Scenario: require_relative 'lib/alter' require 'alibrary' Some project manager complains about "require_relative", and asks you to find a one-word alias. Which name wo... ilias(783)
CORE - Inconsistent Handling of Uninitialized Variables1745 (6/15/2011 5:49:08 PM) comp.lang.ruby puts "\n== Testin in MAIN Context ==" local = 'local' @instance = 'instance' @@class = 'class' $global = 'global' puts "#@instance, #@@class, #$global, #{local}" begin puts $empty_global == nil rescue puts... ilias(783)
MIDASWAD - Matz is Dumb and so We are Dumb3557 (6/20/2011 7:21:07 PM) comp.lang.ruby (public draft) I've notice several people mentioning something like "Matz is nice and so we are nice" (MINASWAN). MINASWAN - Sounds like Japanese. Japanese, like Mr. Yukihiro Matsumoto (Matz), the ruby langu... ilias(783)
Model Centric PHP Web Framework426 (10/28/2011 2:21:48 PM) comp.lang.php I am looking for a php web application framework, and found this overview here: http://www.phpframeworks.com/index.php The overview does not include 2 very important comparison points: a) "Model Centric". "... ilias(783)
Model Centric Perl Web Framework931 (10/29/2011 2:17:40 PM) comp.lang.perl.misc I am looking for a perl web application framework, and found this overview here: https://www.socialtext.net/perl5/web_frameworks I have two basic requierements: a) "Model Centric". "Model Centric" means, th... ilias(783)