Hacker Newsnew | past | comments | ask | show | jobs | submit | prognostikos's commentslogin

It may be marked as Beta, but I've been using https://developer.1password.com/docs/environments/ since October-ish with no issues.


I'm pretty sure this uses FIFO under the hood, that's a smart idea !


Thanks for mentioning this, a coworker also pointed me to that feature after reading my post. I've since updated the top of the post with two things that stood out to me in the feedback here and on lobste.rs


I also avoid `NotImplementedError` as it inherits from `Error` instead of `StandardError`. This can bring down services like job queue processors that rescue `StandardError`.


FWIW we are evaluating Lago and have had great interactions with the team. They are very customer focused and iterating fast.


You can do 95% of this (excluding Apache configuration) automatically with Rails templates.

My example is here https://github.com/prognostikos/rails_templates/blob/master/... and if you search github you can find many more.

Use with 'rails new yourapp --template=path/to/template'


@prognostikos - thanks man. I saw your template and came across a few others. I came across this gem (https://github.com/kfaustino/rails-templater) I might give it a go. I understand about 85% of your script so I am definitely going to try and create my own from all this inspiration.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: