Agile Web Development

Build it. Launch it. Love it.

acts_as_textiled

This simple plugin allows you to forget about constantly rendering Textile in  your application. Instead, you can rest easy knowing the Textile fields you  want to display as HTML will always be displayed as HTML (unless you tell your code otherwise).

Vitals

Home http://errtheblog.com/post/14
Repository git://github.com/defunkt/acts_as_textiled.git
License Rails' (MIT)
Rating (103 votes)
Owner Chris Wanstrath
Created 10 August 2006

Comments

  • Avatar
    opert
    9 June 2007

    It's ready to rails 1.2.3?

  • Avatar
    23 April 2008

    I can't install it! Apparently the SVN is offline.

  • rails_newbie
    27 May 2008

    I also can't install this plug-in. Trying to install it for the learningrails screencasts. Does any know if this plugin is still in existence or do I have some configuration problem. I have been able to install other plugins.

  • Rails_newbie, I am also new to this, and following the same screencasts.

    I struggled to find an answer, and eventually realised that it was because I was trying to install a SVN plugin on a Windows machine. You will need to install Subversion to do this. There is a great one-click installer here: http://blog.briankohrs.com/2005/09/06/less-than-mere-moments-installation-of-subversion/

    Hope that saves you and others some pain.

  • Avatar
    Dan Paul
    10 July 2008

    I had the same problem thanks for the tip. Stupid windows, can't wait to get a mac.

  • Michael F
    26 November 2008

    Where else can I get this plugin? keep on getting the following from the site:

    svn: Can't connect to host 'errtheblog.com': Connection refused

    ping errtheblog.com PING errtheblog.com (208.78.102.212): 56 data bytes 64 bytes from 208.78.102.212: icmp_seq=0 ttl=47 time=35.079 ms 64 bytes from 208.78.102.212: icmp_seq=1 ttl=47 time=34.860 ms ^C

  • Avatar
    johny
    29 November 2008

    anyone have another tips on how to add actsastextiled plugins in windows.

  • Avatar
    Louis
    7 December 2008

    The svn is down, is there any other location to install this plugin from?

  • SVN not working for me - I think the repository is gone. But the show notes for that screencast have the answers in the comments - install Git and then get the plugin from git://github.com/lawrencepit/actsastextiled.git

  • Avatar
    6 April 2009

    I'm also having the same problem. I'm running in Ubuntu. I can't install the plugin. It says,

    svn: Can't connect to host 'errtheblog.com': Connection refused

    please help me to install this.

  • Avatar
    fruatta
    23 May 2009

    Try here:

    http://github.com/defunkt/actsastextiled/tree/master

  • Avatar
    Andrew Pace
    5 August 2009

    Try: script/plugin install git://github.com/defunkt/actsastextiled.git This should work like the tutorial.

    -Andrew

Add a comment