Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Experimental] Add emberjs support (#356) #371

Merged
merged 1 commit into from
Apr 16, 2022
Merged

[Experimental] Add emberjs support (#356) #371

merged 1 commit into from
Apr 16, 2022

Conversation

donrestarone
Copy link
Contributor

@donrestarone donrestarone commented Apr 15, 2022

  • infra for ember + ember cli for rails

  • ember entrypoint for running ember scripts

  • basic ember support, but need to do a ton more work for it to be ready

  • fix URL resolution

  • remove unneeded container

  • fix jquery issue by using initializer

  • fix routing

  • basic ember demo

  • fix routing, now need to fix route model loading in nested route

  • basic ember data implementation;

  • pass dynamic ids instead of model

Scripts:
to install and compile ember

docker-compose run --rm solutions_app rake ember:install && docker-compose run --rm solutions_app rake ember:compile

* infra for ember + ember cli for rails

* ember entrypoint for running ember scripts

* basic ember support, but need to do a ton more work for it to be ready

* fix URL resolution

* remove unneeded container

* fix jquery issue by using initializer

* fix routing

* basic ember demo

* fix routing, now need to fix route model loading in nested route

* basic ember data implementation;

* pass dynamic ids instead of model

Co-authored-by: donrestarone <[email protected]>
@donrestarone donrestarone merged commit 3edef59 into master Apr 16, 2022
@donrestarone donrestarone deleted the rc branch April 16, 2022 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant