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.
我将不得不将 JDBC 与旧数据库一起使用,这就是我选择 jRuby 的原因。如果我得到一本不包含 jRuby 信息的关于 ruby on rails 的书,那对我有好处吗?
是的,它会。Jruby 只是另一个 Ruby 实现,所以几乎所有在常规 Ruby 中工作的东西都可以在 Jruby 中工作。他们非常努力地让 Rails 在 Jruby 中运行得非常好 虽然目前有些 gem 不能在 jruby 中运行,但一本 Ruby On Rails 书肯定是相关的。
不过要记住的一件事是,您不能使用 JRuby 运行本机(C 代码)gem。然而,大多数流行的都有端口。