使用bundler创建虚拟rails应用程序以进行gem开发?

时间:2023-01-05 00:20:01

I'm using bundler for gem development, now I need a dummy rails app (usually in the test folder) for testing, there is a way to create a dummy rails app with bundler?

我正在使用bundler进行gem开发,现在我需要一个虚拟rails应用程序(通常在测试文件夹中)进行测试,有一种方法可以用bundler创建一个虚拟rails应用程序吗?

1 个解决方案

#1


3  

Just create it with the usual rails new command.

只需使用通常的rails new命令创建它。

#1


3  

Just create it with the usual rails new command.

只需使用通常的rails new命令创建它。