diaspora/app
Jonne Haß 19785d909b ensure services is an array in StatusMessagesController#create
This fixes posting to a single service for Ruby 1.9
For some reason Rails doesn't convert a single foo[]=bar
not to the expected :foo => ["bar"] but to :foo => "bar"
On Ruby 1.8 String#map exists and just yields self, on
Ruby 1.9 String#map got removed
2012-01-24 18:54:36 +01:00
..
controllers ensure services is an array in StatusMessagesController#create 2012-01-24 18:54:36 +01:00
helpers move set_header_data back into application_controller 2012-01-22 23:23:21 -05:00
mailers generate recipient header with Mail::Address to properly handle non-ASCII characters 2012-01-21 19:16:09 +01:00
models Merge pull request #2714 from stwf/im-sorry-bye-vanna 2012-01-22 22:15:14 -08:00
uploaders added support for uploading images with .tiff extensions 2012-01-02 21:40:46 -05:00
views moving javascript hax 2012-01-23 19:32:15 -08:00