jrubyonrails
Recommended way to structure rspec modules?
I have a rails app, plus code in 开发者_StackOverflow中文版lib.I have the spec directory under RAILS_ROOT.[详细]
2023-02-09 13:53 分类:问答Question testing rails post
Using Rails 3.0.3. I ha开发者_如何学编程ve the following route in routes.rb: match \"user/create_new_password/:reset_password_key\" =>\"users#create_new_password\", :via=>[:get, :post], :as=>:crea[详细]
2023-02-09 06:59 分类:问答Make JRuby inherit Java proxy settings
I would like to make HTTP requests from Rails code running on top of JRuby. How can I make it to re-use http.proxyHost, http.proxyPort and http.nonProxyHosts settings, gi开发者_如何学Cven to JVM run[详细]
2023-02-07 07:38 分类:问答Problem deploying a Rails application to tomcat with warbler - undefined method 'getProperty'
I\'m trying to deploy our app to a standalone tomcat 5.5 on hardy. The resulting war file is unpacked (correctly as it seems) but won\'t load and gives me the following error:[详细]
2023-02-04 22:29 分类:问答Environment Variables or YAML config files
The background: Step 1 -> We have a box that runs unit and functional tests of an application by running it in test mode with a specific configuration.[详细]
2023-02-04 20:40 分类:问答Linux Cron Job or any job scheduler of Rails. Which is better for automated deployment?
I would like to know which of the options is better and why? * Linux Cron Job * Background job scheduler of rails. (What plugin helps me in this is yet another question!)[详细]
2023-02-04 14:51 分类:问答Tomcat memory profilers
Can someone suggest a good tomcat memory 开发者_开发问答profiler? (I am trying to profile the memory usage of a JRuby on Rails app deployed on a Tomcat instance in a Windows machine).You can use Visua[详细]
2023-02-04 05:26 分类:问答DB Migration and Callbacks [JRuby 1.5.2 or Rails 2.2.3]
The Background We have a rails migration script as below: ... ... 0011_update_column1_for_internal_projects.rb[详细]
2023-02-03 22:06 分类:问答rails app load testing with jmeter
I am trying to load test a rails app with jmeter but have not gotten pass login. In application_controller I commented out protect_from_forgery so as not to have to use the authenticity_token.[详细]
2023-02-02 20:53 分类:问答jRuby/Glassfish won't recognize installed gems (Rails Application)
When I try to launch my Rails application using jRuby, it says I need to install rails 2.3.8 which is already installed.These are the commands I used and their errors:[详细]
2023-02-02 01:39 分类:问答