[Rails] Problem on Firefox and :disable_with on remote forms (ajax) when using jQuery

2010-10-15 Thread meefs...@googlemail.com
Hi, I'm not sure if I found a bug, or if I'm doing something wrong. Here is what happens: We're using Rails 3.0.1 with jQuery instead of Prototype. When we create a simple ajax form (using :remote = true) and use :disable_with on the submit button, it works. As a result of the Ajax call we use

[Rails] Rails 3 - rails runner doesn't work here

2010-02-27 Thread meefs...@googlemail.com
Hi, I'm currently playing with Rails 3 (I'm new to rails, coming from PHP background). Everything works good so far, until yesterday, when I tried to setup a cronjob. The most common way to starting regular jobs seems to be using rails runner, right? So, as a test I've created a class Mytest in

[Rails] Re: Rails 3 - rails runner doesn't work here

2010-02-27 Thread meefs...@googlemail.com
Hm, seems to be a problem in the older rails beta (the one you install with 'gem install rails --pre'). With rails -v = Rails 3.0.0.beta1 the error disappears ;-) Regards Christian -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post

[Rails] New project in Merb or Rails?

2009-04-10 Thread meefs...@googlemail.com
Hi, I'm going to create a new web application. Currently I did all my applications with PHP/Zend Framework, but I want to explore new things, so I want to give Ruby and Rails/Merb a try. :) So I've learned the Ruby basics and now I'm questioning myself if I should start developing using Merb