| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=229450
|
|
|
|
| |
Notes:
svn path=/head/; revision=228637
|
|
|
|
| |
Notes:
svn path=/head/; revision=228255
|
|
|
|
| |
Notes:
svn path=/head/; revision=214100
|
|
|
|
| |
Notes:
svn path=/head/; revision=211342
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@
Notes:
svn path=/head/; revision=210636
|
|
|
|
|
|
|
| |
Changes:
Notes:
svn path=/head/; revision=205446
|
|
|
|
|
|
|
| |
Changes:
Notes:
svn path=/head/; revision=205304
|
|
|
|
| |
Notes:
svn path=/head/; revision=198093
|
|
|
|
| |
Notes:
svn path=/head/; revision=197638
|
|
autotest, multiruby, and Test::Rails.
ZenTest scans your target and unit-test code and writes your missing
code based on simple naming rules, enabling XP at a much quicker
pace. ZenTest only works with Ruby and Test::Unit.
unit_diff is a command-line filter to diff expected results from
actual results and allow you to quickly see exactly what is wrong.
autotest is a continous testing facility meant to be used during
development. As soon as you save a file, autotest will run the
corresponding dependent tests.
multiruby runs anything you want on multiple versions of ruby.
Test::Rails helps you build industrial-strength Rails code.
WWW: http://zentest.rubyforge.org/
Notes:
svn path=/head/; revision=190639
|