From lists at ruby-forum.com Thu Sep 4 03:11:21 2008 From: lists at ruby-forum.com (Anna Cooper) Date: Thu, 4 Sep 2008 09:11:21 +0200 Subject: [Nitro] website SEO Message-ID: <5a18e21aa121f6376856a5c3b8c1ebc9@ruby-forum.com> Now I'm promoting my new groovy site. I'm using a this free SEO tool: http://www.ExactFactor.com to track my position in various search engines and get a email-notice when my ranking is changed. I'm searching for free SEO services to promote it. Anyone heard about something? Please let me know, -- Posted via http://www.ruby-forum.com/. From lists at ruby-forum.com Thu Sep 11 16:28:19 2008 From: lists at ruby-forum.com (Syn Jones) Date: Thu, 11 Sep 2008 22:28:19 +0200 Subject: [Nitro] Introduction Message-ID: <79e8764885d6354103bfdfe28bc49cfd@ruby-forum.com> Hi to ever body. I am new to this forum can you have some more information on the Nitro that would be helpful for me. synjones Auto Auctions -- Posted via http://www.ruby-forum.com/. From lists at ruby-forum.com Mon Sep 29 01:26:46 2008 From: lists at ruby-forum.com (Taylor Bob) Date: Mon, 29 Sep 2008 07:26:46 +0200 Subject: [Nitro] Car Auctions Message-ID: It's a great site where people can sell their cars through auction and get paid while sitting at their homes through net. --------------- Taylor http://cars.gov-auctions.org -- Posted via http://www.ruby-forum.com/. From lists at ruby-forum.com Mon Sep 29 01:28:34 2008 From: lists at ruby-forum.com (Taylor Bob) Date: Mon, 29 Sep 2008 07:28:34 +0200 Subject: [Nitro] Og Self-Interaction Question In-Reply-To: <200712120149.49084.weather@speakeasy.net> References: <200712120149.49084.weather@speakeasy.net> Message-ID: <0220d1402b6f2cc752658eea0af0c639@ruby-forum.com> Matthew B Gardner wrote: > Hello -- > I'm writing a game which uses Og with MySQL, and I want my website to > be > able to interact with that data as well. I'm wondering about solutions > to > this problem: > > Game... > > class HelpFile > property :name, String > property :body, String > property :viewed, Integer > end > > Web... > > class HelpFile > attr_accessor :name, String > attr_accessor :body, String, :control => :textarea > end > > The web class doesn't need the viewed attribute, but I'm assuming it'll > drop > that attribute from the database if it isn't declared. Likewise, I'm > sure > there will be web-data that I won't need in the game. I know I could > disable > full evolution, but I'd like to not have to do that...especially since I > think that's one of the best reasons to use Og with my project (changing > to > add might not be too terrible). Maybe using two different declarations > of > essentially the same class isn't even good practice, but the game class > having access to web-based methods and vise-versa seems problematic to > me > (not to mention the classes are in two different places). > > Does anyone have some insight on this? Implementation solutions? > > Thanks for any help -- please let me know if further clarification is > needed, > Matt It's a nice article where from i gathered a lot of useful information for myself. -------------------- Taylor http://cars.gov-auctions.org -- Posted via http://www.ruby-forum.com/.