New Articles
from around the Web
-
BBCode with Ruby on Rails, Part 1
Implementing the BBCode markup in a commenting system for Rails.
-
Textile (markup language)
This Wikipedia article includes links to Textile implementations in many languages.
Related Books
Agile Web Development with Rails
This is the original Rails book that started it all. Written by the creator of Rails, David Heinemeier Hansson and noted Pragmatic Pro...
List: $39.95 Amazon price: $25.97 Buy
Ruby for Rails
Ruby Techniques for Rails Developers
Walks the reader through learning Rails from the point of view of learning the language it is built on. Alternates focus on Rails with...
List: $44.95 Amazon price: $29.67 Buy
The Rails Way
Comprehensive review of Rails, advanced techniques, what’s new in Rails 2.0.
List: $49.99 Amazon price: $31.49 Buy
Links by Type
Documentation (3)
- Textile Reference
A comprehensive guide to Textile markup syntax.
- Browser-based Textile renderer
Want to try out a textile expression? Enter it on this page and it will show you the resulting HTML markup.
- Textile 2.0
Quick reference and a web-based Textile-to-HTML converter for testing.
Software (3)
- acts_as_textiled
Plugin that makes using Textile as simple as it can be. The specified model field is always interpreted as Textile when displayed, except when in a form (for editing).
- RedCloth [Textile Humane Web Text for Ruby]
Ruby gem for translating Textile markup to HTML.
- Textile Editor Helper
Plugin that shows a simple toolbar over Textile text-entry areas, so you can, for example, click a Word-like “B” icon for bold and it will wrap the selected text in asterisks. (Display is still not wysiwyg, however.)
Cheat Sheets (1)
Screencasts (1)
Top Blogs
- CSRF - An underestimated attack method
-
WebORB Blog
Blog from the authors of the WebORB, a Rails plugin for connecting to Flash and Flex user interfaces. (Also available for PHP and other server-side platforms.)
