Innocent Udeogu

Results 7 comments of Innocent Udeogu

HI @harthur how do I use your above construct ``` javascript var colors = [ { id: "blue", value: [0, 0, 255] }, { id: "orange", value: [200, 50, 50]...

Hi @pmaojo Please how did you get urls params to even show on the url the first place? Thanks.

Thanks @pmaojo This is the error I got when I tried your code ``` undefined local variable or method `inmuebles_path' for # ```

@Orinameh Are u using prax? If you are not using prax. I suggest you use it. It makes following the book easier. Else you remove "constraints: { subdomain: 'api' }"...

@Orinameh @lesreaper This is what worked for me: ``` ruby require 'api_constraints' MarketPlaceApi::Application.routes.draw do resources :articles mount SabisuRails::Engine => "/sabisu_rails" # devise_for :users namespace :api, defaults: { format: :json },...

Seem like this gem does not work with spree.

@scsirdx I'm facing this issue too. Decided to start storing my images on mongo. Are you using S3 for production? If you are, how did you solve the problem?