Displaying 8 results from an estimated 8 matches for "jackiw".
Did you mean:
jackie
2006 Jan 27
3
Problem setting multi-value cookie
...rying to set a multi-value cookie but for some reason it''s not
working. Any help would be appreciated.
cookies[:user] = { :value => {:email=>params[:login][:email],
:passwd=>params[:login][:passwd]}, :expires => 30.days.from_now, :path
=> "/login"}
--
Thiago Jackiw
2006 Feb 01
3
Problem using form_remote_tag and multipart
I have a form and e file field, and what I''m trying to do is when the
file is uploaded, a div shows the uploaded image using ajax, without
refreshing the page. But the problem I''m having is that with
form_remote_tag it won''t accept :multipart => true. Any ideas?
Thanks a lot
2006 Aug 05
2
Frustrating locale setting error
Hi all,
This has been very frustrating for me trying to get this acts_as_ferret
working well on a Fedora box. On my mac it works great, no problems with
locale, but when I put the code live on my Fedora server, it complains
about the locale setting (Error occured at <analysis.c>:498 Error:
exception 2 not handled: Error decoding input string. Check that you
have the locale set
2006 Feb 07
2
Browser Detection
How can I detect the user''s browser in Rails?
Thanks.
2006 Jan 16
1
(no subject)
Hello, I''m new to ruby on rails, migrating from php, and I have some questions:
1- How do I work with null objects without returning the rails error to the user? Like if I''m searching for a record and no record''s found, how would I deliver my custom message to the user?
2- How does the ''nil'' object work?
Thanks
-------------- next part --------------
2006 Jan 20
2
Creating thumbnail on the fly
I was doing some research about creating thumbnail images on the fly
after an image has been uploaded in a form, but for some reason it''s not
working for me. I''ve downloaded ImageMagick 6.2.5 for Mac but when I run
a test (identify image.gif) it gives me this error:
dyld: Library not loaded: /sw/lib/libjpeg.62.dylib
Referenced from: /Developer/ImageMagick-6.2.5/bin/identify
2008 Apr 26
1
Best cron job method for email notifications?
There are so many ways to do cron jobs in Rails (Backgroundrb, script/
runner, etc.) but I am wondering what would be the best to use in
production, just for sending out email/SMS notifications? For example,
an email automatically gets sent a day before the due date of a
project milestone.
Thanks for the help!
--~--~---------~--~----~------------~-------~--~----~
You received this message because
2008 May 05
0
uses_connection plugin
...first)
or any other interaction with the ZipCode model it will use the
zip_codes table in your shared database.
Where to get it:
===========
GitHb: http://github.com/railsfreaks/uses_connection
More info: http://www.railsfreaks.com/2008/5/2/introducing-the-uses_connection-rails-plugin
--
Thiago Jackiw
http://www.railsfreaks.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscr...