-
### Feature
Right now Avo supports ActiveRecord, but we'd love to have adapters for other types of connections (`mongo`, `http`, `PORO`s)
I did an exploration into this in https://github.com/a…
-
I'm having trouble implementing this code in Rails 3. I have built models per the example and setup my environments.rb and config.yml. When I run rails console >> Persona.find(:first), I get the follo…
-
This API is broken. The following are examples of the errors that are given:
person = Person.find(3808)
=> # https://cf.batchbook.com/service/people/3808/super_tags?action=index&contact_id=3808&con…
-
Like this:
gem 'rails', "2.3.5", :ignore_dependencies=>true
gem 'actionpack', "2.3.5"
gem 'activesupport', "2.3.5"
I don't need activerecord, activeresource, actionmailer.
-
Running the script for products ends up timing out due to the following error:
```
Traceback (most recent call last):
19: from ./bin/init.rb:56:in `'
18: from /home/algolia/lib/services/retrie…
ghost updated
3 years ago
-
I might need this: http://www.yiiframework.com/extension/activeresource
cebe updated
12 years ago
-
The code below makes it impossible to use Basic Auth anywhere else in your app once the lighthouse API gem is included.
Why not set self.user and self.password on the Lighthouse::Base which inherits …
-
$ gem install browsercms
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: activeresource requires activemodel (= 3.2.14); actionpack requires activemodel (= 3…
-
Hello,
I just ran into this trying to create tickets using tags - this used to work in the previous version of the gem.
API call:
Lighthouse::Ticket.create(:project_id => ,
…
-
I have a small program that once a week checks how many tickets we have in different buckets.
Since a few weeks ago I can no longer fetch the tickets from the api.
I get the following error
rake abor…