search for: ediger

Displaying 18 results from an estimated 18 matches for "ediger".

Did you mean: edger
2006 Apr 18
7
[Prototype] evalScripts not working for me
...39;'m doing wrong. Here is how I call Ajax.Updater: new Ajax.Updater(updateDiv, "Profile/update.aspx", { asynchronous: true, parameters: params, evalScripts: true, onComplete: function() { refresh_columns(); } }); Yes, I am stuck in ASP.NET for this project. :-( -- Brad Ediger 866-EDIGERS _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Mar 13
5
UPS Shipping Table?
Has anyone been able to get a UPS shipping calculator implemented into their site with Rails? It seems the only options they show on their site both use UPS''s own page displayed either standalone or within your own header and footer, but no straight API with a callback or anything. Can anyone point me in the right direction? -- Posted via http://www.ruby-forum.com/.
2005 Nov 02
4
acts_as_metadata?
...hould I use one set of tables (as above) or do away with the ar_class and have a person_property and person_property_value table? - Would this best be implemented as an acts_as_, a plugin, an ActiveRecord::Base extension, or what? Extending AR is a learning experience for me. Thanks! -- Brad Ediger 866-EDIGERS _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Sep 20
5
[Slightly OT] Uploading files with firefox
I have been successfully using the latest mongrel and upload progress plugin with safari but firefox seems to have some issues with any request that takes longer than 5 seconds to complete. You get the "Warning: Unresponsive Script" screen. Apparently this problem is fixable by following this: http://computer-vet.com/weblog/2006/04/28/ firefox_warning_unresponsive_script.html
2006 Jun 22
2
Embed a Rails app within another?
I''m looking for a solution where I could load and render pages from one Rails application within another. I''m looking through the Rails code right now to see if this would even be remotely possible. Does anyone have any ideas? I know the obvious answer would be to proxy the app via Net::HTTP, but this is undesirable because: - I don''t always want to depend on having
2006 May 09
0
[semi-OT] Find position of floated elements
...CMS and I am trying to overlay a graphic (with partial transparency) on top of certain page elements. Because the page templates are flexible, it needs to work with floated as well as absolute/relative/static/fixed position elements. Any help would be greatly appreciated. Thanks! -- Brad Ediger 866-EDIGERS _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2003 Feb 04
5
portable player for OGG/Vorbis files
Hello everybody, what do you think about a portable OGG/Vorbis player, for example ARM or MIPS or PowerPC based? I am a hardware engineer and I am thinking about such a project... Best regards, Bernhard --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
2006 Nov 13
6
mongrel_upload_progress question/possible suggestion
Hey all, First off, thanks to Rick Olson and whoever else was involved with this plugin... It''s been amazingly easy to implement. I''ve got a question about the path_info parameter, though... It seems that unless the request PATH_INFO exactly matches the path_info passed in to the plugin at inclusion, it won''t actually trigger Add and add the upload to the list of
2005 Oct 10
1
Need help from Apache mod_rewrite crew !
Hi ! Has anyone got any tips/tricks on running a Productized Rails app on DreamHost ? Specifically, I get this in my error.log: ----------- [Mon Oct 10 11:39:46 2005] [error] [client 69.70.225.69] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use ''RewriteOptions MaxRedirects'' to increase the limit if neccessary. ----------- As
2006 Jul 11
0
Access session from observer?
...e the best way to expose the current user to my observer? I''m not looking to violate MVC here (well, maybe a little -- though a logger seems more like a controller than a model to me). I just want the logger to be as low-touch as possible wrt my other models. Any clever ideas? -- Brad Ediger
2004 Aug 15
1
Teliax TOS copied from Vonage?
TelIAX, one of the new VoIP-to-PSTN gateway providers, has their terms of service posted on their signup page: http://teliax.com/user_admin/signup/s1.php They look strangely familiar--it's exactly the same as http://www.vonage.com/features_terms_service.php with s/Vonage/Teliax/. (And it's cut off about halfway through). Anyone else notice this? Brad
2007 Oct 06
1
2.0 release train and a tiny ARes fix needs review
Are we too late for minor fixes to hop onto the Rails 2.0 train? This little guy needs some +1 love. He adds ARes::Base#to_param: http://dev.rubyonrails.org/ticket/9557 Cheers, Brad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to
2006 Aug 29
0
mongrel_upload_progress problems
...turn) if @status = Mongrel::Uploads.instance.check(params [:upload_id]) render :text => Mongrel::Uploads.instance.inspect end I am definitely willing to experiment, but I don''t have enough knowledge of Mongrel to know what I am looking at. Can anyone offer advice? Thanks! Brad Ediger -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060829/bc635756/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature...
2001 Dec 26
3
Understanding the Examples
Hello everybody, I am trying to understand the Advance routing and Traffic control. In the examples section of the how to an example script is given. Section 15.8.2 (the ultimate setup for Your internet connection) The example says download is 800 and upload is 220 ###### uplink # install root CBQ tc qdisc add dev ppp0 root handle 1: cbq avpkt 1000 bandwidth 10mbit Maybe I am
2007 Mar 30
7
Some additional attacks on Cookie Session
Aside from the replay attacks discussed, there are some other attack vectors on the cookie_session store. I appreciate (and admire!) Jeremy''s good humor on all of this: > Planting the seed here led to quick ripening and plenty of pesticide. > Thanks for the fish, all. > > jeremy Anyway, here''s what we came up with: 1. Brute Force SHA512 can be computed _very_ fast.
2005 Oct 19
35
Why you MUST use SCGI for Rails development
Hello happy Railers, I used to develop with a local out-of-the-box Apache and load times were pretty slow (like a few seconds each page). "Well, it''s the price to pay for no compile / cache / etc..." I thought. Nonsense. Yesterday I installed SCGI, and now I''ve got the best of both worlds: rails development env uses my very latest modifications, while SCGI ensures I
2004 Sep 13
0
IAXy loud static problem
I just bought an IAXy and have been using it with * and NuFone. Around once every 24-48 hours of operation (not off hook, just powered up), when I pick up the phone I hear loud static instead of dialtone. If there's an incoming call, the phone will ring and * CLI will show that it's trying iaxy, but when picking up--no answer to * and loud static. The incoming call goes to VM. Cycling
2007 Jan 24
0
hm :through -- nonstandard fk's
+1 for http://dev.rubyonrails.org/ticket/6466 Would someone mind reviewing this one? It concerns adds and deletes on has_many :through associations that don''t use the standard foreign key naming structure. I spent an hour tracking this down before checking Trac. D''oh!