search for: imajes

Displaying 5 results from an estimated 5 matches for "imajes".

Did you mean: images
2006 Mar 07
2
memcached and Joe Hosteny''s Salted Hash Login Generator
...ser_system.rb where it is checking authentication - via a before_filter. At this point, @session[''user''] is empty - and @session.session_id has changed. Any idea why my session_ids are not being preserved? more info available on request... -- james -- James Cox, e: james@imajes.info w: http://www.imajes.info/
2007 Dec 12
7
Release Retrospective
First off, congrats to everyone for getting Rails 2 released. A lot of work went into the release, and it''s good to see us reach this milestone. And now that the release dust has settled, I think it might be useful for us to have a retrospective and evaluate how the release went. I think the Ruby on Rails project has improved a lot this year, and this is another opportunity
2006 Dec 03
0
worker is not executed
Hey, I''ve got a problem where my worker is not being properly executed.... it used to work in an earlier version of brb, but i realized my vendor/plugins was out of whack, upgraded to the newer schedule- oriented release (0.2.1). I can start brb, and run the new_worker middleman, but ntohing happens. When putting brb in ''run'' mode, i see this: undefined method
2006 Mar 12
2
Dealing with empty 404 images
so i''d like to do the following map.connect ''some/path'', :controller => ''Foo'' if server.status == ''404'' in other words: if i get a 404 response, and a given path, i''d like to handle it by returning my own content. no- i don''t want a generic all-404 error page, i want to be able to handle individual 404s.
2011 Jul 25
1
rspec and Lion?
Hey, Has anyone used rspec and lion much yet? I''m using the Fuubar instafail formatter, and finding that the entire output of the spec run is buffered till the script execution stops, at which point it''s displayed. Not sure why - it may be a failure/feature of the new Terminal.app ? Wondered if anyone had seen this? thanks, James