Andy Duong

Results 38 comments of Andy Duong

Not totally relative to this issue, just want to take a note here, be aware if we want to use Redis for Cache and Sidekiq 😄 ![image](https://user-images.githubusercontent.com/11751745/68361947-2eac1200-0158-11ea-8afd-9c7f32fd11d3.png)

Hi @caherrerapa first of all, currently the template doesn't support choosing the addon on the `new project` process, like `rails new test_template -m rails-templates/template.rb ADDON=docker`, so on the `new project`...

I also try to create a new project with the ADDON option, and it seems the template work as expected. https://drive.google.com/file/d/1fzEgsCT-FrFM32wcUtsc1aptIU0OUkGQ/view?usp=sharing But we don't recommend to do that because when...

While following the template, the user will have the option to choose to apply the addon or not, for example, the PhraseApp addon https://github.com/nimblehq/rails-templates/pull/231

Instead of asking for all addons, how about we separate the question for each addon group @gutakk ? ``` What would you like to use for Front-end stuff? (single choice)...

> it is a good idea if we can make sure that we have to choose only one addon for each addon groups. I'm not sure if we will have...

Might I know what is the current CSS precompile lib in the current template @malparty 🤔

DartSass allow us to separate the build - input file: https://github.com/sass/node-sass#file - outfile file: https://github.com/sass/node-sass#outfile We are using it in Phoenix project, this is the configuration from the Elixir side...

I have some concerns about the Node linter tools that we use in the development environment like - [stylelint for CSS](https://www.npmjs.com/package/stylelint) - [eslint for JS](https://www.npmjs.com/package/eslint) These tools help to keep...

@suho could you update the link for [OpenAPI Training Path](https://github.com/d76224c3480242aeb4e8c71055a76398?pvs=25) as the current link show 404 page ![image](https://github.com/nimblehq/elixir-templates/assets/11751745/a3b61bda-a229-43a5-a198-0433f5d8bb7b)