Displaying 20 results from an estimated 6000 matches similar to: "i2 vs. instiki-ar"
2005 Oct 21
3
Need feedback on Instiki-AR beta
Hi all,
Following the recent release of Instiki-AR beta, I haven''t had a lot of bug reports or other feedback.
This could mean one of the two things. Either nobody is using it, or some people are, and have no problems at all.
One thing for sure is that it''s certainly getting downloaded (20 times a day, as it were)!
I''d like to know which way is it.
So, if you are
2006 Mar 19
20
Instiki 0.11.0 - ActiveRecord Forever
Dear all,
If you thought Instiki was a dead project, you were right. Since I''ve got a day job that doesn''t suck
(Official Ruby Zealot of ThoughtWorks Canada), my motivation to do open source greatly sufferred :)
But... but... but! Here is Instiki 0.11.0, and in this version Instiki is (finally!) moving to ActiveRecord backend
and (finally!) has the File Upload feature.
2005 Feb 22
1
Instiki @ O''Reilly ETech 2005
Hi all,
Sorry if I should be posting this elsewhere--I couldn''t find an
Instiki specific mailing list, but the Instiki site is down.
I wanted to mention that my friend Tim Lauer and I are going to be
doing a short "high order bit" talk at the O''Reilly Emerging
Technologies conference, describing a particular use of Instiki which
we came up with:
2005 Jan 07
5
Instiki 0.9.2
Instiki 0.9.2 has arrived.
* The notorious "rollbacks by crawlers" bug fixed.
* Instiki is distributed as a gem (experimental)
* New maintainer (yours truly)
* Assorted other minor changes
Best regards,
Alexey Verkhovsky
=============
Don''t shoot the pianist, he''s doing his best
README
Path:
README
Last Update:
Fri Jan 07 10:06:43
2005 Dec 19
2
rails based wiki: is instiki still being developed?
hello,
is the instiki project still being developed? it seems the web site is
down for a couple of weeks now, and almost no activity is going on on
the developer mailing list.
on a related note, are you aware of other actively developed rails-based wikis?
many thanks in advance.
2006 Jan 01
4
i2 wiki
hello.
i downloaded the latest i2 wiki from the subversion repository. i''m
not able to see it working even running under webrick (under windows
xp sp2).
i created the database (mysql 4.1) via "rake migrate" and instantiated
the first web through the console (as suggested by the readme file).
when running it what i get in the browser window is a blank page and
in the webrick
2006 Mar 02
5
Instiki and SQL Server??
Hello. I reeeeally want to get Instiki running at my day job, but they
are Microsoft-heads. While I can probably sell them on trying Rails,
they are definitely going to want the database to sit in our SQL Server
instance with our other databases. I can''t get instiki to create the
tables in sql server though (I''ve added ADO.rb, and gotten a
connection). When I run the
2005 Aug 04
1
Lighttpd Proxy to Instiki
Hi,
Has anyone managed to get lighttpd to proxy requests through to an
instiki running on another port?
>From my lighttpd configuration:
$HTTP["host"] == "wiki.railsapphosting.com" {
proxy.balance = "hash"
proxy.server = ( "" => ( ("host" => "206.222.22.155", "port" => 50074) ))
}
Instiki is bound to
2005 May 03
8
SQLite3 + RAM drive => 3 times faster unit tests
One problem I sort of always had with the ActiveRecord''s tight coupling
to the SQL backend is how slow it makes the unit tests. OK, there are
some ways to make it faster at a price of extra complexity (reusing the
fixtures, doing a rollback in the end of the test, etc), but still - it
is much slower than what I would like a unit test to be.
Today I had a very simple idea (why, oh why
2005 May 06
17
FYI: watch out for google's web accelerator - can empty your app of data
Hi All,
A co-worker passed this info on to me:
http://37signals.com/svn/archives2/google_web_accelerator_hey_not_so_fast_an_alert_for_web_app_designers.php
The Skinny: Google has a "Web Accelerator" that pre-caches pages by
following url''s. If you have any plain/simple URL''s that don''t take
paramaters (like what often happens in rails apps), it will try to
2005 Aug 17
7
Need help with the rubyonrails wiki - instiki filters
I am trying to do a tutorial improvement on the wiki but I am having
some problems with the auto formatting. Using httdp.conf produces
http://httpd.conf when filtered. Using *.so produces .so and bold text
there after.
Is there any shorthand for the user for making text appear as it should
without the linking and re-writes? Or does the admin have to change the
filters in Instiki?
Tesla
2006 May 24
1
Authentication between Instiki and Mailman Solved!
Basically, we needed to authenticate against the cookie written by Ruby.
It turns out that you can write a cookie for the entire TLD of
*.example.com from Instiki (Rails). So, I changed the cookie writing
code in the wiki_controller to the following.
# app/controllers/wiki_controller.rb
cookies[''ldap_username_2006''] = {:value =>emailaddress,
:expires
2003 Sep 04
2
cisco ATA186 I2 vs I1
Hi,
I saw your posting about the cisco ata186 I2 vs I1 and the simple vs complex impedance.
I ordered a cisco ata186 i2 for use in Canada by mistake, didn't know that I needed the I1
version.
Will the I2 version work in Canada with regular anlog phones, or will I need to change it.
Thanks for your answer.
Samy
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Feb 19
5
Routing: How do I use what is left from an URL
Hi,
I have this scenario. I have the full path of a page stored in the
database (column ''path''). I want to be able to have very short urls for
retrieving the pages, so i have this route in my map
map.connect ''-/:title'', :controller => ''page'',
:action => ''view_by_title'', :title => nil
so when I go to
2005 Nov 04
1
i2, Google and missing links.. (aka: don't modify the model through a GET )
While looking for all the commiters'' blog, I Googled for T.F.''s one:
http://www.google.com/search?hl=en&lr=&safe=off&c2coff=1&q=Thomas+Fuchs+rails&btnG=Search
problem: the 5th entry is
http://wiki.rubyonrails.com/rails/pages/Thomas+Fuchs/versions/new
Alain
2006 Jul 14
0
Instiki and Rails
Am I missing something or is the Rails powered Instiki lacking the
ability to actually compare the differences between changes in a page?
ie: I want to see what changed between the current revision and the
prior one.
Instiki
http://www.instiki.org/show/HomePage
--
Posted via http://www.ruby-forum.com/.
2007 Jan 17
0
instiki markdown vs Redcloth
I installed instiki and it works great. The default setting is to use
''textile'' markup engine and I love it.
I love that if I just put google.com then it is convereted into a link.
I have another app where I use Redcloth. Here in order to a link I
need to do this.
"Google.com":http://google.com
It''s my understanding that instiki is using Redcloth as
2006 Aug 01
0
How to retrieve :web when redirecting to an Instiki page?
Hello, I am currently working on implementing some authentification code
onto Instiki (0.11.0). I am encountering a problem in this situation :
When I try to access say http:/localhost:2500/orz/show/Test , where orz
is an instiki web name, I am redirected to my signin form screen (which
is what I want) but then upon signing in I get the following message:
No url can be generated for the hash
2005 Jul 29
10
Rails Wiki down
Howdy -
Someone''s probably already reported this, but anyhow, going here:
http://wiki.rubyonrails.com/rails/show/RailsOnFedora
results in:
====================
> Bad Gateway
> The proxy server received an invalid response from an upstream server.
>
====================
Yours,
Tom
2005 May 24
3
textilize/markdown/sanitize for messageboards, oh my!
Hullo, fellow Railsers!
(warning: this isn''t a 100% Rails specific question, but I guess it
very much applies to what a lot of us are currently doing.)
For a project that involves messageboard functionality I''m looking for
a good way of sanitizing user input, so the silly fools, err, my
wonderful users don''t mess things up too much. I''ve played around with