Re: [Rails] jruby vs ruby
On 21 September 2012 13:16, Mauro <mrsanna1@gmail.com> wrote:
> On 21 September 2012 13:07, avinash behera <aavinash.behera@gmail.com> wrote:
>> Will there be any affect on ruby code if we change from ruby to jruby ?
>
> I think no, you have to control your gems, if you use jruby you have to add:
>
> # the javascript engine for execjs gem
> platforms :jruby do
> group :assets do
> gem 'therubyrhino'
> end
> end
To create a new app using jruby for rails 3:
jruby -S rails new myapp -m http://jruby.org/rails3.rb
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home