Displaying 20 results from an estimated 100000 matches similar to: "Instiki and Rails"
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
2006 Feb 04
1
i2 vs. instiki-ar
Just wondering if anyone can tell me the differences between i2 and
instiki-ar? Is one preferred over the other? Also, instiki-ar has
support for file uploads but it doesn''t look like i2 does. Is there
any plan to add that support?
Any insights would be appreciated.
Thanks.
Steven Smith
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 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 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 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
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 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
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 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
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.
2006 Jul 12
10
Rails: Good for everything?
My department is in a battle right now. We have some very por PHP
people and very pro Rails people. The php guys make a good argument
that Rails is good for new applications where we dictate the DB schema.
PHP shines where we go into an existing application, or a new one where
multiple databases or possibly legacy systems are involved. The PHP
guys basically say Rails is good for Web 2.0
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 Jul 14
14
[URGENT] Need help getting rails app back up desperately
I''m desperate. A few hours ago I was checking my server because we are
running a survey for a new client and everything looked good for that
app but I noticed another Rails app was quite large (twice as normal)
so I decided it was time for a restart. Big mistake. Upon restart the
application gave me a 500 error. Checking the logs I found a stack
level too deep error that after hours I
2005 Dec 15
1
Where is instiki.org?
It''s been gone for a few days now.. Anyone know what''s up?
Bad Gateway
The proxy server received an invalid response from an upstream server.
--Steve
2006 Feb 11
4
Timesheet application for Rails
Hi all,
I am looking for some time tracking software for our small company. Does
anyone knows if such project on rails exists? I need simple
functionality such as recording spent time for employees and managing
projects or tasks. Ideally, it would be possible to integrate it into
Instiki and to some existing database. There are some other solutions,
but it seems to me that RoR would be ideal
2005 Oct 11
0
DB in memory...
Hi all,
I''d like to develop an application with an in-memory db.
I''d like to use the same model of Instiki.
Instiki uses Madeleine to work.
I''d like to know what are the basic step I must do to build a model
class to make it "storable" in Madeleine.
I am watching at the Instiki source but ruby is still new to me...and I
have find little comments on
2007 Mar 24
0
ignored blocks in redcloth
Hello Redclothians,
In Redcloth, is there syntax to add something to a wiki block that is not
parsed by redcloth? for example:
$permission$
h2. title
* blah
* blah
where $permission$ is ignored by redcloth, so it doesnt affect the rendering
of wiki syntax -> html, but appears when you edit a page (perk for me would
to also have it not appear in the rendered html).
Why would anyone want
2006 Jun 16
1
diff (to html) for Rails?
Hi,
I am looking for a way to compare to pieces of text, and mark up the
differences with html. Basically the way Basecamp Writeboards do it. I
was wondering whether this is available as a plugin (my initial search
didn''t turn up anything).
Ingo Weiss
--
Posted via http://www.ruby-forum.com/.
2006 Jul 13
1
Issue with Web Service
I have the following:
File: subscription_api.rb
class SubscriptionApi < ActionWebService::API::Base
api_method :newTest, :returns => [ [[:string]] ]
end
File: subscription_controller.rb
class SubscriptionController < ApplicationController
wsdl_service_name ''Subscription''
web_service_scaffold :invoke
def newTest()
return [