0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Unix line endings More... over 15 years ago
Restructuring file parsing routine. More... over 16 years ago
Adding documentation for rake tasks. More... over 16 years ago
Renamed resolve task to inspect. More... over 16 years ago
Fixing bugs in dependency reporting. More... over 16 years ago
Lots more info in the rake task. More... over 16 years ago
Improvements to rake task. More... over 16 years ago
Added a new ordering test. More... over 16 years ago
Some minor modifications. More... over 16 years ago
Slight change in Asset::Collection#expand!. More... over 16 years ago
PUBLIC_DIR is no longer a constant to make it easier to configure. More... over 16 years ago
Added documentation and some extra tests. More... over 16 years ago
Added 'resolve' rake task and made plugin load its components independently of Rails for faster tasks and testing. More... over 16 years ago
Fixed some ordering bugs. Files are @load-ed as late as possible, and @require-d as early as needed. More... over 16 years ago
Fixed compatibility with asset directives such as :defaults and :all. More... over 16 years ago
Made holly_logger a property of ActionController::CgiRequest to make sure it's created on a per-request basis. More... over 16 years ago
Corrected a couple of regexps. More... over 16 years ago
Changed asset_tag_helper.rb to allow stylesheet_link_tag to use Holly. Added some new tests. More... over 16 years ago
Fixed bug so that if a file is not found, trying to read it returns "" rather than throwing an exception. More... over 16 years ago
Added support for CSS files, including their comment syntax. All files references resolve correctly according to tests. More... over 16 years ago
Changes to source resolution to accommodate stylesheets as well as javascripts. More... over 16 years ago
Moved source resolution methods into the Holly module rather than in Asset. More... over 16 years ago
Renamed ScriptFile to Asset. More... over 16 years ago
Put my name in the license files. More... over 16 years ago
Slight modification to Collection, and fixed a typo. More... over 16 years ago
Finished wrapping javascript_include_tag with the required code for auto-loading dependencies. Modified tests slightly. More... over 16 years ago
Added some more tests to make sure files get sorted in the required order by ScriptFile::Collection. More... over 16 years ago
Added ScriptFile::Collection, which converts a list of files into one containing all the required and loaded files. More... over 16 years ago
Rearranged things so that tests can be run without modifying the enclosing app. More... over 16 years ago
Added code for stripping out the dependencies from script files (tested). More... over 16 years ago