Toru KAWAMURA
Toru KAWAMURA
This is useful for putting on a common envelope. in case of [Collection+JSON](http://amundsen.com/media-types/collection/): ```json { "collection" : { "version" : "1.0", ... } } ``` in case of [JSON-LD with...
Thank you for using! I update the repo to enable to overwrite params yesterday. (not released yet) With a head of the repo, how about this: ``` ruby gem 'bootstrap-editable-rails',...
Thank you. It seems not to work with jQuery 1.9. I have no idea where is wrong, please try this anyway in `Gemfile`: ``` ruby gem 'jquery-rails', '2.1.4' ``` Basically,...
`head` and `render :nothing` (include 204) will not work with jQuery 1.9.0. To avoid it, you can respond with some value, not empty `format.json { render json: @post } #...
Would you show me the code (HTML) you wrote?
Since this seems not to be "nested attributes" according to `data-url="/costdetails/ "`, please do not use the method of #1. If it is "nested attributes", it should have written in...
Besides, these media types should be registered with the IANA. https://www.iana.org/form/media-types Registrations in the standards tree (no prefix) need a formal publication, and therefore, at this time these would be...
To help with the discussion, there are two drafts. These are highly complete specifications made as a result of past reviews. - [W3C HTML Form HTTP Extensions](https://www.w3.org/TR/form-http-extensions/) - [Supporting PUT...
@JohnJyong I need this feature and I hope it gets released as soon as possible!