This is about converting Haml to ERB and not the other way round which you probably want! This process can...
tmp/* storage/* db/*.sqlite3 db/schema.rb db/structure.sql public/system .project .idea/ public/javascripts/all* public/stylesheets/all* public/stylesheets/*.css config/database.yml *~ *#* .#* .DS_Store webrat-*.html
Basic configuration Please keep this config simple. It should be a starting point for new developers learning Git. [user]
Gem to provide nice looking urls ("/blog/the-greatest-bug-i-never-fixed"). If you don't need anything too special (like i18n for the urls...
Given a list of acceptable elements and attributes, Sanitize will remove all unacceptable HTML from a string.
I've seen this granularity problem on every project, product or program I've worked on. Often in non-agile...
LaterDude is a small calendar helper with i18n support
Until some future version of HTML gives us new native controls to use in a browser, at Google, we’ve...
Pocket Informant for the iPhone doesn't just simply let you view your daily events but lets you really work...
I just finished reviewing Rails 2.3 Nested Object Forms. While a very nice and “magical” feature, I’ve got to...
Rails’ script/console makes it easy to fetch, view and edit your database records. But can you edit those records as...
Hirb provides a mini view framework for console applications, designed with irb in mind.
HTML sanitizer by the wonko.com guy.
I believe that the current specification of the element is vague because it avoids the question whether the element is...
So, as a result, people using RESTful ideas to talk to browsers have to put the smarts back on the...
This is a project to make a complete replacement for the default HTML generator for Rdoc, the API documentation-extraction...
Hanna is an RDoc template that scales. It's implemented in Haml, making the sources clean and readable. It's...
Porter is essentially the inverse of X-SendFile. It parses the multipart post in C inside your apache process and...
SlickMap CSS is a simple stylesheet for displaying finished sitemaps directly from HTML unordered list navigation.
In a nutshell, Bowline lets you build cross platform desktop applications with Ruby, HTML and JavaScript. The idea is to...
View testing that doesn't suck.
The same problem happened with address, which was specified to mean only the contact information for the author of a...
validate( "email".is("required").andIsAn("email") );