-
Notifications
You must be signed in to change notification settings - Fork 152
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
Deprecation Warning in fresh project #170
Comments
The deprecation of |
I poked around in pry(-byebug)/irb and probably found the same trouble, a dependency cycle where to access the data we want, we would already need an active configuration loaded, given as a parameter to those functions. So I just added a string literal, included internally, with the current, commonly expected default. Maybe another time I can have it stop making an empty db directory in the project root next O_o.. |
I would try with the latest standalone migrations. I setup the test project you mention above and after running |
Finally updated to 7.1.2, wasn't before for some reason.. Tried creating a minimal scenario to show the problem I was still having, but I guess that is stuck by #153 still?. I say that because of the command mentioned in this issue, but even having that basic, single-database configuration and issuing project-recommended commands show the same failure, and I don't see other issues explaining my current problem:
|
You should be creating a file called I followed the exact same steps you listed above and it worked for me using the correct filename. |
That fixed it.. Also checked my other situation. Once I actually got the gem updated I don't see any issues there either now besides that folder still being created. Searching |
I'm trying to start a new project that uses ActiveRecord but not Rails. I am looking at the README here as well as following suggestions from this web page. When I do
bundle exec rake --tasks
I get the following warning:Gemfile:
Rakefile
db/config.yml
I will try to dig into this myself but I've not done Ruby projects since about 2018 so I'm much slower at digging into a debugging things than I use to be.
The text was updated successfully, but these errors were encountered: