Daniel Jacob Archer

Results 20 issues of Daniel Jacob Archer

Looks like you're still using attr_accessible in the gem, so I'm getting this error in the rails console: ``` irb(main):001:0> BetaInvite::BetaInvite.all RuntimeError: `attr_accessible` is extracted out of Rails into a...

## Expected behavior We expect counts to be super fast and optimized for performance. ## Actual behavior Counts end up being 5+ minutes long, slowing our database to a crawl....

I'm trying to setup a relation between a Company, and the Media that is associated with the Company, and I'm having trouble finding how to store the parent id on...

For example: ``` security_definitions: { ResourceOwner: { type: 'oauth2', description: 'OAuth 2 with the password grant flow', flow: 'password', tokenUrl: -> {|request| "#{request.host}/api/v1/oauth/token"} } } ``` When using Swagger UI,...

Is it possible to have Grape and Grape::AMS auto-generate swagger documentation the same way that [Grape-Swagger-Representable](https://github.com/ruby-grape/grape-swagger-representable) or [Grape-Swagger-Entity](https://github.com/ruby-grape/grape-swagger-entity) do?

question?

I've tried getting it to serialize ActiveModel errors, but to no avail. Here's what I've got going on.. I've tried both of these for good measure. ``` # /api/v1/defaults.rb error_formatter...

bug?

![partially open chart](https://photos-6.dropbox.com/t/1/AADlCRgG4-ZWlec5iL1fIr-j_BSznnlRTH8noOaQqBBYoA/12/10785800/png/1024x768/3/1414706400/0/2/Screenshot%202014-10-30%2013.36.44.png/TmQwu-0U_yR_knrghmR2kUtR7H3wIDu9abdP6gBJjhA) I want to replicate something like this. Any suggestions on how to do the math for drawing the circle? Thanks!

enhancement

**Describe the bug** A clear and concise description of what the bug is. Deploying with Heroku Container Registry fails to start **To reproduce** Following Heroku [instructions](https://devcenter.heroku.com/articles/container-registry-and-runtime#pushing-an-existing-image) to deploy using the...

I'm trying to use the Paperclip sample code and adapt it for using ActionMailer. It seems like something is getting lost between creating a Tempfile and storing it as an...

For example, if most of the image is white/gray/black, but there's a small or huge pop of pink or blue, can I grab just that pink or blue?