0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adjusted to fix bug with rake 0.8.x More... about 16 years ago
Removing errant puts in plugin documentation task More... over 16 years ago
Added note regarding overloading of code [Ticket 266] More... over 16 years ago
Fixed minor bug in plugin documentation rake task [Ticket 264] More... over 16 years ago
Fixed tiny typo in rakefile More... almost 17 years ago
Added task for cruise control to run tests within test harness More... almost 17 years ago
Requiring test_help before rails has fully booted can cause dependency failures, making tests fail. Removing the requirement seems to solve this issue More... about 17 years ago
Skip injection of ActionMailer template patches if ActionMailer isn't loaded More... about 17 years ago
Drastically improved handling of documentation and testing tasks for plugins rake doc:plugins now respects the code_paths set for the plugin (which by default includes app/ subdirectories) rake test:plugins now calls the fixture-copying subtask in case plugins are using the Engines::Testing.set_fixture_path method without calling any of the engines-provided testing tasks Documentation for testing is improved with examples More... about 17 years ago
Added note to code_paths accessor - the engines plugin should be loaded first if this functionality is desired More... about 17 years ago
Altered the testing rake task to invoke environment, rather than db:test:prepare. Invoking db:test:prepare causes the tests to lose their connection to the database. More... about 17 years ago
Tidied up some of the load path manipulation code Updated the documentation-generating Rakefile More... about 17 years ago
Minor upgrading documentation clarification More... about 17 years ago
Removed reference to rake task "plugins:info" - all the details are in script/about now. More... about 17 years ago
Moved plugin documentation rake tasks to doc:plugins:full (Ticket #260) More... about 17 years ago
Clarified the behaviour of the public asset helpers (Ticket #262) More... about 17 years ago
More documentation updates. We now have every significant method with documentation More... about 17 years ago
Removed the version module, it's no longer needed More... about 17 years ago
More documentation tidying More... about 17 years ago
Documentation updates More... over 17 years ago
Removed the plugins:info rake task in favour of adding information to script/about via the Rails::Info module (Ticket #261) More... over 17 years ago
Added note about the public -> assets plugin directory convention change More... over 17 years ago
Renamed the 'enginize' method to make it seem less 'enginey' More... over 17 years ago
Added notes to UPGRADING about the rake task changes More... over 17 years ago
Added details of the removal of the config method to UPGRADING More... over 17 years ago
Minor punctuation issues More... over 17 years ago
Removing the upgrade_engines generator - it's more complicated to implement than to get users to just change their code. More... over 17 years ago
Fixed the filename of the upgrade engines migration More... over 17 years ago
Updated CHANGELOG about the Rails version warning message More... over 17 years ago
More minor tweaks to version detection and upgrading notes More... over 17 years ago