Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的本地 mac 上运行一些网络抓取例程,但是默认的 rails 服务器很快消耗了超过 1 gig 的内存(只有一个请求运行了 5 小时)。有没有更适合这个的服务器?
这是一个网络机器人。导轨太重了。
使用 Nokigiri 的脚本就足够了。您可以设置 cron 来运行脚本。
如果你想要更高层次的东西,Capybara 可以做,即使它主要是为了测试。