search for: aemadrid

Displaying 20 results from an estimated 24 matches for "aemadrid".

Did you mean: 20madrid
2006 Jan 04
3
PDF Form Reader using rails/ruby
Can someone guide me the best possible way to read a PDF form fields. I have seen some references to the PDFWriter but not the reader. Any help appreciated. Thanks Silvy Mathews -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060104/641bd399/attachment.html
2006 Jan 16
2
Problem with AJAX not working on IE
...E. The General.onSpinnerOn/Off functions show show/hide a div that has the spinning ball thingy. Has anybody encountered a problem when trying to run an Ajax.Updater that never comes back in IE but has no problem on Firefox/Mozilla? Any help would be greatly appreciated, -- Adrian Esteban Madrid aemadrid@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060116/5ee43d65/attachment-0001.html
2006 Jan 03
14
Family Connection 0.9
Family Connection is an easy-to-setup online hub for your family that includes a Family News section, and an Address Book. Currently, there is no documentation on installing the Rails application itself (hence the 0.9 version number). Once installed, Family Connection guides the family website administrator through a simple two-page setup process. The web application restricts access
2006 Mar 20
0
Re: Problem with AJAX not working on IE
...gt; Safari and Firefox, but doesn''t update the page in IE. The request is > sent to the server though, the returned partial just never shows up in > IE. No script errors or anything. > > Has anyone else seen this? Any ideas how to fix it? > > On 1/16/06, Adrian Madrid <aemadrid@gmail.com> wrote: > > I''m having a problem making this code to work on IE: > > > > var Permit = { > > // Expand permit information > > onMore: function(id) { > > new Ajax.Updater(''pm-''+id+''-lg'', > >...
2004 Dec 18
2
3ware 9000 install
I'm trying to do a fresh install on a new server that has a 3ware 9000 controller. I followed the instructions on the 3ware manual and used a floppy with the drivers for RH WS3 (Update 2) but it doesn't work. After it asks me to load the disk it reads for a while and then it says it did not find any drivers that pertain to this system. I tried loading the 3w9xxx driver unsuccesfully, it
2005 Mar 08
3
Configuring WEBBrick for Port 80
I''ve looked everywhere [except the right place], but I can''t find where to change WEBbrick from listening to port 3000 to port 80. Can anyone point me in the right direction. Thanks Neville _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Feb 21
26
Net::SMS::BulkSMS 0.1
This is the first release of a new Ruby library for the www.bulksms.co.ukAPI which should allow simple integration of SMS functionality into your Ruby or Rails apps. Sending a message is as simple as: @service = Service.new(''username'', ''password'') @service.send_message(''This is my message!'', ''4479123456789'') # whats my
2006 Aug 01
5
Rails on .NET
http://www.eweek.com/article2/0,1759,1996960,00.asp?kc=EWEAUEMNL080106EOAD Just saw this and thought it was interesting...
2006 Jul 14
14
[URGENT] Need help getting rails app back up desperately
...ach_cgi'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/fcgi_handler.rb:53:in `process!'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/fcgi_handler.rb:23:in `process!'' /home/iflo/domains/infocenter.iflo.com/current/public/dispatch.fcgi:24 -- Adrian Esteban Madrid aemadrid@hyperxmedia.com Lead Developer Hyperxmedia, Inc. Mobile 801-815-1870 Office 801-566-0670
2006 Feb 23
12
Showcase On Rails CMS v0.1
I built out a simple CMS for websites that rely heavily on portfolios. This covers graphic and web designers in particular, but also other people with stuff to show off. It''s really easy to customize progressively, so that some people will only modify CSS, but others will dig deeper into Javascript behaviors and the Rails view code. Check it out at http://showcase.kylemaxwell.com/ SVN
2006 Apr 27
3
HELP!!!! What is the CGIXXXX.YYY stored in /tmp/ ?????
Hi, We have a website which loads a data file and then create a html file (according to the data file) with more than thousand of combobox at a time (on the same page). The first time we load that page, everything seems fine. all combobox have been created. But when we load a second data file (not the same) the system seems to create some tempoary files which contains the first choice of the
2006 Feb 27
2
RoR Blog application?
I am look for a open source RoR Blog application and to see how it work. Do you know one of them.Thanks. M -- Posted via http://www.ruby-forum.com/.
2004 Nov 22
0
DVD set anyone?
Has anybody created succesfully a bootable DVD with the full CentOS? Just wondering, it would be nice to carry one CD instead of three.... Thanks in advance, -- Adrian Madrid HyperX Inc. Mobile: 801.815.1870 Office: 801.566.0670 aemadrid at hyperxmedia.com www.hyperxmedia.com 9000 S. 45 W. Sandy, UT 84070
2006 Apr 12
3
form_remote_upload
Hey all, I just upgraded rails to 1.1.2, and form_remote_upload now prevents my application.rhtml layout from being processed. I''m not sure if the problem lies with v 1.1.2, or if upgrading the gems screwed stuff up. Anybody have any ideas? Rob -- c++: the power, elegance and simplicity of a hand grenade -------------- next part -------------- An HTML attachment was scrubbed...
2005 Jul 25
2
acts_as_tree and traversing parent/child relationships
I am working on an Rails application that uses a pretty complex category structure through out the site. I have defined a table to house all the info and a FK to reference parents within the table CREATE TABLE categories ( id int(11) NOT NULL auto_increment, name varchar(50) NOT NULL, parent_id int(11) default NULL, constraint fk_category_id foreign key (category_id) references
2005 Dec 13
3
Forcing the session-id
We''re going to have problems keeping cookies across domains. We want people to shop in one domain (e.g. "booksareus.com") and then checkout on the same server securely under a different domain (e.g. "greatbooks.com"). When we make the jump to the secure domain (the checkout link) can we submit the user''s session ID along with it and have it
2006 Feb 08
2
ActionMailer EOFError (sometimes)
.../gems/rails-1.0.0/lib/fcgi_handler.rb:52:in `process!'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:22:in `process!'' /public/dispatch.fcgi:24 Any help would be appreciated, -- Adrian Madrid HyperX Inc. Mobile: 801.815.1870 Office: 801.566.0670 aemadrid@hyperxmedia.com www.hyperxmedia.com 9000 S. 45 W. Sandy, UT 84070 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060208/8ce39baa/attachment-0001.html
2005 Nov 02
4
acts_as_metadata?
I''m running into the need (on at least one project now) to implement end-user-customizable "metadata" or properties on model objects. The standard example would be a Person class that had first_name, last_name, etc. but would need to be extended real-time (through the web admin interface) with properties such as phone_number : varchar (30). I''ve done some basic
2005 Sep 25
12
Browsercam.com Annual Membership
I have been using browsercam.com for CSS testing, but it is rather expensive. Recently, I discovered others using funadable.org to purchase a yearly membership as a group. A year long membership at browsercam.com costs $480.00. This gives us 25 user accounts. I am proposing that 25 people throw in $19.20 for their 1/25th share of the membership cost. Once I have raised $479.40 I will
2005 Dec 17
6
Lighttpd Restart Script
After quite a bit of searching and coding, I customized an init.d/bash script which allows me to manage multiple instances of Lighttpd server running Rails. It targets the specific PID address instead of the default binary location when starting and stopping /usr/local/bin/lighttpd process. This provides the ability in my case to have multiple lighttpd.conf files running many different instances