sabisu-rails
sabisu-rails copied to clipboard
Simple and powerful engine for exploring your Rails api application
Bundler could not find compatible versions for gem "activemodel": In snapshot (Gemfile.lock): activemodel (= 5.2.0) In Gemfile: rails (~> 5.2.0) was resolved to 5.2.0, which depends on activemodel (= 5.2.0)...
I have added the following to my `Gemfile`: ```rb gem 'sabisu_rails', github: "IcaliaLabs/sabisu-rails" gem 'compass-rails' gem 'furatto' gem 'font-awesome-rails' gem 'simple_form' ``` And I get the following error: ``` Bundler...
Hey everybody. I got a error when i try to make api on raill follow this book [http://apionrails.icalialabs.com/book/]([.](http://apionrails.icalialabs.com/book/)) Please help me. And I found the same roblem at issues #30...
Hi there, trying to add to Gemfile following the tut, but no luck, keep erroring like `Bundler could not find compatible versions for gem "activemodel": In snapshot (Gemfile.lock): activemodel (=...
Full trace: /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/protocol.rb:153:in `read_nonblock' /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/protocol.rb:153:in`rbuf_fill' /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/protocol.rb:134:in `readuntil' /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/protocol.rb:144:in`readline' /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/http/response.rb:39:in `read_status_line' /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/http/response.rb:28:in`read_new' /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/http.rb:1406:in `block in transport_request' /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/http.rb:1403:in`catch' /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/http.rb:1403:in `transport_request' /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/http.rb:1376:in`request' /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/http.rb:1369:in `block in request' /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/http.rb:852:in`start' /usr/local/rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/net/http.rb:1367:in `request' httparty (0.13.1) lib/httparty/request.rb:93:in`perform' httparty...
I'm going through the API tutorial published by Icalia that recommends using this gem. It's a great resource, but I haven't been able to use sabisu correctly. I'm currently in...
This means it should deliver better error messages when no endpoint exists or server errors and so on 
This is a nice to have, just to give more information to the developer