Displaying 20 results from an estimated 90000 matches similar to: "vies word document as html format in ruby on rails"
2009 Apr 13
5
Ruby 1.8.7 + Rails 2.3.2 + TLS = Where's the documentation?
After spending a few hours reading dozens of blogs and tutorials I am
still stumped. Numerous sites mention ruby 1.8.7 and rails 2.3
supporting TLS out of the box. However, I can not find any documentation
on setting this up to send emails correctly. Furthermore, after
attempting to send emails using Gmail and TLS i get the following error:
530 5.7.0 Must issue a STARTTLS command first.
2008 Jul 24
1
read the pdf
I''d like to load a PDF file into a page, in my controller:
send_file "/path to/my.pdf", :disposition => "inline"
However, instead of rendering inline, it asks to download the file.
How can I display the contents without downloading? using ruby on rails
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received
2007 Sep 06
2
Change Ruby on Rails' reserved words?
Hi,
One of my database tables has to have the same name as a reserved word
in Ruby on Rails. Is there a way to change the name of a Ruby on Rails
reserved word by overloading it or by some other means? I really do
not want to change my table name. Thank you.
-Nick J. Fessel
http://www.nickfessel.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2007 Sep 22
1
Job trend cross-over for Ruby/Rails and Java combo
See the graph at
http://tinyurl.com/35rnx4
For some time, I''ve been watching the three combinations
ruby + rails,
ruby + developer,
java + hibernate + tomcat
using the www.indeed.com job-trend grapher.
They have (after a long climb), finally reached parity.
Of course, you can pick different combinations and get entirely
different results.
-- Mike Berrow
--
Posted via
2007 Mar 25
1
Automatic HTTP Basic Authentication In Ruby on Rails
Hi,
i need to access a url
www.sometesturl3456.com/index.php
It prompts HTTP Authentication window asking username and password. I
have do automatic HTTP Basic authentication without manual entry of
username and password, as i am reading the content of page in ruby in
rails using:
response = open("www.sometesturl3456.com/index.php").read
Please help me to know how this can be done.
2007 Aug 22
2
Right for Ruby on Rails?
I have some web forms and a mysql database with matching fields. I am
trying to put them together.
What I want to do is user to enter info into forms, put info in db
tables, need a script to add metadata to various fields, before and
after entered text, and output an xml document.
Thanks for the help.
--
Posted via http://www.ruby-forum.com/.
2007 Oct 07
7
Ruby on Rails on WAMP
I am using WAMP(windows, Apache, mySQL and PHP) for my web development.
So I have already MySQL and Apache working. Could any one tell me how to
install Ruby on Rails on this environment? Can I just put ror in the
root directory, www?
A newbie needs your help. :-)
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because
2007 Sep 26
1
Ruby on Rails | MS SQL Server 2005 | Configuration
Request: Full description of mechanims required to intergrate current
Ruby / Ruby on Rails with MS SQL Server 2005
Environment:
* Ruby 1.8.6-25
(ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32])
* Rails 1.2.3
* ruby-dbi 0.1.1 (installed dbi,dbd_ADO)
* OS: Windows XP Professional sp4
* MS SQL Server Express 2005 installed on local machine
Background:
I have used various settings for the
2007 Jul 02
0
How to use MS Word features from Rails app running as servic
Hi,
I am using features of MS Word 2003 on Win XP in my rails application.
The server has Win XP
installed. I am able to open a document, save as HTML etc. if I run the
app using
mongrel_rails start ... on command prompt.
I use the Win32OLE support for Ruby:
doc = WIN32OLE.new(''Word.Application'')
However, at the deployment site, I have configured the app to run as a
Windows
2007 Oct 23
3
Ruby on Rails and Oracle
Hello, I''m having a trouble when I try to connect RoR and Oracle.
I believe that it has something to do with database.yml, this is how my
database.yml looks:
development:
adapter: oci
database: 127.0.0.1:1521/XE
username: system
password: y1984nip0359
host: 127.0.0.1
And this is the Error that i get:
-> http://127.0.0.1:3000/blog
OCIError in BlogController#index
2007 Nov 09
1
ruby on rails + ajax + iframe image uploader
hi,
I write a page that contain following function:
this site contain a html file upload control, which allow user to upload
image only.
once the image had been uploaded, it will automatic display on the
current page without refresh entire page.
when the image is saved, it will return javascript that embed in a
iframe (which is also in my current page) that can load the image into
my page (
2007 Jun 18
4
HTML embed tag and rails...
I have an embeded pluggin that I must use inside my RoR app.
We have set up an application.rhtml page that renders the top, side menu
and center of the application for every page via DIV''s. This works
great.
The problem.. This embeded plugin is a Third party plugin that they have
just created for the Mac OSX and Safari and every time I load the page,
it re-loads the plugin and the
2008 Jun 15
5
Ruby on Rails 2.1 Tutorial
Hi,
I have put all the basic things in place and you will find it a working
tutorial for Ruby on Rails 2.1.
http://www.tutorialspoint.com/ruby-on-rails-2.1/
I have covered Model, Controller and Views in detail and you will find a
nice example on scaffolding.
If you like this tutorial then please share it with others....Oh
yes...if you have any feedback then please definitely send it to me.
2006 Dec 07
4
MassPay API with Ruby On Rails PayPal AARRRGH
Hey,
I''m trying to use Paypal to automatically pay customers, and I''ve heard
MassPay API is a good thing to use. But I cannot find any examples of
it for Ruby, nor do I know what steps to take to use it.
Does anyone have any information or experience with using MassPay API in
RoR? Any help is much appreciated
--
Posted via http://www.ruby-forum.com/.
2007 Apr 11
2
can we use MS Word Template using Ruby
Hi all,
I am creating MS word document using ruby. can I use a "template"
document in Microsoft word with place holders for dynamic data from
database using ruby.
Like, I''ve a template, I want to fill it by data from database, using
ruby.
Please help me out.
Thanks,
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received
2008 Nov 12
2
Files with .fs extension in ruby on rails application
I am using Spiceworks, an application made with Ruby on Rails. It has
some files with .fs extension but i don´t know what are this files and
with wich tools are generated. ¿Could someone say me something about it?
I attached one of this files.
Thank you.
Attachments:
http://www.ruby-forum.com/attachment/2923/spiceworks.fs
--
Posted via http://www.ruby-forum.com/.
2008 Apr 09
6
Using Ruby on Rails with existing database
Hi, I''m a complete newbie to this, I''m afraid. Apologies if this has
been answered elsewhere, but I''ve had a look, and can''t find the
answers I''m looking for, especially for using Rails 2.0.
We have an existing database which we would need to connect Rails to,
and the database structure is not what Rails would seem to expect.
Firstly, tables are not
2007 Aug 29
12
ruby on rails search engine
He all,
who can recommend me search engine(search for different models) for my
web-site?
ps: i know about ferret for example, but maybe there are some others?
Thank you
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2007 Jun 14
3
Are there any HTML+CSS to PDF converters in ruby
Hi,
I tried PDF writer , but it doesn''t have HTML to PDF Converter.
Infact it is a PDF writer itself not a converter..
I''ve HTML pages with rich css or Strings with html+css such that
they are converted to PDF.
The idea is that web is all about RGB color model and when it comes
to Digital
Printing its all CMYK color model. My html page with rich css in
2006 Oct 31
0
Ruby code highlight in html
Hi,
I think this issue has been brought up before.
But I can''t find it.
I''m building my own blog site to practice rails.
I have syntax gem and it works.
How can I use it with textilize()?
Also, where''s the usage manual of textilize()?
(like how to make a table with text, etc.)
Thanks.
Sam
--
Posted via http://www.ruby-forum.com/.