[Rails] A new, minimal Sphinx gem for Rails

2011-03-07 Thread Matthew Beale
esthq/thebes Give it a look and let me know what you think. Thanks, -Matthew -- -- Matthew Beale :: 607 227 0871 Resume& Portfolio @ http://madhatted.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this g

[Rails] Easy Rails Asset Handling with HTML5 & S3

2011-02-25 Thread Matthew Beale
uses HTML5 (drag and drop!) for asynchronous uploads, Plupload for multiple files and queuing, S3 for storage, and works great for simple CMS flows. Let me know what you think! Best, -Matthew -- -- Matthew Beale :: 607 227 0871 Resume& Portfolio @ http://madhatted.com -- You rece

[Rails] Digest auth with Rack/Metal

2009-11-09 Thread Matthew Beale
igest::MD5? I think I could just instantiate it on each request, but it's built *like* a rack application so I don't see why that's needed. Thanks all, -- Matthew Beale :: 607 227 0871 Resume & Portfolio @ http://madhatted.com --~--~-~--~~~---~-

[Rails] Re: Strange Routing

2009-08-13 Thread Matthew Beale
oller/:action' That from this change: http://github.com/rails/rails/commit/ff643ce9679ad66a5cd79c90c096496d07d6efaf Which is in prep for Rails 3. What version of Rails are you on? -- Matthew Beale :: 607 227 0871 Resume & Portfolio @ http://madhatted.com On Thu, 2009-08-13 at 16:43

[Rails] Re: Rails 2.3.2.1 ActiveResource objects are frozen? <- Cannot configure cache

2009-05-15 Thread Matthew Beale
Ended up with this: https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2655-railscache-freezes-all-objects-passed-to-it Anything written to any cache will be frozen. Bug at the worst, REALLY unexpected at the best. -- Matthew Beale :: 607 227 0871 Resume & Portfolio @

[Rails] Re: Rails 2.3.2.1 ActiveResource objects are frozen? <- Cannot configure cache

2009-05-15 Thread Matthew Beale
-- So my cache calls all hit memory_store, so I get frozen exceptions from this (perfectly valid) commit: http://github.com/rails/rails/commit/5de340e79f1d11973b7c7bbec82f320fc92b9c99 Can't set the cache. -- Matthew Beale :: 607 227 0871 Resume & Portfolio @ http://madhatted

[Rails] Re: Rails 2.3.2.1 ActiveResource objects are frozen?

2009-05-15 Thread Matthew Beale
Shoot, it looks like we have some Rails.cache being called. I think I noticed objects pulled out of memcache being frozen. Is there a reason? Who knows. On Fri, 2009-05-15 at 15:54 -0400, Matthew Beale wrote: > Hey all, > > I've dug through the code and bit and cannot figure

[Rails] Re: Invalid authenticity token only in IE6

2009-05-15 Thread Matthew Beale
Are you in an iframe? IE6 and Safari famously don't let you set cookies in an iframe. Rails' csrf stuff then bites the dust. -- Matthew Beale :: 607 227 0871 Resume & Portfolio @ http://madhatted.com On Sun, 2009-05-03 at 20:26 -0700, Andrew wrote: > Hi guys, I just dis

[Rails] Rails 2.3.2.1 ActiveResource objects are frozen?

2009-05-15 Thread Matthew Beale
e not. Disabling caches didn't help. Is it something from the LibXML/Nokogiri move? Anyone else using ActiveResource on 2.3.2.1? -- Matthew Beale :: 607 227 0871 Resume & Portfolio @ http://madhatted.com --~--~-~--~~~---~--~~ You received this message