RailsCasts Pro episodes are now free!

Learn more or hide this

Stephen Ball's Profile

GitHub User: sdball

Site: http://stephenballnc.com

Comments by Stephen Ball

Avatar

Kalendae is a great alternative to including jQuery UI for just a date picker. I wrote a gem to provide as an asset for Rails 3.1+

https://github.com/sdball/kalendae_assets

http://rakeroutes.com/blog/add-kalendae-to-your-rails-app-with-kalendae-assets/

Avatar

If anyone is trying to figure out why their Rails application being served by Passenger just isn't streaming data, you should know that Passenger 3.0.11 introduced a new setting that breaks streaming by default.

PassengerBufferResponse

Avatar

When I call entries.create my Rails app logs a GET request to /api/entries instead of a POST with params. Saving an updated entry works just fine.

I'm even getting this behavior running the railscast code from github.

Should I be using a different server than webrick?