Background: I want to deploy a small JRuby-On-Rails-Application using warblers executable war, so I can just drop the .war-file and everyone can run it with java -jar app.war.
I have some trouble packing my JRuby-application with warbler and running it. I\'ve created a simple sqlite3-app with one model which works fine when running via jruby -S rails s.
I have an app which uses the amazon web services.The app is installed with jruby on rails.I have to use java开发者_如何学Python aws sdk for calling amazon web services.
I am using the NetBeans IDE 6.9.1 for working on a JRuby on Rails application I inherited. Due to security requirements, I am attempting to force SSL for the entire application. Following the recommen
I am trying to use attachment_fu + image science on jRuby-1.5.2 and Rails 3. I have followed the attachment_fu docs. However, when I upload the form form the browser, i get an error on validate_as_att
In my rails application there exists a controller helper which is a Module (not a Class) with lot of helper methods defined in it. I wish to write unit test cases for this before I do code refactoring
I have a rails application deployed to tomcat, the code has been compiled to java classes and packed开发者_如何学编程 to a war file. And I\'m wondering, is there a way for me to run rake tasks as I al
I\'m deploying my Rails 3 application to a Tomcat 6 server. I\'ve been using warble to package my project up into a war file and so far have not had any troubles, until now. I just added a cache_sweep
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I maintain a Ruby-on-Rails website (actually running JRuby 1.5.5, Rails version 2.3.10) and am seeing something fairly strange. A certain controller action is causing an exception in the logs, when ac