Displaying 8 results from an estimated 8 matches for "dausha".
Did you mean:
dasha
2006 May 17
1
Announcement: Markdown-0.2 for PmWiki
...freezing page loads when
combining bullet lists and asterisk-based emphasis
* Added (limited) Atx heading support. You must
trail the heading with at least one pound symbol.
* Created syntax page.
* Updated documentation.
[1]: http://pmwiki.org/wiki/Cookbook/Markdown
[2]: http://dausha.net/Markdown/Syntax
[3]: http://dausha.net/Markdown/
Ben Wilson
2006 May 07
1
Announcement: Markdown-0.1 for PmWiki
Okay, it's pretty alpha, but it is a start. I have published
"Markdown," which is a recipe that helps integrate Markdown syntax
with PmWiki.[1] My goal is that, when finished, there will be
something pretty close to a PHP-based wiki that relies on Markdown
syntax.
I have been involved with PmWiki for a couple years now. It has
matured into a very potent, customizeable wiki engine.
2006 May 12
1
A Single Test File?
I was wondering if there is a single text file that contains all the
markup in a way that one can visually check to see if a markdown
script is succeeding. I know there's a Perl test suite, but I'm
looking for just one source file.
Thanks.
--
Ben Wilson
" Mundus vult decipi, ergo decipiatur"
2009 Feb 28
0
Simple Display of Cucumber Results in Web Page?
I''m looking for a simple way to display Cucumber features and test
results on a web page. I found rcucumber[1], which also allows users
to write their own tests. I was hoping there would be something with
lower overhead.
Any suggestions?
Ben
[1]: http://github.com/jgoodsen/rcumber
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed
2009 May 15
0
Undefined method `rescue_responses' for ActionController::Base:Class in Rails Edge
Greetings. I just started a new rails project basing off the edge.[1]
I prefer to unpack my gems, but when I did so, I received the error
below. Anybody else encounter this and have a suggestion?
$ rake gems:unpack
(in [omitted])
rake aborted!
undefined method `rescue_responses'' for ActionController::Base:Class
(See full trace by running task with --trace)
Thanks,
Ben
--
[1]:
2006 Apr 03
0
New to Markdown, Suggestion . . .
So, this is my first post, greeting, yada, yada. By way of background,
I'm a law student/former DC IT consultant and soon-to-return to the IT
field. Don't ask me why I went to law school, I have forgotten--and I
am not certain it was a good choice.
I ran across Markdown only recently, although I have always favored
ASCII as the impervious format. I'm also polishing my Python skills,
2009 Jan 12
5
Restful Authentication Uninitialized Constant in Production...
rake db:migrate RAILS_ENV=production
rake aborted!
uninitialized constant User::Authentication
The preceding I encounter when attempting to migrate to the production
database. My google powers have escaped me. Everywhere says Restful
Authentication is missing in the production server. However, to
validate this, I attempted this on the same server as the development,
which works.
So, what
2009 Jul 19
9
Equipment_URL Failed to Generate (new_equipment_path)
I''m trying to use new_equipment_path, which creates the appropriate
link. But, when trying to evaluate "equipment/new" I get the error
below. I''ve included my routes (rake route). Equipment is one of those
words that pluralizes to "equipment", so the singular is right (from
what I know from this forum.
Any help would be appreciated.
Error:
equipment_url