<FromGitter>
<robacarp> Branch off of the json branch?
<FromGitter>
<Blacksmoke16> yeae
<FromGitter>
<Blacksmoke16> a lot is the same so yea...
<FromGitter>
<Blacksmoke16> mostly because i didnt want to refactor ganite_spec.cr again
<FromGitter>
<robacarp> 👍🏻
<FromGitter>
<Blacksmoke16> i see boxes :(
<FromGitter>
<vsaroha_gitlab> I have custom settings under secrets in <env>.yml files. When I try to access them in the code, the compiler complains about Nil values. Amber.settings.secrets["message_queue"] ⏎ Error in .icr_3hHziA2tpVXqOZqMeiyHdg.cr:17: instantiating '__icr_exec__()' ⏎ ⏎ puts "|||YIH22hSkVQN|||#{__icr_exec__.inspect}" ⏎ ... [https://gitte
<FromGitter>
<kolyaio> Because on producion it got different details that i set via amber encrypt
<FromGitter>
<vsaroha_gitlab> > I have custom settings under secrets in <env>.yml files. When I try to access them in the code, the compiler complains about Nil values. Amber.settings.secrets["message_queue"] ⏎ Error in .icr_3hHziA2tpVXqOZqMeiyHdg.cr:17: instantiating '__icr_exec__()' ⏎ ⏎ puts "|||YIH22hSkVQN|||#{__icr_exec__.inspect}" ⏎ ... [https://git
<FromGitter>
<jaysneg> App on production mode shows this error. Could some one help? ‘’’ERROR: Error writing file: Input/output error (Errno) ⏎ from /usr/share/crystal/src/gc/boehm.cr:71:5 in 'unbuffered_write' ⏎ from /usr/share/crystal/src/io/buffered.cr:195:5 in 'write_byte' ⏎ from /usr/share/crystal/src/logger.cr:174:7 in 'write' ⏎ from lib/amber/src/amber/environment/logger.cr:14:7 in 'log' ...
<FromGitter>
<Thellior> Did you run the migration with env variabele on production?
<FromGitter>
<Thellior> AMBER_ENV=production amber db create migrate
<FromGitter>
<jaysneg> this error appears after ssh disconnection
<FromGitter>
<ok2094> I'm a bit confused about the folder structure. The public folder is for static files like favicons, stylesheets and images, but what's the purpose of the assets folder?
<FromGitter>
<Thellior> @kolyaio @Thellior ⏎ Did you run the migration with env variabele on production? ⏎ AMBER_ENV=production amber db create migrate
<hightower3>
faustinoaq: re. Liquid, I've just added {% comment %} block as well
<FromGitter>
<robacarp> @vsaroha_gitlab what are you using for your dotenv loader?
<FromGitter>
<robacarp> @ok2094 the assets folder is for files which need compiled by another compiler, like sass style sheets or es6 files etc
<FromGitter>
<robacarp> By default amber runs an npm process which transpiles that stuff into the public folder
<FromGitter>
<ok2094> @robacarp So I could basically put everything into the assets folder and ignore the public folder?
<FromGitter>
<robacarp> I’ve never used the custom secrets section of config.yml, I’m not sure. I cant look at the source code right now but I think that looks like a bug
<FromGitter>
<robacarp> @ok2094 as long as webpack is properly configured to move the asset, sure