Displaying 20 results from an estimated 22 matches for "jenna".
Did you mean:
jenny
2008 May 19
6
Sample Code, quick simple openid auth
...39;t use any
relational databases, just file system storage. You''ll probably want
to change the ''return redirect(R(HomeScreen))'' line near the end to
some page in your app that logged in user''s go to before you take this
online too. :)
Public Domain.
?
Jenna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/camping-list/attachments/20080519/79792dc8/attachment.html>
2005 Aug 05
8
asterisk registered in ser proxy
is it possible to register asterisk in a sip proxy as
if it were a terminal (like a cisco ATA)? how?
Thanx
Jenna ;)
___________________________________________________________
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar
2008 Jun 06
7
Attention Judofyr: Broken cookies in 2.0
Hey Judofyr! Fix this! When someone sets a cookie using
@cookies.something = ''data'' it should be set with the path going to
the camping app''s root, not with no path, otherwise only that
controller with the same parameters will ever see the cookie again!
Please change this code:
> @cookies.each do |k, v|
> @response.set_cookie(k, v) if o[k] != v
> end
2012 May 02
17
ChillDB License
A few of you sounded interested in using it. I haven''t explicitly put a software license on it, so I guess it''s not technically FOSS yet. What licenses are good? BSD? Public Domain?
?
Jenna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/camping-list/attachments/20120502/96b87580/attachment.html>
2011 Dec 06
3
Riak on Camping
Good day, does anyone here have a clue on how to make use of the NoSQL
database "Riak" with Camping?
I am building my website and Riak seems like pretty much the ultimate
database!
This would probably ruin every little feature in ActiveRecord, I don''t
think I''d be able to do any has_many''s or belongs_to
but I''d LOVE to be proven wrong. As far as
2001 Jul 05
1
2.2.19/0.0.7a assertion failure
...Sun Jul 1 15:45:44 EST 2001 i686 unknown
And... as I found out when I tried to save the above email, writing to
disk eventually wound up with no disk access and no writing on the fs.
(I'd hazard a guess that it wouldn't happen on any as a reboot hung aswell)
--
CaT (cat@zip.com.au) *** Jenna has joined the channel.
<cat> speaking of mental giants..
<Jenna> me, a giant, bullshit
<Jenna> And i'm not mental
- An IRC session, 20/12/2000
2001 Jul 09
1
ext3 and kernel 2.4.5
Hallo!
Is it possible to use ext3 with kernel 2.4.5? If so where can I find the sources? On redhat´s site I can only find souces for kernel 2.2.x.
Bye
Markus
networks & security
StairWeb GmbH
Markus Eckerl
Markus Eckerl
ME5810-RIPE
ME5810-RIPE
Dr.-Ernst-Derra-Str. 4
Dr.-Ernst-Derra-Str. 4
94036 Passau
94036
2001 Jun 11
2
util-linux 2.11e
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
does this version need to be patched for any reason to handle/work with ext3?
I found a patch for the previous release of util-linux, but it don't apply
cleanly to this version. thanks!
- --
Douglas J. Hunley (Linux User #174778)
http://hunley.homeip.net/ http://linux.nf/
As a SysAdmin, yes, I CAN read your e-mail, but I DON'T get that
2005 Oct 03
2
Real Life FAX sending receiving
...send it to my faxmachine.
I also want to send a fax from my faxmachine through
the digium card, so asterisk should send the fax via
SIP to the gateway, which also has a faxmachine
connected.
is this possible?
would anyone be so kind to send me the config files or
config tips?
thanks a lot guys ;)
Jenna.
___________________________________________________________
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar
2008 Jun 03
8
@@state_secret
I was having some issue getting the class variables in
Camping::Session to work with some old apps, so I''ve changed
@@state_secret to a method.
module Blog
include Camping::Session
def state_secret; "kxxxx" end
end
Also, merged some of zimbatm''s patches. And trying to revive the
Junebug wiki <http://github.com/why/junebug> since it''s still
2008 May 24
19
Camping 2.0 - What''s left?
I''ve just sent a pull-request to _why with my changes[1] and here is some
things that I think needs to be done before a (possible) release:
* The cookie session is named Camping::Session and is placed in
camping/session.rb. Maybe this should be called Camping::CookieSession or???
* The ActiveRecord session is named Camping::ARSession and is placed in
camping/ar/session.rb. Maybe it
2008 May 17
4
Setting cookies in service overloader thingo
...hould I do? It feels dirty to copy code out of camping.rb that
serializes the cookies, in effect making it do that job twice every
time the session data and any other cookie data changes (which
wouldn''t be a big deal for my app, but still seems nasty). Anyone got
a better idea?
?
Jenna ?Where''s my oats? Fox
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/camping-list/attachments/20080517/77520531/attachment.html>
2008 May 23
8
An issue for consideration
We''ve just come across an issue for consideration. I am avoiding some
words which would allow people to find this message in an internet
search who have questionable intentions, but wish to communicate a
strong sense of caution. Consider someone who adds extra methods to
their controller which they use in their main get/post methods to do
things or to get secret data. Consider
2008 Jun 06
2
Messy Cookies
It looks like everyone has tried to fix the cookies lately, and no-one managed
to get it 100% correctly.
The current implementation doesn''t set the path correctly, and you can''t use
@cookies in a #service-overload.
Qwzybug''s patch fixed only the sessions.
Jenna''s patch won''t allow to set complex cookies (@cookies.key = {:path =>
"/path", :value => "value", :expires => Time.now + 900}) and won''t work
properly when you use #method_missing (which allows you to do
Blog.get(:Controller)).
So I took Blueb...
2008 May 18
1
Problem with cookies in CGI mode
...pt that the path the cookies are set with is
domain.com/blah/app.rb/
So if you try to use that url, none of your cookies get sent back to
the server, but if you use domain.com/blah/app.rb/ everything works
fine. Sure would be good if camping implemented a redirect for that
situation. :)
?
Jenna ?Where''s my cookie!? Fox
2008 May 19
0
Error in the source code docs
on like 257 of camping-unabridged.rb:
> # "http" + URL("/view/12") #=> "http://test.ing/blog/view/12"
is wrong, the string should be "http:", or the result will be "http//
test.ing/blob/view/12"
?
Jenna ?Who Isn''t a? Fox
2008 Jun 06
0
Quickie: URL Shortener''s, some code.
The wiki won''t let me make new pages anymore, so I put it on my own
site.
http://creativepony.com/journal/scripts/url-shorteners/
I hope it helps someone!
?
Jenna
2008 Jul 19
2
Resolved: Apache + CGI/FastCGI + mod_rewrite
This is the last time I try to fix something in the middle of the
night! Feel free to call me a Stupid Snake, ''cause this has been
messy. Anyway, I think I''ve finally solved this.
Here it is: http://pastie.org/237138 :-)
--
Magnus Holm
2011 Oct 13
2
how to catch 404s?
How can I hide/catch the "Camping problem! /xxx not found" pages?
It would be great to define my own handler instead, or simply
redirect to the root of my app.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/camping-list/attachments/20111013/ba7145ee/attachment.html>
2012 Apr 06
1
lighttpd + fastcgi + camping
Hello all,
I am running in some little stumbling blocks with passenger as a multi user
environment (the most problematic feature is that, once you setup a
sub-domain passenger wants you to declare on nginx every app running on
that nginx server which is not ideal to add apps on the fly and / or if a
user wants to run 2 apps from his space)
so I was thinking about a more drag a drop / one line