3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 13 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the benchmarks for Slim 0.8.0. More... over 14 years ago
remove backtick -- no longer supported More... over 14 years ago
slim executable conflict. issue #91 More... over 14 years ago
making progress on vim syntax support More... over 14 years ago
highlight ruby code following both - and = characters More... over 14 years ago
add filetype detection for vim More... over 14 years ago
Added license. More... over 14 years ago
update version in preparation for release More... over 14 years ago
active record models will respond_to? :[] and therefore break the resolution chain More... over 14 years ago
rename value to response to avoid confusion with attr_accessor :value More... over 14 years ago
simplify wrapper class a bit, add Wrapper#empty?, Wrapper#to_s More... over 14 years ago
dictionary_access => :wrapper is the default. simplifies framework integration More... over 14 years ago
comment the call method More... over 14 years ago
rails logic less support More... over 14 years ago
version bump 0.7.4 More... over 14 years ago
require temple 0.1.6 More... over 14 years ago
readme updated More... over 14 years ago
use SLIM_USE_TEMPLE=edge or SLIM_USE_TEMPLE=/path/to/temple during bundler install if you are working with slim edge More... over 14 years ago
Accidentally committed my own Temple path... More... over 14 years ago
Removed the dependency of activesupport. More... over 14 years ago
Slim.env.local. More... over 14 years ago
... More... over 14 years ago
Fix for the last commit. More... over 14 years ago
Slim edge is often broken because it uses the latest changes from Temple's git repo. Therefore we now have "Slim.env" to determine whether we are in "edge" or in "release". For example, we can now use "SLIM_ENV=edge bundle install" to install with the latest Temple from git. More... over 14 years ago
add rails integration test More... over 14 years ago
capture already returns the generated content More... over 14 years ago
use temple generator More... over 14 years ago
Remove backtick from documenation. Describe the change to the single quote functionality More... over 14 years ago
Merge branch 'trailingws' More... over 14 years ago
use ' for text block with trailing whitespace More... over 14 years ago