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

tempdir generator ordering issue #31282

Closed
calebhearth opened this issue Nov 29, 2017 · 1 comment
Closed

tempdir generator ordering issue #31282

calebhearth opened this issue Nov 29, 2017 · 1 comment

Comments

@calebhearth
Copy link
Contributor

Steps to reproduce

(Guidelines for creating a bug report are available
here
)

rails new rails52

Expected behavior

Tell us what should happen

The active storage generator is being run before the generator making tmp dirs, meaning the generator making the tmp dir itself is not needed.

Actual behavior

Tell us what happens instead

# clipped
      create  storage
      create  tmp/storage
       exist  tmp # <--- This should be moved before tmp/storage, or not run.
      create  tmp/cache
      create  tmp/cache/assets
#clipped

System configuration

Rails version: 5.2.0-beta2

Ruby version: ruby 2.4.2

@calebhearth
Copy link
Contributor Author

Oh, in case it's relevant my ~/.railsrc is:

--skip-bundle
--skip-test-unit
--database=postgresql
--skip-keeps
--skip-spring

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

No branches or pull requests

1 participant