similar to: How can I use mssqlclient in ruby without rails

Displaying 20 results from an estimated 100000 matches similar to: "How can I use mssqlclient in ruby without rails"

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.
2008 Mar 13
5
how to install ruby on rail without gem
any one kind enough to tell me how to install ruby on rail without using Gem. -- 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 group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe
2007 Nov 28
1
how can I connect with postgresql using rails ?
Dear Friends, I am a new of ruby on rails. In my server mqsql is not installed,instead of mysql I am having the postgresql. How can I connect with postgresql using rails ? Please anyone help me to study further details. with deep regards, S.Vellingiri -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this
2007 Oct 10
1
how can I use a the current_timestamp feature of a database without a magial column
Hi , I''m looking for a way to create columns with a default current_stamp with the db:migrate feature. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from
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 Feb 07
3
Gem problem with ActiveRecord/Oracle (without rails)
I have written the small script below. I have the ruby-oci adapter installed, the newest version of gems and the newest version of ActiveRecord. When I run the code I''m getting the follow error following my code. It seems to be an issue with gems as far as I can tell. Any help? Thanks, Drew Code: require ''ruby_gems'' require ''active_record''
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/.
2009 Oct 28
2
What's the simplest way to use ActiveResource in ruby (without rails)?
I would like to use this class in a standalone project, but I have been unsuccessful thus far. Also, how does this class exactly communicate with the web server? Thank you. class Person < ActiveResource::Base self.site = "http://localhost:3000/" end
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 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 Aug 08
6
What ruby/rails componet do I need?
I stole a script from the archives which shows how to launch an https version of webrick. However I am getting an error that indicates that my ruby/rails isntallation is missing a component to support ssl as called from webrick. The script line in question is: 6 require ''webrick/https'' and the error stack generated is:
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.
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/.
2007 Sep 17
2
Ruby/Rails newb here. I need help getting started.
I''m trying to follow the videos over on http://www.loudthinking.com/arc/000328.html. The first bit of it was fine, but then it says to type "ruby script \new_controller Hello index". My scripts folder doesn''t contain anything even similar to "new_controller". According to the generated "index.html" page, it says "Use script/generate to create
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