Displaying 2 results from an estimated 2 matches for "test_mailer".
2008 Feb 07
2
[CruiseControl] RubyOnRails build 8820 fixed
...mplates/signed_up.rhtml
D /trunk/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml
D /trunk/actionmailer/test/fixtures/first_mailer/share.rhtml
D /trunk/actionmailer/test/fixtures/path.with.dots/multipart_with_template_path_with_dots.rhtml
D /trunk/actionmailer/test/fixtures/test_mailer/signed_up.rhtml
D /trunk/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.rhtml
D /trunk/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.rhtml
D /trunk/actionmailer/test/fixtures/test_mailer/implicitly_multipart_e...
2005 Jul 18
0
How to build rails under WindowsXP??
...ms.ru uses *nix style for running commands
cd #{pkg} && rm -rf pkg && PKG_BUILD=#{build_number} rake pgem && cd ..
and it is does not work under Windoze so I have to cd in each folder and run
rake pgem
manually. And there I have problems with tar
==LOG===
ln test/fixtures/test_mailer/signed_up.rhtml
pkg/actionmailer-1.0.1/test/fixtures/test_mailer/signed_up.rhtml
cd pkg
tar zcvf actionmailer-1.0.1.tgz actionmailer-1.0.1
tar: Cannot use compressed or remote archives
tar: Error is not recoverable: exiting now
rake aborted!
Command failed with status (2): [tar zcvf actionmailer-1...