Hi Sergio PS C:\prj4rails\rnd> rails restart rails aborted! NameError: uninitialized constant ActionDispatch::Routing::ACTIVE_SCAFFOLD_CORE_ROUTING Did you mean? ActiveScaffoldExport C:/prj4rails/rnd/config/application.rb:7:in `<top (required)>' C:/prj4rails/rnd/Rakefile:4:in `require_relative' C:/prj4rails/rnd/Rakefile:4:in `<top (required)>' bin/rails:4:in `require' bin/rails:4:in `<main>' (See full trace by running task with --trace
On Sat, 9 Apr 2022 at 18:59, [email protected] <[email protected]> wrote: > Hi Sergio > > Now trying to migrate a 5.01rc/mysql 5.714 app to rails 7 > Stuck at mysql2 0.53 gem wgich does not support Ruby2.7 (needed for rails > 7) > > The last version of mysql2 (>= 0) to support your Ruby & RubyGems was > 0.5.3. Try installing it with `gem install mysql2 -v 0.5.3` > mysql2 requires Ruby version >= 2.2, < 2.7.dev. The current ruby > version is 2.7.5.203 > > Not familiar with sqlite3. > How to migrate from mysql 5.714 to sqlite 3 in Rails 7.x ? > > On Saturday, 9 April 2022 at 14:43:28 UTC+8 CCH wrote: > >> Hi Sergio >> >> Wonderful. Now struggling to even get Rails 7 to work. >> Can't even rails server at blog (test project) folder ... haiz >> >> On Thursday, March 31, 2022 at 5:29:59 PM UTC+8 [email protected] wrote: >> >>> El martes, 29 de marzo de 2022 4:04:27 (CEST) [email protected] >>> escribió: >>> > Hi >>> > >>> > Will there be support for Rails 7 ? >>> >>> There will be, I'm not sure when I will have time. You can help testing >>> and >>> sending bug reports, download master branch, setup Gemfile using path >>> for >>> active_scaffold, e.g.: >>> >>> gem 'active_scaffold', path: '../active_scaffold' >>> >>> Regards >>> >>> >>> -- > You received this message because you are subscribed to a topic in the > Google Groups "ActiveScaffold : Ruby on Rails Gem" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/activescaffold/PRGecx3fXNc/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/activescaffold/2cefda5f-c749-479e-a828-de060e9b2404n%40googlegroups.com > <https://groups.google.com/d/msgid/activescaffold/2cefda5f-c749-479e-a828-de060e9b2404n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/activescaffold/CADhhxhwFM-qc47gL32WDZLKSTfC21%2B0P5YX-cXAre5Q-MU%3Dd-A%40mail.gmail.com.
