Displaying 15 results from an estimated 15 matches for "ivor".
Did you mean:
ivo
2007 May 17
1
exec format error
.../script/backgroundrb"
if File.exists?(scripts_src)
`#{scripts_src}/start -d`
else
puts "Backgroundrb is not installed. Run ''rake backgroundrb:setup''
first!"
end
end
I have recently upgraded to rails 1.2 - could that be the problem?
Regards
Ivor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070517/4e914304/attachment.html
2007 Feb 14
1
cron like behaviour?
...user initiated) do some file-structure manipulation i.e. I
want to move some of the files into different directory structures/create
symlinks from different locations.
What bugs me is how I get a worker to do_some_work without a user event.
I will greatly appreciate some pointers.
Thanks a lot.
Ivor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070214/db8e543f/attachment.html
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, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2007 Sep 24
3
Oracle Date + RoR
Hi Experts,
I''ve a model called Product where i''ve column called created_at,
updated_at
where i''ve made a query based on Oracle date format
like
date_of_created = ''23-SEP-07''
@product = Product.find(:all, :conditions => ["created_at=?",
date_of_created])
but in view its empty.
AND EXPERTS I''VE DATA WITH 24-SEP-07 FOR MORE
2007 Sep 10
2
form_remote_tag not providing params in Ajax
I''m new to Ruby, Rails and Ajax and I''m trying to do something
seemingly simple. I am trying to use a value someone supplies in a
form in another form that is dynamically generated using Ajax.
I have the following code:
<div id="race_table">
</div>
<%= form_remote_tag(:update => "race_table", :url => { :action =>
2007 Jul 25
5
editing multiple models in one form
Very new to this but would appreciate a hand as this is driving me mad,
I''m trying to update both degree and assigned from a single form, the
degree section updates fine but assigned just retains the same values,
any help much appreciated!
my edit.rhtml file looks like:
<h1>Editing degree</h1>
<%= error_messages_for :degree %>
<%= start_form_tag :action =>
2003 Sep 11
2
new stuff at pan.zipcon
A new directory uw_archives has been added. It contains the following
recordings:
Schumann: Andante & Variations for 2 pianos 2 cellos and horn.
Bartok: Suite for 2 pianos
Ravel: La Valse 2 pianos
Beethoven: Sonata Cminor opus 111 piano
Bartok: Suite:Out-of-Doors piano
--- >8 ----
List archives: http://www.xiph.org/archives/
2007 Aug 23
0
active scaffold polymorphic model
...item_id = params[:record][:item_id] it works.
I have found in the documentation that only whitelisted fields are saved,
however, I did include :item_id in the config.columns...
I would appreciate it if anyone can provide some insights as to why the
item_id isn''t saved correctly.
Regards
Ivor
www.codevader.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from...
2007 Sep 12
1
Problem about javascript in RoR
The problem is that if i want to change the value of a html element
like textfield in the function in controller, how can i get that?
example:
def
......
#like following
<javascript tag change the element''s value>
end
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2007 Dec 13
0
acts_as_attachment -> attachment_fu, db_system -> file_system
...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 pitfalls really.
thanks
ivor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2008 Jun 06
1
fusion charts plugin?
...e? 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/
http://corkboardinc.com/blog/2007/03/26/adding-graphs-to-rails-with-fusioncharts/
Regards
Ivor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2006 Dec 17
1
file_column error: StringIO Instead of Temp_File
Hi all,
i am using file_column to upload 3 images from the same form, they are
all different names and DOM IDs so there isn''t a problem with the
multiple upload.
The problem is when i try to upload a file (or 2, or 3) sometimes it
works, but sometimes i get this in the log file:
"bar_image"=>{"file_temp"=>"",
2007 Sep 04
3
Finding the position on an item in a collection
This feels like it should be easy but i can''t work it out: if i have a
collection of stories, ordered by (for example) date, then how do i find
out the position of the story with id = (eg) 23 in the collection?
I guess this is a ruby question rather than a rails-specific question,
but maybe there''s a rails way...
--
Posted via http://www.ruby-forum.com/.
2007 Mar 26
2
Strange Record not saved errors
I have a site with an acts_as_authenticated based login which has
started throwing up some strange errors. Until a few days ago
everything worked fine but all of a sudden ''RecordNotSaved'' errors are
popping up in my logs.
When I check the database, it looks like the record _is_ saved but I
think users get an error so I''m starting to see a lot of double/triple
entries
2007 Sep 26
3
Can't connect to local MySQL server
hello everyone, i am new to ROR.
i am just trying to run a simple application which will show some data
from database, i have done it in my local machine. But when i tried to
do the same thing in my "Dreamhost" shared hosting. I got an error.
i used the Rake tool and successfully migrated a model (using SSH
client tool). The table was successfully created hosting db server, so
i