jrubyonrails
Where to put the sqlite3-database when deploying a JRuby-On-Rails App as a war?
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.[详细]
2023-01-31 19:32 分类:问答Warbler executable won't start
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.[详细]
2023-01-31 05:05 分类:问答using aws sdk for java in Jruby
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.[详细]
2023-01-29 00:25 分类:问答Why can't my NetBeans JRuby on Rails project see the ssl_requirement module?
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[详细]
2023-01-28 13:53 分类:问答Attachment_fu issue
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[详细]
2023-01-28 03:02 分类:问答Unit testing Rails applications' controller's helper Module - How?
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[详细]
2023-01-27 12:36 分类:问答How do I run rake rake tasks in a rails app which is served by tomcat with jruby war deployment?
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[详细]
2023-01-27 01:59 分类:问答cache_sweeper method not found
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[详细]
2023-01-27 00:45 分类:问答jRuby on Rails vs Grails [closed]
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[详细]
2023-01-25 18:53 分类:问答Strange RoR problem; googlebot gets error, human sees page
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[详细]
2023-01-24 17:55 分类:问答