On 1 August 2011 14:38, Amit Bobade <[email protected]> wrote:
> Hi,
>
> I am new to Ruby. I want to use Ruby in browser and integrate it with HTML.
> Could somebody help me to do so?
> Please suggest me how to achieve this?
>
> I want to use my code in call my Ruby script with the help of HTML code. Is
> it possible?
>
> FYI: I am not using RAILS. I am using Ruby and Watir to automate the my web
> applications.

You cannot call ruby within the browser, you have to use javascript or
similar.  You can of course make requests to the server in the normal
way, where you can use ruby.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to