Andrew Koch

Results 4 issues of Andrew Koch

I have a new Rails 4.2.1 app, followed usual Readme setup with Gemfile and placed "include ActiveUUID::UUID" line in my model. However, every time I run specs or rails console,...

this line: https://github.com/remiprev/her/blob/master/lib/her/model/associations/has_many_association.rb#L55 shouldn't that be checking if a foreign_key is declared on the association? and if so then use that key/attribute? we use UUID for our external keys, the...

see gits here https://gist.github.com/1469862

the issue appears with the includes in the controller class Api::V2::AppointmentsController < ApplicationController include ::Roar::Rails::ControllerAdditions include ::Roar::Rails::ControllerAdditions::Render # GET /api/v2/appointments/:id def show @appointment = Appointment.first if @appointment # render json:...