Chris Wawer
Chris Wawer
I am able to set id, but if I used default ParamsWrapper setting, I must sent params in json format. but api_taster sent params in default format.
I think that it will be good to see status code, because sometimes, we want send no data, but only request with status code, for example for destroy action.
I am usign bootstrap which have additional font, which work fine in development because relative path looks like /assets/bootstrap/less/bootstrap.css unfortunatelly in test environment assets are compiled to one file /assets/application.css...
@smcabrera a few things connected with yout changes for travis: - `.ruby-version` file isn't necesary if you defined rvm section. Ruby 2.2.4 is little old, there should be defined more...
The biggest problem is with `/` which create new folders. Some filesystem even don't allow to have `:` or some other special chars. I think it will be good to...
After open template I see: Next I have resized to smaller width and I see: After reload page template looks ok: But this process can be easily repeated.
I wrote test, which use factory girl 3.0 and saw deprecated warning: "DataMapper::Validation::ViolationSet#errors is deprecated, use DataMapper::Validation::ViolationSet#violations instead (.../dm-devise-2.0.1/lib/devise/orm/data_mapper/validations/dm-validations.rb:18:in `add')" I fixed this warning in this commit
I am trying to call uniswap NFT for LP position where min tick is -887220 instead of this I received very big positive number (`115792089237316195423570985008687907853269984665640564039457584007913111975500`). I am using this code:...
When I go to action show, like in example in repo. Everything work for now, but in console I get error: Uncaught TypeError: Cannot read property 'id' of undefined ember.js:16603...
JSON extension is very helpful for api applications. When somebode write frontend in some javascript library like Ember.js or Angular.js this extension for backend can be very helpful.