james-ai

Results 10 comments of james-ai

Hi guys, I've run in to this problem today. I'm working on setting up dashing-rails at the moment so if anyone can provide me with any info I can take...

Thanks @gottfrois. I'll have a look at this once I'm back in the office.

Seems that by default uglifier will mangle variable and function names. The documentation seems to suggest that you can do something like ``` ruby config.assets.js_compressor = Uglifier.new(mangle: false) # Uglifier.new(:mangle...

Sorry for the long wait. Nothing comes to mind immediately. I won't have much time to look at this in the coming weeks but if you leave any thoughts on...

I'm experiencing the same behaviour. **OS:** Amazon Linux 2017.09 **Ruby:** 2.4.2p198 **Puma:** 3.11.2

@madleech unfortunately not, and I haven't been given time to look into it in a while. Are you experiencing the same issue?

@simi Project here https://github.com/james-ai/test_project It has a single test. Oddly enough even declaring `@gray-lighter` in `sidebar.css.less` still causes the test to fail. That is the only variable used that I...

Hi @simi, wondered if you had a chance to look at this? Thanks, James.

To clarify, I have to remove the `unique_constraint` lines from `schema.rb` completely. `scaffold` will still try to read the attributes if they are commented out like this: ```ruby # t.unique_constraint...