Joined August 2012
·
Posted to
Streaming Files in Rails
over 1 year
ago
In Rails 4 there is new approach: https://gist.github.com/lexmag/3259481
And sinatra example: https://gist.github.com/lexmag/3260374
Posted to
Forgot to Sudo? !! is your friend
over 1 year
ago
Zsh has the same command.
Achievements
335 Karma
37,971 Total ProTip Views
Raven
Have at least one original repo where some form of shell script is the dominant language
Forked
Have a project valued enough to be forked by someone else
Velociraptor
Have at least one original repo where Perl is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Mongoose
Have at least one original repo where Ruby is the dominant language
Ashcat
Make Ruby on Rails better for everyone by getting a commit accepted
Yes, my examples aren't about file streaming.
text/event-stream
is for Server-Sent Events. I think worth to understand the approach of streaming in general.