Re: Markaby license issue

2011-12-19 Thread Steve Klabnik
Yep! Granted, if you serve it with an XML MIME type, it must be able to be parsed with an XML parser, so none of that p bthis iis/b insane/i stuff! But still... I actually like XML. There are some of us in Ruby... ___ Camping-list mailing list

Re: Camping goes heroku. Hopefully.

2011-11-14 Thread Steve Klabnik
Just remember that the free version of Heroku doesn't include database support. Whaaa? Since when? http://www.heroku.com/pricing#0-0 says you get 5MB for $0. Also, I'm pretty sure .gems is deprecated, and you have to use Bundler soon. ___

Re: sending a post request from a controller

2011-06-29 Thread Steve Klabnik
If you're sending them along, isn't that a redirect, not a POST? ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: sending a post request from a controller

2011-06-29 Thread Steve Klabnik
No, redirects are an HTTP response, they're not a new request. Can you give a more concrete example? Your explanation sounds like you're trying to do two different things, and I'm not sure which you mean. ___ Camping-list mailing list