Trip Shanti
Trip Shanti
This works fine without Bullet. ``` class Registration < ActiveRecord::Base has_many :members end class Member < ActiveRecord::Base belongs_to :registration end ``` And then when I run ```ruby Member.first.registration ``` It...
Installed the gem, updated the formtastic.rb, add the CSS requirement, rebooted my server -- .. but the .label classes are still being added. Any ideas?
I'm trying to migrate from POW, but lets give Invoker the benefit of the doubt and greenfield a new app `rails create newapp && cd newapp`. I did.. ``` gem...
There is something incorrect about the syntax. ``` api.shares => {"total"=>0} ``` But if I do ``` api.add_share(content: "hi") Faraday::ClientError: the server responded with status 400 ``` But respectfully so,...