Links
acts_as_textiled
Categories
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
-
It's ready to rails 1.2.3?
-
I can't install it! Apparently the SVN is offline.
-
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.
-
I had the same problem thanks for the tip. Stupid windows, can't wait to get a mac.
-
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
-
anyone have another tips on how to add actsastextiled plugins in windows.
-
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
-
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.
-
Try here:
http://github.com/defunkt/actsastextiled/tree/master
-
Try: script/plugin install git://github.com/defunkt/actsastextiled.git This should work like the tutorial.
-Andrew
