0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 5 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
started a News.rdoc file; ultimately newgem will have a 'rake post_rubyflow' to push latest news to http://rubyflow.com More... about 15 years ago
updated development.feature scenario for refactored When steps More... about 15 years ago
Finally, now support for 2+ models. rbiphonetest generator creates a common module .m/.h file with the bundle initialiser in it. Subsequent model files do not have bundle initialisers. More... about 15 years ago
starting scenarios to test the compiled + tested bundle of models More... about 15 years ago
cucumber support files use modules instead of polluting root namespace More... about 15 years ago
converted all steps %r{...} to classic /.../ regexps More... about 15 years ago
simple scenario for generating new project with valid Rakefile More... about 15 years ago
rbiphonetest requires newgem + hoe for usage, not jsut for dev of the gem itself More... about 15 years ago
upgraded features folder structure as per Rails' typical structure More... about 15 years ago
upgraded gem internals to use latest newgem (fewer dev files); added Cucumber setup More... about 15 years ago
move module_name into install generators More... over 15 years ago
updated generators for to use the one-bundle-for-all-src instead of one bundle per class More... over 15 years ago
include specs in autotest hooks; untested yet More... over 15 years ago
first attempt at refactoring Rakefile into generic one-bundle for all src More... over 15 years ago
fixed test 'spec' folder should be created not 'test' - thx avh4 More... over 15 years ago
app generator: adds selected test framework to script/generate More... almost 16 years ago
fix manifest More... almost 16 years ago
Support for test/unit AND rspec test frameworks (via install_test_unit and install_rspec generators) More... almost 16 years ago
Create the rspec.rake file. More... almost 16 years ago
Merge branch 'rake' More... almost 16 years ago
Move test_unit.rake from templates/ to templates/takss/ More... almost 16 years ago
Move the dependency :test => :compile from Rakefile to test_unit.rake More... almost 16 years ago
Merge branch 'rake' More... almost 16 years ago
Split the generated Rakefile to use tasks/, and create the test_unit.rake file. More... almost 16 years ago
Fix typos in the generator templates. More... almost 16 years ago
Add rspec_model and story generators to the Manifest. More... almost 16 years ago
Implement the story generator. More... almost 16 years ago
Implement the rspec_model generator. More... almost 16 years ago
Fix test_rspec_model_generator and test_story_generator; I had misunderstood the parameters to run_generator. More... almost 16 years ago
Add failing test for story_generator. More... almost 16 years ago