Displaying 7 results from an estimated 7 matches for "ivorpaul".
2007 May 17
1
exec format error
Hi
I have been using backgroundrb version 0.1 for a while. Unfortunately, I
have to develop on windows :(
It has worked fine for a while. However, this morning I started up and old
app that worked fine and get this error.
exec format error
from running --trace I see that the error comes from backgroundrb_tasks.rb
line 59 which reads:
59 `#{scripts_src}/start -d`
Here is the context.
desc
2007 Feb 14
1
cron like behaviour?
Hi
I have previously used railscron for server-side manipulation of the
database but had a heap of trouble working with it.
BackgrounDRB was suggested to me by a friend.
I upload some files via acts_as_attachment and these go lie in a dir
structure that i desire. What I want from the background process is to
periodically (not user initiated) do some file-structure manipulation i.e. I
want to
2006 Jul 05
0
ActionMayday! Sends from Console, but not from App
I''ve got active_rbac installed and its not sending registration mails?
I''m using delivery_method :msmtp, since my mail server usese TLS, when I
call
RegistrationMailer.deliver_confirm_registration(user, ''a'')
from the console, it works perfectly,
but when I call it from within my app, say in one of the controllers,
the log shows it as having gone through, but
2007 Aug 23
0
active scaffold polymorphic model
Hi
I am trying to use active scaffold to build a polymorphic model .
I have a number of models that can be featured and I have a Feature model
that belongs_to :item, :polymorphic => true
In my config.columns I include :item_type and item_id, I also added
:item_name to show the name of the record in the form.
In the form, when a type of model is selected I populate the select box for
2007 Dec 13
0
acts_as_attachment -> attachment_fu, db_system -> file_system
Hi
I currently have an app running with acts_as_attachment and db_system. I
would like to convert it to attachment_fu and file_system.
Has anyone done this? Are there any pitfalls? I am aware that the change
from acts_as_attachment to attachment_fu is just a matter of replacing the
plugins, but I am wondering about the switch from db_system to file_system.
Is it as easy?
Just fishing for
2008 Jan 21
1
shared sessions and rails2
Hi all
How would you go about sharing a session between two rails2 applications? I
am using restful_authentication.
A point in the direction of some relevant blogs would also be a great help.
Regards
Ivor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group,
2008 Jun 06
1
fusion charts plugin?
I have to develop a reporting component for an application.
I would like to use fusion charts. Does anyone know if there is a handy
fusion charts plugin out there? I couldn''t find one although I did find
these 2 posts on the topic.
http://blogs.tech-recipes.com/johnny/2006/08/29/ruby-on-rails-beautiful-charts-made-easy-using-flash-with-rails-rxml-templates/