Adding asset compilation + Access to rails console
Asset precompilation support for Rails applications.
Will get rid of the else block and rename the asset function, also like the message difference between the docker output and builder output, but is this the template we are going to use ?
@mfojtik I have updated the PR. Pls review
looks good to me, @jwforres any thoughts about assets compilation support in the ruby base image?
What's the state of this?
@smarterclayton The state is that it should be working, although it is quite different from the ruby-19-centos image that we provide in the openshift repository.
First we get rid of the access into the rails console with the --console flag which I introduced here.
Second we re-introduced disable_asset_compilation marker from the v2 which need to by present in my-app/.sti/markers/ folder and will prevent asset precompilation if assets are already compiled