Nader Akhnoukh

Results 24 comments of Nader Akhnoukh

@jiayihu & @OKNoah your solutions have got me on the right path, but I'm still seeing one issue. I have a common directory as a peer to my CRA project....

@jiayihu let me give a little more detail. I have a monorepo with multiple CRA projects. There is also a common directory with shared components. The common directory is just...

Thanks @jiayihu . This pattern works great for other projects, including Expo projects importing shared components. It's just CRA apps that I can't get configured correctly...

I had to rename files. I couldn't get the cache busted

Thanks @oxyii. For any Expo users `expo start -c` does the trick in Expo SDK >= 33

If I put the options first: rails g nifty:scaffold --skip-model --skip-migration --haml home index then I get this: "No value provided for required arguments 'model_name'" Actually I believe this is...

I just noticed the 'require "test_helper"'. You should be able to remove that. It's an integration test. So if you put in test/integration and run a rake test:integration it should...

OK, I created a very simple app that illustrates the problem: http://github.com/iamnader/envjs-subdomain-example From the README: == ENVJS SUBDOMAIN EXAMPLE This is a very simple app that illustrates this bug in...

Excellent. I was actually testing envjs, it was just set as the default driver in the test_helper file. I would prefer to always use it, I only use Selenium right...

OK, I pre-bumped the version # to 0.1.7, and installed the gem. My gemfile: source 'http://rubygems.org' # Rails essentials gem 'rails', '3.0.0.rc' gem 'ruby-debug' # Testing group :test do gem...