samhuri.net/public/posts/2007/05/rails-plugins-link-dump.md
Sami Samhuri b34ddbb600 fix code blocks on narrow screens, change post extensions
- Code blocks can't be in tables or they extend past the body width.
  Workaround by using floated line numbers instead.

- Fix typocode CSS

- Change post extension from .html.md to .md. This makes URLs without
  extensions work with harp server again. This change works now that
  article titles never contain periods.
2014-03-03 22:47:21 -08:00

8 lines
621 B
Markdown

Some Rails plugins I find useful:
* <a href="http://matthewman.net/articles/2006/09/04/new-rails-feature-simply_helpful">Simply Helpful</a>
* <a href="http://svn.depixelate.com/plugins/focus_fu/">Focus-fu</a>
* <a href="http://require.errtheblog.com/plugins/browser/sexy_migrations/README">Sexy Migrations</a>
* <a href="http://blog.inquirylabs.com/2006/09/28/textmate-footnotes-v16-released/">TextMate Footnotes</a> (just awesome)
* <a href="http://agilewebdevelopment.com/plugins/acts_as_taggable_on_steroids">acts\_as\_taggable\_on\_steroids</a>
* <a href="http://errtheblog.com/post/14">acts\_as\_textiled</a>