[Rails] controller failing to read flash

2010-09-02 Thread Andrew C.
I'm seeing some pretty strange behavior from the flash in my rails 2.3.8 app. I set the flash in a request, and then redirect. In the next request (the one redirected to), accessing the flash returns an empty hash, but the flash is stored and visible in the session. (rdb:21) session {:user_crede

[Rails] Re: Facebook, authlogic, and OAuth2

2010-05-19 Thread Andrew C.
nice. I'll be looking forward to that. Will it play nice with other login options (the old oauth in particular, which is still needed for Twitter)? Cheers, Andrew On May 19, 12:10 am, giovanni wrote: > I'm working on a new version of authlogic_oauth that will use > oauth2... > I think it's wha

[Rails] Re: SMS service

2010-04-21 Thread Andrew C.
Doesn't get any easier than Twilio. On Apr 21, 9:21 am, Northband wrote: > What's a good SMS service to use?   I want to start sending messages > from my apps via SMS. > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. >

[Rails] Re: Error: uninitialized constant MysqlCompat::MysqlRes

2010-02-24 Thread Andrew C.
http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard I went through this within the last two days. Might be useful to see my write up here, too: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/37b593be608e2461/1ace7ea9d30ef28a#1ace7ea9d30ef28a On