Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 3 of 3
Search took 0.02 seconds.
Search: Posts Made By: softsea
Forum: Ruby & Ruby On Rails 02-23-2007, 02:25 PM
Replies: 4
Views: 6,731
Posted By softsea
you need change the http header generated by a...

you need change the http header generated by a Rails.

class RSSController < ApplicationController
before_filter :set_xml_header

# action to create rss xml file, but have to change
#...
Forum: Ruby & Ruby On Rails 02-23-2007, 02:21 PM
Replies: 3
Views: 10,948
Posted By softsea
example require "mysql" my =...

example

require "mysql"
my = Mysql::new("host", "user", "passwd", "db")
res = my.query("select * from tbl")
res.each do |row|
col1 = row[0]
col2 = row[1]
end
Forum: Ruby & Ruby On Rails 02-23-2007, 02:19 PM
Replies: 2
Views: 7,843
Posted By softsea
Ruby Java Bridge

hi,everyone,

who had used Ruby Java Bridge?

I get one error like :

[BUG] Segmentation fault

This application has requested the Runtime to terminate it in an unusual way.
Please contact...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT +1. The time now is 07:00 AM.