Displaying 9 results from an estimated 9 matches for "bradedig".
Did you mean:
bradediger
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 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
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
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.
2006 Jul 11
0
Access session from observer?
I am writing a logger observer that provides an audit trail for most
events that touch my AR models. I am using the acts_as_authenticated
plugin for user login. What would be 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
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
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!
2006 Aug 29
0
mongrel_upload_progress problems
What is the status of the mongrel_upload_progress gem and Rails? I
have been playing around with _why and technoweenie''s code but I''m
not sure what is current and what is old. It is not working for me.
I am running Mongrel 0.3.13.3 (gem) with mongrel_upload_progress 0.1.
My upload URI is /agronomics/sample_cycle/upload, and my progress URI
is