David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 7 years ago on Authentication Crash Course with Devise :

One thought would be making a CLI utility so that you can generate the files without having to add/remove the gem. This way, it would be a globally accessible thing that could easily be used on other projects.


David Kimura PRO said over 7 years ago on puma-dev replacement for pow and prax :

You may not need foreman with puma-dev since it will automatically start up your Rails app on the first request.


David Kimura PRO said over 7 years ago on puma-dev replacement for pow and prax :

Puma-dev wouldn't automatically start those services. It will just start the Rails app.


David Kimura PRO said over 7 years ago on Progressive Render :

Is the JS in your view or in the assets?


David Kimura PRO said over 7 years ago on Rails API - Active Model Serializer :

Thanks for your work with the gem!

1. I tried omitting the URL Helpers on the --api version and ran into undefined method issues.  Also, the default_url_options also failed without the url helpers.


2. This definitely would be a very specific use case. It was more of an illustration that ASM does support rendering partials. 

3. Not sure I follow.