search for: barrere

Displaying 16 results from an estimated 16 matches for "barrere".

Did you mean: barrera
2006 Feb 09
4
Setting up Ruby + RubyOnRails on the new intel mac (any feedback?)
Hi I''m about to attempt to setup RoR on an iMac powered by an Intel core duo. Before I start, is there anyone who would have some feedback about a similar setup (and likely, the caveats hidden down there) ? thanks! Thibaut -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 22
14
currency conversion webservice in a rails app?
Hi, I''m interested in using a currency conversion web service in my rails app. Does anyone have a free service that they use and like? I found this one http://www.webservicex.net/WS/WSDetails.aspx?CATID=2&WSID=10 I''ve tried to make a simple, plain Ruby script to connect to this and get a conversion rate without success. How do I integrate a webservice into my rails app? I
2006 May 12
2
Do you store the source of third-parties plugins you rely on in your own version control ?
Hi! well the subject is telling everything - I''m just curious to know how other railers handle this (for me the answer is yes, clearly!) cheers Thibaut -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060512/0b59b57b/attachment-0001.html
2006 May 18
2
Rake: How to determine the Rails version?
Hi all I''m learning to use Rake for migration etc. I wonder if there''s a way to determine the currently used Rails version, so e.g. when installing a new engine using Rake I could check if there''s a version used that''s older as needed and so abort the installation. You know what I mean? ;-) Thanks and greetings, Joshua -- Posted via
2006 May 23
2
Is there anybody use radrails as the editor?
Could anybody told me how to set the rdoc and ri for the radrails? I am using Windows XP, RadRails 0.63 and Ruby 1.82 I cannot set the rdoc and ri to a directory. Which file should I set for that under the ruby''s path in the preference in radrails? Thanks. -- Best wishes, Xu Wenhao
2005 Dec 29
4
Paginate do a Count(*) request before, how access that count value.
Hello, AV::paginate query first by a count, how access this value in the controller or view ? Why ? Because I''ll like to display the total number or records found w/o doing another expenssive Count. Thanks,
2006 Mar 12
5
AR - Migrations - how to use a varchar as primary key instead of int ?
Hi I''d like to have a varchar primary key named id instead of the default int id. Does anyone knows how to specify this from migrations ? Should I also specify something in the model class ? thanks! Thibaut -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060312/797bca4b/attachment.html
2006 Apr 20
11
dynamic mock object anyone?
Hi guys, got this problem with creating such a thing... hope anyone could help.. the problem: ok, now i have this mock object that would simulate a external rpc call. eg require ''models/xmlrpc_agent'' class XmlrpcAgent def create(params) 200 end end but the value of the value returned is fixed. which is quite hard for me to test the controller when different
2006 May 23
14
Learn Ruby before Learning Ruby on Rails ?
hello Friends, I am a newbie to "Ruby or Ruby on Rails". A J2EE application architect at my day job. A fairly experienced PHP web-developer as well. After reading into the many articles on Ruby/ROR, have to admit looks pretty good so far. Really serious about getting into this and possibly developing some good Web 2.0 applications. Just wondering the best way to learn Ruby on
2006 Feb 14
20
Adding payment to an app: how hard and risky is it?
Hi all. I have never implemented online payment and it''s the only thing that keeps me from accepting a project for a UK based client. (I must reply quickly!) While I can afford spending an extra week - or 2 - to learn/try/tune the payment system, I must be sure to succeed before I accept the contract. If you''ve already been through that path, any hints, links and/or
2006 Jan 16
23
Read data from Excel
A client of mine has a ton of data stored in Excel spreadsheets. I''m building a web application for her (backed by a real db of course) and want to import all that data. Is there a library available to read data from Excel? Is there an easy way to upload the spreadsheets and then read the data? Thanks, Ken Kousen -- Kenneth A. Kousen, Ph.D. President Kousen IT, Inc.
2006 May 05
0
Socket polling and messaging
...ssages in a database queue (AR) - yet same app, but relying on ruby spread or another messaging system to have the messages delivered (btw, did you notice I didn''t even mention the word ''container'' ? :-) What do you think ? Thibaut -- [blog] http://www.dotnetguru2.org/tbarrere -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060505/ef00ad14/attachment.html
2006 Apr 27
1
Any ruby wrapper for Reuters SSL ?
Hi Does anyone know of a ruby wrapper for Reuters source sink library (like the perl one http://search.cpan.org/~cbarkey/Reuters-SSL-0.52/ ) ? any pointer welcome! thanks Thibaut -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060427/8ec394ad/attachment.html
2006 Oct 11
0
ActiveRecord + SqlServer 2005, looking for feedback
Hi! I''ve just started using AR on top of SqlServer 2005 (through ADO: http://www.softiesonrails.com/articles/2006/06/28/activerecord-with-sqlserver-without-rails). Not a Rails site per se, but I''m using AR and ruby to build data aggregation tools. If you have used AR with SqlServer 2005 and met quirks or caveats of some kind, I''d be happy to get some feedback from your
2006 Feb 08
8
[kind of OT] Software Remote connect to MacOS ?
Hi sorry for the slighty out of topic question but I''m sure someone here will be able to answer. Does anyone use some kind of remote connection to connect to MacOS ? I''m thinking of using VNC but I''d love to hear from other (especially secure) alternatives. I''m just fond of textmate, I have a dell laptop which I''d like to use as a terminal. kind
2006 Oct 02
13
[Slightly OT] Do you use virtualization in production ?
Hi! I''ve been using parallels, vmware player, or virtual pc (did not try xen yet) for development, testing and experimenting with new platforms (and I must say I love them - copy paste a few files, and I have a clean deployment box etc) Since the RailsConf and various talks I''ve seen (like Jason Hoffmann''s http://svn.joyent.com/public/JasonHoffman-EuroRailsConf.pdf ,