Fora

Development status? (0 replies) in Nitro , last by riddoch.livejournal.com, Fri, 25 Jan 2008 08:25:28 GMT
riddoch.liv: Is Nitro still actively developed? The most recent blog post is six months old, promising the release of 0.50.0, which never made it to Rubyforge. If the project is defunct, what new and different web frameworks are people playing with these days? (Though..
Unicodechars in facets (0 replies) in Facets , last by gmosx.myopenid.com, Mon, 13 Aug 2007 08:27:54 GMT
gmosx.myope: Tom, have you seen the unicode-chars gem ? http://rubyforge.org/projects/unicodechars/ I think it would be a great inclusion in facets or something. I am not sure if this is up-to-date with the latest rails code. -g.
Drop the default og prefix from tables (0 replies) in Og , last by gmosx.myopenid.com, Mon, 13 Aug 2007 08:24:48 GMT
gmosx.myope: Dear devs, I am thinking about droping the 'og' prefix from model tables by default (the setting will stay). From what I see you can have safe table names by using backtick (`) in mysql and double quotes (") in Postgresql. What do you thinkg? -g.
Remove template stack functionality? (0 replies) in Nitro , last by gmosx.myopenid.com, Fri, 10 Aug 2007 10:02:06 GMT
gmosx.myope: Dear devs, in the process of symplifying Nitro, I am considering removing the template stack functionality. I don't think anyone is using it (if you don't count the default error handler, which I would like to re-implement anyway). any objections? -g.
Remove template stack functionality? (0 replies) in Nitro , last by gmosx.myopenid.com, Fri, 10 Aug 2007 09:53:40 GMT
gmosx.myope: Dear devs, in the process of symplifying Nitro, I am considering removing the template stack functionality. I don't think anyone is using it (if you don't count the default error handler, which I would like to reimplement anyway). any objections? -g.
Remove template stack functionality? (0 replies) in Nitro , last by gmosx.myopenid.com, Fri, 10 Aug 2007 09:53:28 GMT
gmosx.myope: Dear devs, in the process of symplifying Nitro, I am considering removing the template stack functionality. I don't think anyone is using it (if you don't count the default error handler, which I would like to reimplement anyway). any objections? -g.
Remove template stack functionality? (0 replies) in Nitro , last by gmosx.myopenid.com, Fri, 10 Aug 2007 09:53:25 GMT
gmosx.myope: Dear devs, in the process of symplifying Nitro, I am considering removing the template stack functionality. I don't think anyone is using it (if you don't count the default error handler, which I would like to reimplement anyway). any objections? -g.
Nitro and Og Planet (0 replies) in Miscellanea , last by gmosx.myopenid.com, Wed, 30 May 2007 15:55:51 GMT
gmosx.myope: Dear devs, I just created a new planet for Nitro and Og related feeds. You can access this planet at: http://phidz.com/Nitro There is also a Ruby planet at: http://phidz.com/Ruby as always this is early, beta quality code. But still, I think this will ..
Special compare of Ruby Time objects (0 replies) in Ruby , last by gmosx.myopenid.com, Mon, 21 May 2007 12:08:48 GMT
gmosx.myope: Dear devs, is there an elegant way to find out if two Time objects represent the same day, ie ignore the hh:mm:ss part of the Time object in this comparisson? thanks in advance, -g.
New compiler filter (0 replies) in Nitro , last by gmosx.myopenid.com, Sun, 20 May 2007 19:04:14 GMT
gmosx.myope: Dear devs, check out the blog for the description of a cool new Nitro feature... -g.
Aggregate and consolidate Javascript (0 replies) in Miscellanea , last by gmosx.myopenid.com, Sat, 19 May 2007 07:33:26 GMT
gmosx.myope: Dear devs, can anyone suggest a way to automatically put all javascript files used by one application in a single file and then compress this file? I would like to add an automated system in Nitro that in LIVE mode automatically collects all javascript cod..
Extract main part of domain (0 replies) in Ruby , last by gmosx.myopenid.com, Mon, 14 May 2007 06:20:25 GMT
gmosx.myope: < I am wondering if anyone has an elegant solution to this problem: I want to extact the 'main' part of a domain, for example: www.nitro.com ->< localhost:8000 ->< gmosx.nitro.com -> nitro.com If someone can provide an ..
Fixed a couple of annoying np.org bugs. (0 replies) in Miscellanea , last by gmosx.myopenid.com, Wed, 11 Apr 2007 06:18:34 GMT
gmosx.myope: I (hope I) have fixed two annoying bugs that manifestated as spam: - The fora bot sending empty digest emails - The blog syndication containing invalid updated==Time.now fields let me know if you see more problems. -g.
Facets fetch bug (0 replies) in Facets , last by gmosx.myopenid.com, Mon, 09 Apr 2007 07:11:50 GMT
gmosx.myope: Tom, I have posted about this before, I have the feeling that Facets override Hash#fetch() somewhere in the code to accept one parameter instead of two (and thus breaks some valid ruby code). Does that ring any bell for you? thanks, -g.
JSON load/dump aliases (0 replies) in Facets , last by gmosx.myopenid.com, Mon, 09 Apr 2007 07:10:06 GMT
gmosx.myope: Tom, may I suggest that you add JSON.load / JSON.dump as aliases to JSON.parse / JSON.unparse. This will make the JSON parser more consistent with the YAML parser. thanks, -g.
Changes in Taggable (1 replies) in Og , last by jonathan-buch.de, Mon, 09 Apr 2007 06:42:10 GMT
jonathan-bu: no problem with that here. « gmosx.myope: Dear devs, I am going to change the behaviour of Taggable. The new separator will be ',' or ';' and it will accept tags with spaces. If anyone sees any problem, let me know. -g.
create_tbody? fix; xml-simple dependency; typo in hello/app.rb (!) (4 replies) in Nitro , last by gmosx.myopenid.com, Sat, 31 Mar 2007 05:20:50 GMT
gmosx.myope: perhaps we can replace xmlsimple with a library offering similar functionality in facets. In fact I may work on something along these lines. If i actually finish it I will push it to Tom. -g. « rmela.myope: * Raw now requires xmlsimple. I updated raw.gemspec to specify the dependency. * I tried an app that included og and admin but had no models. Og admin threw an exception in create_tbody? in table.rb. I think it's more correct to disp..
View patches per author (0 replies) in Miscellanea , last by gmosx.myopenid.com, Thu, 29 Mar 2007 11:11:10 GMT
gmosx.myope: I just fixed a bug, and now you can borwse patches by a given author. For example, to view Jonathan's patches browse: http://www.nitroproject.org/repo/byauthor/Jonathan Buch In the future I will link the repo browser to the karma system I am preparing. Th..
Site update (1 replies) in Miscellanea , last by gmosx.myopenid.com, Wed, 28 Mar 2007 20:44:41 GMT
gmosx.myope: Btw, this is the first public test of Og using UUIDs as primary keys. Utilizing some Og magic the database was automatically converted from AUTOICREMENT keys to UUIDs. If you follow the latest changes in the repo (np.org/repo/changes) you will see that Og.. « gmosx.myope: Dear devs, I made some internal changes to the nitroproject.org site and fixed some bugs: - the source "file browser":http://www.nitroproject.org/repo/view works now - some fixes in fora. Due to some changes in the user management code, I would like to ..
obnoxia: HEAD (1 replies) in Nitro , last by gmosx.myopenid.com, Wed, 28 Mar 2007 20:36:16 GMT
gmosx.myope: No, this seems like a bug. Thanks for reporting. -g. « rmela.myope: I'm switching from TextDrive to Highspeedrails. One of the nice things HighSpeedRails does is application monitoring. As part of that they've got monitors running for whatever service you ask them to monitor, and alarms in place to insure that the servi..
  Subscribe to all fora