Displaying 20 results from an estimated 10000 matches similar to: "rakefile"
2006 Aug 16
10
all I wanted was a class reference...
And I got this lousy LatexParser. Ah well...
A new cut of the automatic WxRuby documentation is now viewable online at
http://www.pressure.to/wxruby/.
There''s also a pdf version
http://www.pressure.to/wxruby/wxruby.pdf [3MB, 751 pages!]
and a tarball
http://www.pressure.to/wxruby/wxruby2.tar.gz [1.3MB]
In terms of output, it''s no advance on what Sean has already done.
2006 Oct 19
0
[692] trunk/wxsugar/Rakefile: Correct a typo in the Rakefile
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Aug 12
7
Documentation for wxRuby
I have written an addon file for rake that turns the wxWidgets
documentation into something much more Ruby like. The code has not
been cleaned up or re-factored and needs some extra features added but
it does quite a bit already.
I have uploaded the generated documentation to my web site so people
can view it.
http://hailstonesoftware.com/_files/Ruby/wxruby/html/wx_contents.html.
I also have a
2006 Apr 18
12
Update on SWIG
SWIG 1.3.29 isn''t going to cut it for us. We''ll have to wait until
1.3.30, unless I can hack together a nasty workaround for a problem with
the object tracking. It seem that each SWIG module gets its own hash
for tracking objects. This means that, for example, you create a find
dialog (in FindReplaceDialog.cpp) events you get from it (from
FindDialogEvent.cpp)
2006 Aug 22
8
doc generator now in CVS
Hi
Just a quick note to let you know that the Textile doc generation stuff
is now in CVS. There is a moderate amount of documentation in
rake/rakedoc.rb in case you feel like generating your own local copy.
The only prerequisite is the Ruby ''redcloth'' library.
There''s also some info in doc/lib which might be some help if you want
to tweak the output.
cheers
alex
2007 Apr 14
0
[967] branches/wxruby2/wxwidgets_282/rake/rakewx.rb: Fix two warnings generated by the rakefile
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Oct 30
8
Comments on commit 1406 (rakefile changes)
Alex,
The changes to the rakefiles are causing me some problems building on
OS X. I am getting the following:
rake aborted!
undefined method `+'' for nil:NilClass
/Users/sean/Archive/Programming/wxRuby_Dev/wxruby2/rakefile:109
I will now go test on Windows
Sean
2007 Sep 29
1
ragel version detection in Rakefile is broken
Version 5.7 is lower than 5.18, the Rakefile fails to detect that. Patch
attached.
Attachments:
http://www.ruby-forum.com/attachment/471/Rakefile.patch
--
Posted via http://www.ruby-forum.com/.
2007 Sep 27
2
wxRuby Documentation / Textitle Docs
Hey All,
Just wanted to let you guys know, that with the HTML Generated
documentation from the Textile source code, does not show *''s in stuff
like Wx::FileDialog. It''s interpreting this as a Bold, not as an
Asterisk. Just thought you''d want to know that.
L8ers,
Mario Steele
2006 Aug 05
14
Rake aborted! on No Rakefile Found error
Hello,
On a command:
rake db:migrate
I get the "rake aborted!" error. The message is:
No Rakefile found (looking for: rakefile, Rakefile, rakebile.rb,
Rakefile.rb)
c:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1822:in
''load_rakefile''
Checking my setup, I see that Rakefile.rb is in the expected path.
Why can''t rake see Rakefile.rb,
2006 Apr 28
1
Redcloth is ..
I've been looking at Dean Allen's Redcloth, which claims to incorporate
both Markdown and Textile, as implemented in Ruby by _why.
While the code is clear and readable, the boundary between markdown and
Textile is not.
The documentation says
# By default, Redcloth uses both Textile and Markdown formatting, with
# Textile formatting taking precedence. If you want to turn off Markdown
#
2006 Oct 05
8
samples
What do you think about adding a shebang line to the samples so they can
be launched on linux/mac like you can on windows?
Roy
2007 Aug 12
2
[PATCH] merb-rakefile-more-dist-byebye.diff
In rev 410, "rake db:migrate" doesn''t run because the Rake tasks are
still looking for dist/
This patch removes all the references to dist/ that I could find.
Ez, consider this a full copyright transfer from me to you on this
and future patches; I''ll sign something official if you need it.
-------------- next part --------------
A non-text attachment was
2005 Jul 07
2
mofications to Rakefile SQL Server
I have made some modification to the Rakefile used by a Rails app to support
SQL Server.
The SQL Server versions of the database related tasks use scptxfr and
osqlwhich may require some installation depending on the grade of SQL
Server you
are using on your development platform.
What is the procedure for making patch to the fresh_rakefile?
Is it:
* svn checkout trunk
* modifiy fresh_rakefile
*
2006 May 11
3
Textile/RedCloth and h() incompatible?
If a user enters the Textile-based code for an image, say:
!>graphic.png!
the textile() method will successfully render a right-float image. Now,
if I want to escape the user''s text using h(), the ''>'' is turned into an
&. Obviously, the image then fails to render in a browser. Is there
a work around for this?
I guess what I''m really asking
2007 Jan 16
1
<BR> and <P> in RedCloth v. Textism
Hi,
I''m using RedCloth right now for some simple markup in a Rails project.
It''s simple and easy - thanks for a great tool!
I have a question about an apparent discrepancy between RedCloth and
Textile, relating to newline characters. I''ve played with the
"hard_breaks" feature and that seems to generate it''s own problems..
If I go onto the Textile
2006 Aug 24
4
SWIG
I decided to try my hand at hacking SWIG and successfully produced a
patch that fixes the error I demonstrated. I''m not -positive- it''s
correct for all cases but I''ll re-run my version of SWIG over the
library and see how things turn out.
Roy
2006 Jun 09
2
Textile editor
Hello,
Is there any editor for textile?
Something which has buttons, and will auto insert textile code for marking
user inputs. (If possible displays a preview also.)
Thanks.
--
Surendra Singhi
http://ssinghi.kreeti.com, http://www.kreeti.com
Read my blog at: http://cuttingtheredtape.blogspot.com/
,----
| Great wits are sure to madness near allied,
| And thin partitions do their bounds
2006 Sep 17
3
ruby-lang.org
How''d we get listed on the top page of projects for Ruby? (See right
side below ''Top Ruby Projects'')
:)
Roy
2008 Feb 21
5
Question about entities
1.) What is everyone''s preference on NCRs or character entities?
Textile 2 uses decimal NCRs, so a less-than character becomes <
whereas RedCloth (3.04 and prior) used <. What is your
preference? It gets tough because ' (a straight single quote)
doesn''t have a character entity equivalent.
2.) How do you feel about encoding characters like quotes