search for: torquebox

Displaying 4 results from an estimated 4 matches for "torquebox".

2012 Dec 20
0
Testing Torquebox scheduled jobs with rspec
Hi everyone, I am using Rspec for testing in a Ruby on Rails application for a client. We are using Torquebox and he asked me to created a Torquebox scheduled job [1], but I can''t find any information on how to write tests for it. Can anyone help me? Best regards, Daniel Sousa 1: http://torquebox.org/documentation/current/scheduled-jobs.html -- You received this message because you are subscr...
2013 Feb 22
3
Deploying from Windows to Linux?
I''ve been developing my rails app in Windows. The app connects to SQL Server database using the sqladapter gem and through ODBC. I know that the recommended platform for production would be Linux. Whether its possible to deploy my app to Linux? If yes, how hard would that be? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2012 Jun 26
0
Request for Feedback - What do you want in an ENC
...*What am I building?* Right now my focus is on building the best ENC service/api possible. This will be a combination of a new data and classification services. Details on the classification service can be found here: https://github.com/kelseyhightower/puppet-classifier (Ignore the bits about TorqueBox, it''s only used for prototyping. Final version will be a simple Sinatra application targeted at Ruby 1.8.7+) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/...
2010 Jul 08
2
Rails on BSD
I had this problem too. After searching all day I found a solution. On BSD you need to have a converter installed. /usr/ports/converters/ruby-iconv/ sudo make install clean However, that did not solve the problem for me until I found this post: "Just change RUBY_DEFAULT_VER?= in /usr/ports/Mk/bsd.ruby.mk from 1.8 on 1.9." I removed the ruby-iconv and reinstalled it and problem is