similar to: Mappoint (Microsoft mapping) and ruby on rails

Displaying 20 results from an estimated 90000 matches similar to: "Mappoint (Microsoft mapping) and ruby on rails"

2009 May 17
1
MapPoint 2004 and Swing App
Hello, I am new to Wine. I have a swing app that requires the use of mappoint. Currently it runs on a windows box. The new box the app will be running on will be XBuntu. Using Wine I can install MapPoint, however on windows I will using Java2COM from Neva Objects which allowed the swing app to talk to mappoint. How would this be possible if I switched to XBuntu? Any idea? Cheers
2010 Oct 25
0
Re: Trying to install MapPoint 2010
my specs are: laptop running Ubuntu Maverick 10.10 wine 1.3.5 I installed microsoft street and trips 2010 with no problem at all I installed microsoft mappoint 2010 with no problem at all but when I try to start the program(both) they start normal and go to activate like waiting for the Key but there is no box where to type the key and the Next button is gradish out,so I can not continue to finish
2005 Feb 16
0
MS autoroute express (a.k.a. mappoint or "street and trips")
Hi I attempted to run MS Autoroute Express 2005 on wine 20050211. (I believe this fantastic product is marketed also under the names MapPoint and "Street and Trips" depending on market and target). I had wine setup done by winetools: basic setup, ie6, arial, ms installer. i installed the product directly from cd (*) the installer forced an update on the system (to update its office
2006 Nov 08
0
[ADV] Ruby on Rails Workshop for Microsoft Developers
Calling all Microsoft developers who are starting to use Rails... We''re a couple of MCSDs who have switched over to Ruby on Rails for web development, and are offering a one-day workshop on Rails that is specifically catered to Microsoft developers (.NET, classic ASP, or VB) who want to learn more about Rails and how to get started. We''ll talk about Ruby from a .NET
2006 Jul 02
1
Subject: Trying to Get Results from Form Element
I am trying to create an application loosely based on the Depot application presented in Agile Web Development with Rails (AWDwR). I am using the folowing controllers: admin_Controller application_Controller city_map_controller (with method: displayGMap) == Code Extract from city_map_controller == # Show a Google Map on a new page def displayGMap # @mapPoint = Gmap.find(params[:id]) # DBUG:
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 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 (
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.
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/.
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 May 17
3
Ubuntu rails server
Hello, I try to install on my ubuntu ruby on rails server. I have install ruby,rails,gem and all files but doesn''t work. When i run the server with webrick works perfect but when i use apache i get this message: We''re sorry, but something went wrong. We''ve been notified about this issue and we''ll take a look at it shortly. Here are my installed app versions:
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
2008 Mar 15
9
Spaces in Ruby on Rails and how to avoid them!
Hi, I just started learning ruby on rails and I am having hard time with white spacing! Here is the piece of code that will not work: validates_format_of :image_url, :with => %r{\.(gif|jpg|png)$}i, :message => "must be a URL for a GIF, JPG or PNG image" and here is the piece of code that will work: validates_format_of :image_url, :with => %r{\.(gif|jpg|png)$}i, :message