Displaying 9 results from an estimated 9 matches for "oulalipo".
2006 Jan 25
1
deep inspecting attributes
...;'synopsis'' %></p>
<% end %>
however if I do:
<%= debug(@artist) %>
from the same template, then my array of films never appears.
Why is that, and is there a way I can make it appear?
thanks
dorian
--
I do things for love or money
--
+44 (0)7941 219 501
--
aim:oulalipo | yahoo:tachekent
2006 Jan 23
11
mysql dates
...k => true'' in a date_select form, the result is always applied to the date field in the db as eg. Jan 01, which means that as far as I can see blank values aren''t possible. Am I missing something?
thanks
dorian
--
I do things for love or money
--
+44 (0)7941 219 501
--
aim:oulalipo | yahoo:tachekent
2006 Jan 19
3
template/variable confusion
...do what I initially though should be done like this:
self.running_time.strftime("%M:%S")
?
It''s taking me a while to get the idioms and the heuristics for RoR...
Thanks in advance for any help available!
dorian
--
I do things for love or money
--
+44 (0)7941 219 501
--
aim:oulalipo | yahoo:tachekent
2006 Jan 23
2
require rmagick
...e to require.
Looking for RMagick in my system I find:
/usr/lib/ruby/gems/1.8/gems/rmagick-1.9.3/lib/RMagick.rb
/usr/local/lib/site_ruby/1.8/RMagick.rb
but do I need to specify where rails should be looking for these files?
dorian
--
I do things for love or money
--
+44 (0)7941 219 501
--
aim:oulalipo | yahoo:tachekent
2006 Jan 18
1
using unique varchar instead of id
...ame). I don''t :id to appear in URLs or elsewhere, I want it all to work from :unique_name.
It seems like something that I should be able to do globally for a project, but I''m not sure where to start.
thanks
dorian
--
I do things for love or money
--
+44 (0)7941 219 501
--
aim:oulalipo | yahoo:tachekent
2006 Jan 19
0
setting helper defaults
...helper (within a given controller) (DateHelper in theis instance).
I know beforehand that I''ll always want :include_blank => true, :start_year => 1991 and I have a lot of date fields.
This possible?
thanks in adv.
d
--
I do things for love or money
--
+44 (0)7941 219 501
--
aim:oulalipo | yahoo:tachekent
2006 Jan 25
0
InstanceTag
...suit my purposes and then came upon InstanceTag.new with a call to_date_select_tag at the end.
I can''t find any mention of these anywhere else - can anyone give me any pointers as to what these two things do?
thanks dorian
--
I do things for love or money
--
+44 (0)7941 219 501
--
aim:oulalipo | yahoo:tachekent
2006 Jan 26
0
setting default on "has_one" failure
...ve a :preview_image from the db?
If it''s easier to send me link, then I''d happily read a page about what you can do to models, as I''m finding it difficult to do very much in the model pages.
thanks
dorian
--
I do things for love or money
--
+44 (0)7941 219 501
--
aim:oulalipo | yahoo:tachekent
2006 Jan 19
4
PHP ob_start in Ruby
I need to include Content-Length in each file. In PHP it would be:
<?php
ob_start();
?>
html
<?php
header(''Content-Length: '' . ob_get_length()); ob_end_flush();
?>
How can I do the same in Ruby?
Thanks,
eduard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: