Skip to content

A few missed name changes... #1

@darrenklein

Description

@darrenklein

Thanks so much for your work on this app, it's very helpful!

I just used it to rename a project, but there were a few places that I noticed the name not being changed.

  • in mix.exs, the app name under project was not changed
  • references to the original app name in the .gitignore file were not changed, such as old_app_name-*.tar
  • the app's name at the top of the README was changed, but other references to it in the README were not
  • references to the name in the config files were not changed in some places - for example, after renaming a project with some Ecto repo configurations, I had config :old_app_name, NewAppName.Repo
  • the "main" app file, lib/old_app_name.ex, was not changed, nor was the name of the directory lib/old_app_name/
  • test files were not renamed - test/old_app_name_test.exs
  • references to the old app name within other files were not changed - for example, in my Ecto repo definition files:
  use Ecto.Repo,
    otp_app: :old_app_name,
    adapter: Ecto.Adapters.DynamoDB

I'll see if I can address any of these myself and will open a PR - just documenting these here for now.

Again, thanks so much, I really appreciate your hard work on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions