7
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 24, 2023 — May 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixing a few bugs with the Haml and Markaby filters More... over 16 years ago
removing sass filter since it makes to sense to use it on a page More... over 16 years ago
removing trivial data source tests since it is only meant to be used as a simple example anyway More... over 16 years ago
cleanup More... over 16 years ago
adding new nanoc site More... over 16 years ago
improved error reporting and fixed a bug which would mess up error messages during normal (non-auto) compilation More... over 16 years ago
added -p/--port commandline option to nanoc binary for specifying the port the autocompiler should be run on More... over 16 years ago
autocompiler now displays useful 404 and 500 error pages More... over 16 years ago
autocompiler now uses webrick and recompiles pages on-the-fly as they are requested, solving many issues with the previous directory-watching approach More... over 16 years ago
cleanup More... over 16 years ago
added missing yaml require More... over 16 years ago
filter.rb, data_source.rb and layout_processor.rb no longer need to explicitly load plugin.rb because it's loaded before automatically More... over 16 years ago
cleanup More... over 16 years ago
removing Hash#stringify_keys and Hash#symbolize_keys -- symbolize_keys wasn't used at all, and stringify_keys isn't really needed for Hash#clean because there's an easier way More... over 16 years ago
also removing String#ends_with? because there's a cleaner way of checking whether a string ends with a question mark More... over 16 years ago
removing String#starts_with since it isn't used anywhere More... over 16 years ago
removing not very useful YAML.load_file_and_clean method More... over 16 years ago
added test case for testing that Page#content always returns the pre-filtered content, but not the layouted (or layouted and post-filtered) content More... over 16 years ago
really fixing the issue Creator was having when creating a site with in_dir -- in_dir expects an array More... over 16 years ago
nevermind, that wasn't a bug at all. More... over 16 years ago
fixed bug which would prevent in_dir from working when giving it a string instead of an array More... over 16 years ago
cleanup More... over 16 years ago
fixed bug which could prevent Time.parse from working More... over 16 years ago
fixed bug which would prevent nanoc from working if active_record wasn't installed (NameError instead of LoadError) More... over 16 years ago
pages are now written to disk as soon as they have been compiled More... over 16 years ago
the compilation stack is no longer specific for Page#filter; cleanup More... over 16 years ago
cleaned up FileManager (removed some unused functionality) More... over 16 years ago
Page#content no longer returns layouted content, only pre-filtered content More... over 16 years ago
adding test stubs More... over 16 years ago
cleanup More... over 16 years ago