Daniel Martin

Results 11 comments of Daniel Martin

I had to look into this for another project so I figured you may be able to use bits or all of it, whatever works for you.

Cool, I have implemented this already. Will send a pull request just in case it makes things any easier on your side.

good news @JJK96 /cc @aapomm https://github.com/dradis/dradis-ce/pull/1234

I think the right way around this problem is to make sure all dependencies are in vendor/cache/. The whole point of ./vendor/cache/ is to make sure the repo is self-contained...

I just committed to my copy of the repo two files in the examples/ directory. Following @ryanb's suggestion in the tracker, the server detects whether the user-provided name already exists...

Thanks for your help on this @felixbuenemann we're in Rails 5.0.1 and will upgrade to 5.1 as soon as it's out, I'm really not sure what a good workaround would...

Unfortunately `#update_attributes` (which we use) is now [just an alias](http://apidock.com/rails/v4.2.1/ActiveRecord/Persistence/update_attributes) for `#update`. And following the steps in the description of this issue (e.g. letting Rails generate the scaffold, the controller...

We've made some progress and added a https://github.com/dradis/dradis-ce/blob/develop/Dockerfile any thoughts?

we're currently offering updated CE images via docker registry: https://hub.docker.com/r/dradis/dradis-ce Going to close for now, but feel free to re-open if you spot any issues with our https://github.com/dradis/dradis-ce/blob/develop/Dockerfile

there's been a lot of recent work on the Docker front, if you want to give this another try...