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 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/2cefda5f-c749-479e-a828-de060e9b2404n%40googlegroups.com.

Reply via email to