pitr-ch has quit [Read error: Connection reset by peer]
yfeldblum has joined #jruby
brauliobo has joined #jruby
pitr-ch_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pitr-ch has joined #jruby
dinfuehr has quit [Quit: Leaving...]
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ITXpander has joined #jruby
nateberkopec has joined #jruby
skade has joined #jruby
nateberkopec has quit [Ping timeout: 245 seconds]
pitr-ch has joined #jruby
temporalfox has quit [Remote host closed the connection]
temporalfox has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
guilleiguaran__ has quit [Ping timeout: 260 seconds]
guilleiguaran__ has joined #jruby
ITXpander1 has joined #jruby
ITXpander1 has quit [Client Quit]
fidothe has quit [Ping timeout: 260 seconds]
fidothe has joined #jruby
ITXpander1 has joined #jruby
ITXpander has quit [Ping timeout: 260 seconds]
shellac has joined #jruby
ilmaisme has joined #jruby
<ilmaisme>
hai guys, pardon my English and my amateurism
<ilmaisme>
i have a question, i want to install jruby since i want to brought up my test application based on Ruby on Rail in hosting (Heroku)
<ilmaisme>
my machine is Windows 7 64 bit
shellac has quit [Quit: Computer has gone to sleep.]
<ilmaisme>
i have downloaded jruby_windows_9_0_4_0.exe and double click to install it, but it went freeze and do nothing. I have restart my computer and double click again the installer but nothing happen. I don't have idea what the problem is. Thanks guys, for reading my chat :)
nateberkopec has joined #jruby
shellac has joined #jruby
nateberkopec has quit [Ping timeout: 245 seconds]
vtunka has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
waka has quit [Remote host closed the connection]
waka has joined #jruby
waka has quit [Remote host closed the connection]
shellac has quit [Quit: Computer has gone to sleep.]
brauliobo_ has joined #jruby
brauliobo has quit [Ping timeout: 245 seconds]
pitr-ch_ has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
<GitHub25>
[jruby] pitr-ch commented on commit 7091d23: :+1: http://git.io/vRo4r
nateberkopec has joined #jruby
vtunka has joined #jruby
yfeldblum has quit [Ping timeout: 260 seconds]
mkristian has joined #jruby
cschneid has joined #jruby
nateberkopec has quit [Ping timeout: 260 seconds]
cschneid has quit [Ping timeout: 260 seconds]
skade has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
pitr-ch_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yfeldblum has joined #jruby
skade has joined #jruby
skade has quit [Client Quit]
rsim has quit [Quit: Leaving.]
<chrisseaton>
ilmaisme: it looks like you've gone - but if you do see this then you may need to wait until later in the day US time, when most of the core team wake up
<chrisseaton>
ilmaisme: I don't know anything about the Windows installer myself, sorry
nateberkopec has joined #jruby
nateberkopec has quit [Ping timeout: 260 seconds]
guilleiguaran__ has quit [Ping timeout: 264 seconds]
guilleiguaran__ has joined #jruby
skade has joined #jruby
Naidu has joined #jruby
<Naidu>
hi all
<Naidu>
how to integrate jruby with idea
<chrisseaton>
Naidu: what exactly do you want to do? You should be able to open the JRuby codebase in IDEA as-is - or do you want to do something else?
yfeldblum has quit [Ping timeout: 246 seconds]
nateberkopec has joined #jruby
nateberkopec has quit [Ping timeout: 246 seconds]
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
<Naidu>
i am new to jruby....so i have integrate jruby.exe with jetbrains ide
nateberkopec has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
<chrisseaton>
Naidu: I'm not sure what you mean by 'integrate' - what are you trying to achieve?
bbrowning has joined #jruby
bruceadams has quit [Ping timeout: 264 seconds]
bruceadams has joined #jruby
brauliobo_ has quit [Ping timeout: 246 seconds]
brauliobo_ has joined #jruby
mkristian has quit [Quit: This computer has gone to sleep]
<bascule>
concurrent-ruby: so much better than Celluloid!
rsim has joined #jruby
pitr-ch has joined #jruby
<Papierkorb>
yeah concurrent-ruby is fantastic
<Papierkorb>
waaay too easy to use :)
<bascule>
concurrent-ruby has been nothing but bugs and sadness for me so far
<Papierkorb>
bascule: can you update the issue ticket to show the code which gets you the error?
bbrowning is now known as bbrowning_away
<bascule>
Papierkorb: there you go
<Papierkorb>
bascule: interesting. I have no affiliation with the project, but where I use it I don't have Rails nor Sprockets, so yeah :|
<bascule>
I would expect this breaks Sprockets 3.5 for every JRuby user
<bascule>
and by extension, Rails
<bascule>
as anyone using Rails is probably using Sprockets
<Papierkorb>
yup
<bascule>
also I really, really, really hate Sprockets with a passion
<bascule>
definitely wins my vote for "worst Rails misfeature"
<Papierkorb>
Mh. can't really complain about sprockets. But, I never really interacted with it
<bascule>
worse than Turbolinks
<bascule>
worse than webconsole
<bascule>
it was designed completely wrong
<bascule>
they should've built it on top of Rake
<bascule>
instead they decided to create a build system with ostensibly no prior knowledge of how build systems work
<bascule>
what's toposort?
<Papierkorb>
Well okay, I add my preprocessor to sprockets to convert Haml -> JS template for Opal with some extras, but that's just a single add_whatever call
<bascule>
(hint: it's built into the Ruby standard library)
<bascule>
Rails has this problem with people's weekend hobby projects somehow becoming essential tooling everyone is forced to use
<bascule>
and I can confirm downgrading Sprockets to a version that doesn't use concurrent-ruby (3.4.x) fixes the problem
<bascule>
Sprockets (and by extension, Rails) is broken on the latest version on apparently all JRuby
<bascule>
seems bad
<chrisseaton>
bascule: ok, we can work on that
<chrisseaton>
bascule: did you have other issues? you sound like you've had lots of problems
<bascule>
chrisseaton: the other one got fixed (I think by headius reporting it)
donV has quit [Quit: donV]
<bascule>
ThreadPoolExecutor was using reflection to dynamically locate a method each time work was dispatched, creating a dynamic method handle, and throwing it away
<bascule>
which was very, very slow
<chrisseaton>
ha ha sounds like the usual Ruby approach to things
<bascule>
:D
jmimi has quit [Ping timeout: 256 seconds]
mkristian_ has quit [Quit: This computer has gone to sleep]
skade has quit [Ping timeout: 250 seconds]
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jmimi has joined #jruby
skade has joined #jruby
hobodave has quit [Quit: Computer has gone to sleep.]
nateberkopec has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
<GitHub170>
[jruby] chrisseaton pushed 1 new commit to truffle-head: http://git.io/vRXPz
<GitHub170>
jruby/truffle-head 1cd2a04 Chris Seaton: [Truffle] Restore original jt build implementation.