Servefault.com - Latest published stories in Ruby on Rails
1
votes

12 Interesting Upcoming Ruby and Rails Events (That Aren’t Sold Out)

published 169 days, 22 hours, 45 minutes ago posted by GodaddyGodaddy 170 days, 4 hours, 29 minutes ago
Tuesday, September 22, 2009 4:49:44 PM GMT Tuesday, September 22, 2009 11:05:29 AM GMT
RubyFoo (London, UK; October 2-3, 2009) RubyFoo is a Ruby conference taking place in London in October, 2009. It's being put on by Trifork, the company behind the successful JAOO developer conferences. RubyFoo is a sort of follow up to the RubyFools conference they put on in Copenhagen, Denmark last year. Speakers include Sam Aaron, Ola Bini (JRuby), Adam Wiggins, Aslak Hellesoy, and Matz, and the general theme of the conference is "communicative programming." Note: You can use the promotion code of "Ru... (more)
category: Ruby on Rails | clicked: 0 | comment | | source: www.rubyinside.com
tags: Ruby on Rails, Rubyinside
1
votes

Ruby on Rails XSS vulnerability patched - Update - News - The H Security: News and features

published 169 days, 22 hours, 45 minutes ago posted by GodaddyGodaddy 170 days, 4 hours, 27 minutes ago
Tuesday, September 22, 2009 4:49:44 PM GMT Tuesday, September 22, 2009 11:07:46 AM GMT
Last 7 daysNews ArchiveFeaturesForumsNewsletterRSS« previous | next » Ruby On Rails, version 2.0 and later, is vulnerable to a XSS (cross site scripting) attack which can be injected into the system by the use of malformed Unicode strings in forms. An advisory from the Ruby on Rails developers has been issued and patches have been released for Rails 2.0, 2.1, 2.2 and 2.3. Later today (September 4th), Ruby on Rails 2.3.4 and 2.2.3 will be released with fixes for this and other issues. Users who are run... (more)
category: Ruby on Rails | clicked: 1 | comment | | source: www.h-online.com
tags: Ruby on Rails, Unicode
1
votes

TOTD #37: SQLite3 with Ruby-on-Rails on GlassFish Gem | Java.net

published 169 days, 22 hours, 45 minutes ago posted by GodaddyGodaddy 170 days, 4 hours, 25 minutes ago
Tuesday, September 22, 2009 4:49:44 PM GMT Tuesday, September 22, 2009 11:09:17 AM GMT
The default database for Rails 2.0.x application is SQLite3. This database is bundled with Mac OSX Leopard and so makes it really easy to get started with Ruby-on-Rails. But it requires couple of additional steps if you are using JRuby. TOTD #28 explains how to create a simple CRUD application using Rails 2.0.x. It uses MySQL database which is strongly recommended for deployment. This TOTD (Tip Of The Day) provides complete steps to run a Ruby-on-Rails application using JRuby and GlassFish Gem with the ... (more)
category: Ruby on Rails | clicked: 0 | comment | | source: java.net
tags: Java.Net, SQLite