The Laszlo on Rails effort, bringing the rich web interface of OpenLaszlo (http://openlaszlo.org) to the simplicity of Rails (http://www.rubyonrails.com) will be kicking off next week. We have a list going at http://groups.google.com/group/laszlo-on-rails/ -- 88 people so far and we haven''t even begun! -- but if you really want to be close to the action, email me with your firstname, lastname, username and initial password and I will add you to our Basecamp project. I want to emphasize that two of the design goals I have in mind are: 1. Have as much of the controller code as possible in Ruby 2. We want to enable selective use of Flash Laszlo widgets (including video and audio, of course) or entire UI''s in Flash via helpers. So, if you want to include Flash elements in your Rails app without having to code in ActionScript, you might want to check it out. Happy New Year! Mike Pence
Mike, I''ve checked some demo''s on the formentioned url, and was smitten about that slick interface. I am a Rails newbie, but I would like to watch the group form the cormer of my eye to see what is up. If that''s ok, please let me know. Regards, Gerard. On Thursday 29 December 2005 22:22, Mike Pence tried to type something like:> The Laszlo on Rails effort, bringing the rich web interface of > OpenLaszlo (http://openlaszlo.org) to the simplicity of Rails > (http://www.rubyonrails.com) will be kicking off next week. > > We have a list going at > http://groups.google.com/group/laszlo-on-rails/ -- 88 people so far > and we haven''t even begun! -- but if you really want to be close to > the action, email me with your firstname, lastname, username and > initial password and I will add you to our Basecamp project. > > I want to emphasize that two of the design goals I have in mind are: > > 1. Have as much of the controller code as possible in Ruby > 2. We want to enable selective use of Flash Laszlo widgets (including > video and audio, of course) or entire UI''s in Flash via helpers. > > So, if you want to include Flash elements in your Rails app without > having to code in ActionScript, you might want to check it out. > > Happy New Year! > > Mike Pence > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..." My $Grtz =~ Gerard; ~ :wq!
Hello, I''ve got a CSV fixture where several lines have commas in the data. When I try to load the fixture I get a CSV::IllegalFormatError. Deleting the double quotes and comma fixes this, but then my data isn''t right. This line doesn''t work, 69, "Cheeks, Palate and Tongue", 3, 69 This line does 69, Cheeks Palate and Tongue, 3, 69 The "Agile" book and several on-line references indicate that the double quotes should work. Any idea what''s wrong? Thanks, Steve
Looks like the problem is that there is a space between the first comma and the double quote. I had alot of trouble with this when I was working on an app that used CSV. Try using csvdata.gsub!('', "'','',"'') That''s what I used! -Jason On Jan 4, 2006, at 5:20 AM, Steven Hammond wrote:> > Hello, > > I''ve got a CSV fixture where several lines have commas in the > data. When I try to load the fixture I get a > CSV::IllegalFormatError. Deleting the double quotes and comma fixes > this, but then my data isn''t right. > > This line doesn''t work, > 69, "Cheeks, Palate and Tongue", 3, 69 > > This line does > 69, Cheeks Palate and Tongue, 3, 69 > > The "Agile" book and several on-line references indicate that the > double quotes should work. Any idea what''s wrong? > > Thanks, > Steve > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Excellent, that worked. Is the space before the comma really invalid CSV or is this a bug I should open a ticket for? Thanks, Steve Jason Ketterman wrote:> Looks like the problem is that there is a space between the first > comma and the double quote. I had alot of trouble with this when I > was working on an app that used CSV. Try using > > csvdata.gsub!('', "'','',"'') > > That''s what I used! > > -Jason > > On Jan 4, 2006, at 5:20 AM, Steven Hammond wrote: > >> >> Hello, >> >> I''ve got a CSV fixture where several lines have commas in the >> data. When I try to load the fixture I get a >> CSV::IllegalFormatError. Deleting the double quotes and comma fixes >> this, but then my data isn''t right. >> >> This line doesn''t work, >> 69, "Cheeks, Palate and Tongue", 3, 69 >> >> This line does >> 69, Cheeks Palate and Tongue, 3, 69 >> >> The "Agile" book and several on-line references indicate that the >> double quotes should work. Any idea what''s wrong? >> >> Thanks, >> Steve >> >> _______________________________________________ >> Rails mailing list >> Rails@lists.rubyonrails.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Supposedly it is invalid CSV. At least, that''s what I''ve been told. Glad it worked! - Jason On Jan 4, 2006, at 8:45 PM, Steven Hammond wrote:> > Excellent, that worked. Is the space before the comma really > invalid CSV or is this a bug I should open a ticket for? > > Thanks, > Steve > > > Jason Ketterman wrote: > >> Looks like the problem is that there is a space between the first >> comma and the double quote. I had alot of trouble with this when >> I was working on an app that used CSV. Try using >> >> csvdata.gsub!('', "'','',"'') >> >> That''s what I used! >> >> -Jason >> >> On Jan 4, 2006, at 5:20 AM, Steven Hammond wrote: >> >>> >>> Hello, >>> >>> I''ve got a CSV fixture where several lines have commas in the >>> data. When I try to load the fixture I get a >>> CSV::IllegalFormatError. Deleting the double quotes and comma >>> fixes this, but then my data isn''t right. >>> >>> This line doesn''t work, >>> 69, "Cheeks, Palate and Tongue", 3, 69 >>> >>> This line does >>> 69, Cheeks Palate and Tongue, 3, 69 >>> >>> The "Agile" book and several on-line references indicate that >>> the double quotes should work. Any idea what''s wrong? >>> >>> Thanks, >>> Steve >>> >>> _______________________________________________ >>> Rails mailing list >>> Rails@lists.rubyonrails.org >>> http://lists.rubyonrails.org/mailman/listinfo/rails >>> >> >> _______________________________________________ >> Rails mailing list >> Rails@lists.rubyonrails.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Mike Pence wrote:>The Laszlo on Rails effort, bringing the rich web interface of >OpenLaszlo (http://openlaszlo.org) to the simplicity of Rails >(http://www.rubyonrails.com) will be kicking off next week. > >We have a list going at >http://groups.google.com/group/laszlo-on-rails/ -- 88 people so far >and we haven''t even begun! -- but if you really want to be close to >the action, email me with your firstname, lastname, username and >initial password and I will add you to our Basecamp project. > >I want to emphasize that two of the design goals I have in mind are: > >1. Have as much of the controller code as possible in Ruby >2. We want to enable selective use of Flash Laszlo widgets (including >video and audio, of course) or entire UI''s in Flash via helpers. > >So, if you want to include Flash elements in your Rails app without >having to code in ActionScript, you might want to check it out. > >Happy New Year! > >Mike Pence >_______________________________________________ >Rails mailing list >Rails@lists.rubyonrails.org >http://lists.rubyonrails.org/mailman/listinfo/rails > > >I''d love to be added to the project. Mike Harris, Username mharris717, Password cbase65
What''s Mike Pence''s email address? I didn''t receive that orig msg on this. -bakki On 1/12/06, Mike Harris <GENIE@prodigy.net> wrote:> > Mike Pence wrote: > > >The Laszlo on Rails effort, bringing the rich web interface of > >OpenLaszlo (http://openlaszlo.org) to the simplicity of Rails > >(http://www.rubyonrails.com) will be kicking off next week. > > > >We have a list going at > >http://groups.google.com/group/laszlo-on-rails/ -- 88 people so far > >and we haven''t even begun! -- but if you really want to be close to > >the action, email me with your firstname, lastname, username and > >initial password and I will add you to our Basecamp project. > > > >I want to emphasize that two of the design goals I have in mind are: > > > >1. Have as much of the controller code as possible in Ruby > >2. We want to enable selective use of Flash Laszlo widgets (including > >video and audio, of course) or entire UI''s in Flash via helpers. > > > >So, if you want to include Flash elements in your Rails app without > >having to code in ActionScript, you might want to check it out. > > > >Happy New Year! > > > >Mike Pence > >_______________________________________________ > >Rails mailing list > >Rails@lists.rubyonrails.org > >http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > I''d love to be added to the project. Mike Harris, Username mharris717, > Password cbase65 > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060112/3f7dc7c3/attachment.html