Ryan Wood

Results 6 comments of Ryan Wood

Nothing to it: ``` def edit @user = current_user render :action => "edit" end ```

My code is in a private repo and I'm unable to share it. Here's my form declaration on the page (using formtastic): ``` - semantic_form_for @user, :url => account_path, :html...

Thanks @palkan. You are correct on the serializer. What I should have said is that the YAML serializer accepts a Time object and deserializes to a Time object whereas the...

I should also say, though I don't think it has any effect on this issue, that I'm using JSONP fields in Postgres for the data and metadata so I've set...

Primarily I needed to update the form markup to work with Bootstrap 3.0. It only needed minor adjustments. Hard to warrant building out my own form for that. Thanks for...

To be honest, I ended up using another gem for this purpose (https://github.com/waynehoover/s3_direct_upload) so I'm not going to have the time to do a PR on this gem. Bootstrap changed...