3
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
support explicit (optional) end statments More... almost 15 years ago
minor code cleanup More... almost 15 years ago
add test case for case statements, cleanup end_inserter.rb a bit More... almost 15 years ago
add tests for syntax parser errors, rename #e to #syntax_error!, so it is easier to spot More... almost 15 years ago
parser code cleanup, indentation code More... almost 15 years ago
precompile embedded engine if engine supports it More... almost 15 years ago
support for embedded ruby blocks More... almost 15 years ago
add support for broken ruby lines More... almost 15 years ago
just a silly little addition to the markdown test More... almost 15 years ago
added development dependency for rdiscount More... almost 15 years ago
Merge branch 'master' of http://github.com/minad/slim into minad-master More... almost 15 years ago
embedded engines More... almost 15 years ago
add missing require helper on test_code_helpers More... almost 15 years ago
Renamed the test files to be more consistent. More... almost 15 years ago
Undefine the method more cleanly. More... almost 15 years ago
minor parser cleanup, support text blocks like More... almost 15 years ago
do not require space behind tag More... almost 15 years ago
use minad's escape_html functionality. pass option to rails template handler More... almost 15 years ago
issue#37 pull request More... almost 15 years ago
correct html_safe? checking More... almost 15 years ago
check for html_safe? before escaping. you don't have to use == all over the place in Rails 3 More... almost 15 years ago
fix rails handler More... almost 15 years ago
add test case to check class merging: '.test class="xy"' More... almost 15 years ago
robust attribute parsing, support stuff like attribute=[hash[:a] + hash[:b]] (with spaces) More... almost 15 years ago
support attributes with single quotes: p name='value' More... almost 15 years ago
add assert_html helper to make tests shorter. use %q{} for source strings the test case for backslashes at the end was broken. this is currently not implemented. the test case is now commented. More... almost 15 years ago
Use single quotes for output strings == less escaping == more consistent == win. More... almost 15 years ago
escape interpolated strings/attributes More... almost 15 years ago
add template tests
rkh
as Konstantin Haase
More... almost 15 years ago
use optimized escape_html More... almost 15 years ago