search for: rubyamf

Displaying 10 results from an estimated 10 matches for "rubyamf".

2007 Jun 26
11
mongrel not daemonizing for me..
...rvers.. can''t get it to daemonize. here is my configurator block:: config = Mongrel::Configurator.new(:host => OPTIONS[:ip]) do #debug(''/gateway.rb'',[:access,:threads]) listener :port => OPTIONS[:port] do uri("/gateway.rb", :handler => RUBYAMF::MongrelServlet.new, :num_processors => OPTIONS[:processors]) end run.join if OPTIONS[:daemon] daemonize end end Any ideas? Also I was looking in the mongrel source and see that in the daemonize method your calling Daemon.daemonize. Is that depending on some library? I d...
2011 Nov 24
2
This is not the error: ActionView::MissingTemplate
Hey everyone, I am getting the following error: Started POST "/rubyamf/gateway" for 127.0.0.1 at 2011-11-24 16:27:20 +1300 Processing by RubyamfController#gateway as */* Processing by ProjectsController#templates as */* ←[1m←[36mProject Load (1.0ms)←[0m ←[1mSELECT `projects`.* FROM `projects` ←[0 m Completed 200 OK in 34ms (Views: 3.0ms | ActiveRecord: 28...
2007 Oct 11
0
RubyAMF methods not being found - plugin not being included?
Hi, Im trying to use rubyAMF, and I installed the plugin into my vendor/plugins directory. However, it doesnt seem to be loading the active_record and action_controller utilities. There is a method in rubyAMF called "as_single!" This method is not being found in AR. Looking through the plugin code, I dont see how t...
2011 Feb 01
10
SSL problems with RoR, MySQL and Apace
Hello All - This is my first post into this forum and somewhat of a newb to RoR so I''m hoping someone can help. I currently have a RoR app that runs on Ubuntu with Apache and Mysql. There are two issues I''m having and they are causing me to bang my head against the wall. First one is RAILS_ENV: If I run ruby script/console it says that my environment is development
2007 Aug 21
7
rails truncating raw_post_data?
Has anyone ever run into any problems with rails truncating raw_post_data. My situation is this: I''m the developer for RubyAMF (wiki.rubyamf.org). Which is a flash remoting application server. With the rails plugin, it allows flash to talk to a controller and return AMF data.. So long story short, the flash player makes a request to a rails controller sending AMF binary format in the raw_post, but I''m having inco...
2009 Oct 12
0
Flash / Flex on Rails (Ruby AMF)
Hi All, I repost my message on RubyAMF group to you all because the group seems dead and i can''t get help. I hope anyone here has done Flash - Rails development can answer my question. I''m creating a Flash - Rails application. From what i know Super Simple Remote (AS3 classes) has been migrated to Guttershark since e...
2007 Aug 21
2
ActionPack raw_post_data_fix.rb#read_body bug with AMF data.
...h the "read_body" method in raw_post_data_fix.rb. This line: # Fix for Safari Ajax postings that always append \000 content.chop! if content[-1] == 0 This causes problems with Flash AMF binary format. As AMF always appends a \000 to the stream as well. I''m the developer over at RubyAMF and have been running into problems with AMF data being truncated in the Rails plugin. This is the cause of it. So can a condition be put in the method so that if the content-type is "application/x-amf" that it doesn''t "chop" the data. I''ve changed the method...
2009 Jan 18
0
ActiveResource and file uploads
I am trying to figure out how I could ActiveResource with one of my web services. I have a desktop application which basically sends and receives data to and from the server via AMF. (It is an Adobe AIR application for multiple platforms.) I''m using RubyAMF as the remoting gateway and Rails v 2.2.2 as the base of my web application. I''ve managed to get file uploads work with ActionPack and save the entries into an ActiveRecord model, but I also need to get file uploads work. After some research I couldn''t find relevant tutorial and/...
2011 Feb 26
0
[JOBS] Ruby on Rails - Back End Developer
...pact on the product. We are hiring a Ruby on Rails developer to improve the entire back end for Mixbook.com. This position will be tough, yet extremely rewarding. You will sculpt the entire back-end development of a platform used by millions of people. Role: • Work directly with the co-author of RubyAMF on Mixbook’s services architecture. • Design and implement Mixbook’s core feature set through full product lifecycle. • Make mission critical architecture decisions. • Own Mixbook Product Architecture from front to back. • Work with Co-Founders to brainstorm, design and develop customer features....
2007 Nov 28
6
Broken edge
Hi all, Not sure if I''m the only one with this problem... We''re on edge for both rails and rspec, and i just did an update... Some apparently innocuous rails stuff was updated, and then half my specs broke due to an error in rspec_on_rails: ArgumentError in ''UserController without logged in user should show the index page'' wrong number of arguments (2