jrubyonrails
jruby multipart post fails for files larger than 800k or so
I have a jruby application deployed using glassfish-gem with an apache front end.When I do a form post of a file it fails on files over a certian size, seems to be around 800k.The error is below if it[详细]
2023-01-23 02:31 分类:问答Tomcat possible way that don't load TOMCAT JAR from JAXB before my Web Application built in JRUBY
I get this error on my application when i try to run in \"Tomcat\", in WEBrick works fine: SEVERE: Application Error[详细]
2023-01-21 17:12 分类:问答jRuby and Problems with Warbler, RVM, and Tomcat
I\'ve been having a tough time getting jRuby on Rails 3 deployed on Tomcat 6. I got it to work exactly once.[详细]
2023-01-19 15:10 分类:问答JRuby on Rails: Using custom Java classes in your Rails app
I just started with JRuby on Rails and absolutely love it. I know how to use current classes within the Java API in my Rails app, but if I wanted to create a new custom class written in purely Java co[详细]
2023-01-19 13:44 分类:问答Compile a jruby on rails application to a jar?
Is there开发者_StackOverflow中文版 a quick way to pack a jruby on rails application into a jar?[详细]
2023-01-17 07:49 分类:问答Struts vs. [j]Ruby on Rails
I\'ve spent the last 9 months using Ruby on Rails exclusively. I\'ve been asked to join project and they are currently using Struts with Tomcat. I\'ve done Java in the past and vowed ne开发者_如何学G[详细]
2023-01-15 03:45 分类:问答What do I need to know about JRuby on Rails after developing RoR Apps?
I have done a few projects using Ruby on Rails. I am going to use JRuby on Rails and hosting it on GAE. In that case what are the stuff that I need to know while developing JRuby apps. I read that[详细]
2023-01-14 08:41 分类:问答jruby on rails missing mysql-adapter
I am deploying a JRuy on Rails app to a Tomcat instance and get the following error when I try to pull up the app in aWeb browser:[详细]
2023-01-14 05:36 分类:问答wrong # of arguments(0 for 1)
Here is my Test model code: require \'rubygems\' require \'composite_primary_keys\' class VamTest < ActiveRecord::Base[详细]
2023-01-13 10:06 分类:问答How do Rails and Jruby relate?
Background: I have a java library that is accessed by many developers - usually vi开发者_运维问答a java. However, a few devs hope to access this via a Ruby API. I am gravitating in the direction of Jr[详细]
2023-01-09 13:06 分类:问答