Displaying 5 results from an estimated 5 matches for "manf".
Did you mean:
man
2008 Jan 22
9
VNIC, non-global zone, dhcp & dns
...<font face="Bitstream Vera Sans"></font></font>
<div class="moz-signature">-- <br>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>signature</title>
<meta content="Thierry Manfe" name="author">
<style type="text/css" media="screen">
<!--
td {font-family: "Bitstream Vera Sans",Verdana,sans-serif}
td {font-size:10pt}
a {text-decoration:none}
a:link{color:#587993}
a:hover{color:#e76f00; font-weight:bold}
-->
</s...
2007 Oct 24
3
acts_as_taggable
Hello All,
I have a table for which i need to tag and i am applying
acts_as_taggable for that
I have a table called localities and I created a table called tags
and tags_localities ,Now my requirement is i need to create new tags
and i should be able to add sub tags to the new tags
So its basically applying Tagging on tags agian
can any one give me a idea of how can i do this
2007 May 22
7
ActiveRecord::Base.connection.create_database defaults to latin1
If you use ActiveRecord::Base.connection.create_database you''ll notice
that by default the created db will use latin1 encoding. I created a
plugin to handle different charset and collations (on top of helping
you with other boring DB tasks).
You can check out the early version of the plugin
svn checkout svn://rubyforge.org/var/svn/raketasks/db_tasks
(I really need to move my projects out
2007 Dec 07
9
Merb-style development exception pages for Mac OS X
I like the merb-style exception pages where there''re links to open the
files listed in the stack trace in TextMate and the source around each
line a lot so I stole the idea (and the code!) and made a patch for
Rails: http://dev.rubyonrails.org/ticket/10401
Here''s how it looks like in Merb: http://yehudakatz.com/wp-content/uploads/stacktrace.gif
What do you guys think?
2010 May 08
19
mb_chars.upcase and Ruby 1.9.2
I''m testing ruby-head through rvm but can''t get ''ação''.mb_chars.upcase
== ''AÇÃO''... I get ''AçãO'' instead...
This happens both for Rails 2.3.5 and Rails 3 beta 3...
How can I get upcase to work correctly?
Thanks in advance,
Rodrigo.
--
You received this message because you are subscribed to the Google Groups "Ruby