Displaying 7 results from an estimated 7 matches for "twobitoperation".
2006 Mar 20
3
help: acts_as_versioned setup error "undefined local variable or method ''base_class''"
...ass". I tried with other models and kept getting the same error. It
seems like "rake migrate" is missing the right environment setup, and thus
can''t find the Post class defined in the model file. Is there some step
I''ve overlooked?
Thanks a ton,
John
http://www.twobitoperation.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060320/5572910f/attachment.html
2006 Jul 15
2
find() with id array - can i preserve the ordering?
Sort of a newbie question - sorry if it''s been asked before and I missed it
in my search.
I have an id_array of Author ids, and I want to retrieve the associated
Author models as quickly as possible, but also preserve the ordering of the
id_array.
Using Author.find(id_array) returns the records, but not in the same order.
Is there some flag I can pass to find() to preserve the order? I
2006 May 06
0
Issues using GUID plugin: IDs and acts_as_versioned
...39;'m
missing? Otherwise, I''ll probably not use the acts_as_list at this time
(for issue #1) and modify the create_versioned_table to do a string instead
of integer for this case (for issue #2).
Thanks,
Justin
--
Justin Chen
Co-President, Co-Founder
Two-Bit Operation LLC
http://www.twobitoperation.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060506/0bf4f6d1/attachment.html
2006 May 02
1
Tab Panes - IE layout issues fixed
Layout issues in IE should be fixed:
http://net4visions.com/dev/tabs/tabs.html
There still some css issues in Opera I couldn''t figure out yet - maybe
somebody using Opera has some insight.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Jun 09
5
Using link_to with an image tag & link text
Hi ,
I was trying to use link_to along with image_tag
to setup a link that would open in an external window.
But I was unable to make a link using both text & an image
So my current workaround looks like this inside a partial
where link is http://foo.com & text would be descriptive
<img src="images/arrow.gif" border="0"/> <%= link_to(text, link,
:popup
2006 May 16
3
Best way to handle namespace collisions?
All,
I have a little namespace collision here. I am trying to use both
RubyfulSoup (an HTML parser - which I highly recommend by the way) and
the ActionView::Helpers::TextHelper class. Within the TextHelper class,
there''s an attempt to create a new "Tag" object. However, Tag is also
defined in the RubyfulSoup gem and it is _this_ Tag class whose
initialize method is
2006 Aug 10
16
Error on Solaris
Hi everyone, I''m having a problem starting rails on solaris. I have
made the changes suggested in the joyeur article but it doesn''t make
any difference. The error is below. Does anyone have any idea?
/opt/csw/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:666:in
`register'': undefined method `resolve'' for nil:Mongrel::URIClassifier
(NoMethodError)