Displaying 8 results from an estimated 8 matches for "novagora".
2006 Jun 14
7
CR issue
...<code>
require ''RedCloth''
puts RedCloth.new("123\n456").to_html
</code>
I got:
<p>123
456</p>
CR is not taken in consideration. Is there any parameter I am missing?
Thank you for your help,
Jean-Etienne
--
Woa! Kft www.novAgora.hu
"All you need in this life is ignorance and confidence; then success is
sure.", Mark Twain
2006 Jun 11
6
page.update_html not executed
...ch (e) {
alert(''RJS error:\n\n'' + e.toString());
alert(''Element.update(\"suggested_contractors\", \"
\n 12345678910\n
\n
\");\nnew Effect.Highlight(\"suggested_contractors\",{});''); throw e }
Any idea?
Thank you,
Jean-Etienne www.novAgora.hu
--
Posted via http://www.ruby-forum.com/.
2006 Jul 18
2
RubyOnRails certification
Hi,
I am just wondering if there are already some ROR certifications, and if
yes, what is the rails core opinion?
Thank you
Jean-Etienne - http://www.novAgora.hu
--
Posted via http://www.ruby-forum.com/.
2006 May 25
1
schema_info not updated
...t updated (it does not
contain any row). Migration is done properly the first time, but fails
the second time I run it, since there is no info in schema_info.
I am running rails 1.1.2, using script/generate migration to generate
the migration file.
Any help? Thank you.
Jean-Etienne
http://www.novAgora.hu
--
Posted via http://www.ruby-forum.com/.
2006 Jun 12
2
date_select() in collection
...finishing_on(3i)"=>"12"}}
As you can see, there are two hash keys "1" and "2", but the dates are
not part of those hashes, but directly on the parent hash "contract".
Is this a bug in date_select helper?
Thank you,
Jean-Etienne Durand - http://www.novAgora.hu
--
Posted via http://www.ruby-forum.com/.
2006 Jun 29
3
Questions on ActiveRecord implementation
...for Oracle, this is very bad,
no optimization can be done. Is there a reason for that? Does anybody
plan to fix that?
2. When updating a model, _all_ columns are updated. Why not only the
diff is updated? Using blob/cblob, it really goes to bad performance.
Thank you,
Jean-Etienne - http://www.novAgora.hu
--
Posted via http://www.ruby-forum.com/.
2006 Jun 14
2
rjs issue with Internet Explorer
...#39;
page.visual_effect :highlight, "contractor#{@contract.contractor.id}",
:duration => 1
Works fine on Firefox, but nothing happens on IE. Is there any
equivalent of Firebug for Internet Explorer? Are there "well-known" tips
for IE?
Thank you,
Jean-Etienne - http://www.novAgora.hu
--
Posted via http://www.ruby-forum.com/.
2006 Jun 16
6
rendering mathematical equations
Any recommendations on how I can get mathematical equations into my
resulting html? (Besides using x^2^ type markup.)
I figure I could parse out equation text from my main text before
RedCloth ever sees it... and then maybe create png''s somehow from it,
putting the links to them back into the main text before handing it
over to RC. But I don''t know of a util that will generate