Slipping Rails3 into the enterprise
posted by Geoff Ford on 31 Jan 2011
Today I realised that one of our new quality monitoring applications, Sonar, which we deploy to a Tomcat server, is actually a Rails application. This intrigued me a lot. We have a very heavy Java culture at work, whilst I have a backgound in, shall we say, simpler, less enterprisey technologies. This lead me to figure out how easy it was to get Rails up and running on JRuby.
JRuby
We'll install Ruby along side of JRuby, but we will stick to Ubunutu's currently supported 1.8 as this is compatiple with JRuby. This way we can develop ...