Displaying 4 results from an estimated 4 matches for "giantcranes".
2007 Aug 23
2
Render partial from Backgroundrb worker?
...es
anyone know of a better way to achieve this using a partial? I can fall
back to generating the javascript text in a method, but this seems quite
an ugly solution (although will be much more performant than my current
in process solution).
Any tips or pointers would be much appreciated.
Thanks,
GiantCranes
--
Posted via http://www.ruby-forum.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.gman...
2006 Nov 22
1
has_and_belongs_to_many find with multiple predicates?
...a habtm relationship between ''Posts'' and ''Tags'' and am trying to
get a list of Posts that have multiple tags. Something like:
@posts = Posts.find_posts_with_tag_ids[1, 3, 5]
Is this catered for in ActiveRecord or should I write my own SQL
statement?
Thanks,
GiantCranes
--
Posted via http://www.ruby-forum.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.gm...
2008 Apr 28
4
Render partial from model?
Hi,
I know that this goes against MVC, but is there any way to render a
partial from a model? The reason for me wanting to do this is that the
caching logic is quite complex and I would like to keep it in the model.
Thanks,
GiantCranes
--
Posted via http://www.ruby-forum.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.gman...
2007 Feb 07
11
Running patched rails
...running rails 1.2.2 and would like to keep up to date with any
future releases. I also want to run with the following patch:
http://dev.rubyonrails.org/ticket/5748
I am unsure how to manage this. Is this something SVN or rake can
handle?
Any tips/pointers would be very much appreciated.
Thanks,
GiantCranes
--
Posted via http://www.ruby-forum.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.gma...