index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails_generator
/
generators
/
components
/
mailer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the class_path from the collisions test.
Michael Koziarski
2008-10-14
1
-1
/
+1
*
Dont reference the class being tested when it can be assumed
David Heinemeier Hansson
2008-09-09
1
-1
/
+0
*
Changed all generated tests to use the test/do declaration style [DHH]
David Heinemeier Hansson
2008-06-12
1
-2
/
+2
*
* Remove default_url_options from mailer generator
Cody Fauser
2008-04-21
1
-2
/
+0
*
Add example for default_url_options[:host] to generated mailers.
Mislav Marohnić
2008-04-18
1
-1
/
+5
*
Changed mailer generator to not use instance variables.
Mislav Marohnić
2008-04-18
1
-6
/
+6
*
Cleanup generator tests by extracting repeated code into generator_test_helpe...
Mislav Marohnić
2008-04-18
1
-6
/
+2
*
Generated tests rely on test dir in load path rather than File.dirname shenan...
Jeremy Kemper
2008-03-29
1
-1
/
+1
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
1
-24
/
+8
*
Wordsmith generator USAGEs.
Jeremy Kemper
2007-05-29
1
-9
/
+7
*
Apply the rest of Chads patch
David Heinemeier Hansson
2007-02-21
6
-10
/
+10
*
mailer unit test handles nested fixture paths
Jeremy Kemper
2006-10-20
2
-6
/
+5
*
reference view path in fixture
Jeremy Kemper
2006-10-20
1
-1
/
+1
*
.rhtml extension for view only
Jeremy Kemper
2006-10-20
1
-2
/
+2
*
Mailer generator: handle mailers in modules, set mime_version in unit test.
Jeremy Kemper
2006-10-20
4
-9
/
+12
*
Fix typo in mailer generator USAGE. Closes #3458.
Marcel Molina
2006-01-13
1
-1
/
+1
*
Dont encode the default subject for the test cases since they are within the ...
David Heinemeier Hansson
2005-09-06
1
-1
/
+1
*
Fix documentation for mailer generator
David Heinemeier Hansson
2005-09-02
1
-3
/
+2
*
Fixed ActionMailer generated tests to work properly after quoted refactoring ...
David Heinemeier Hansson
2005-06-25
1
-1
/
+3
*
Fixed that mailer generator generated fixtures/plural while units expected fi...
David Heinemeier Hansson
2005-06-21
1
-2
/
+2
*
_at is better for Time.now than _on
David Heinemeier Hansson
2005-03-23
1
-2
/
+2
*
Fix the error message on generate mailer
David Heinemeier Hansson
2005-02-22
1
-1
/
+0
*
Made Action Mailer templates use UTF-8 as default
David Heinemeier Hansson
2005-02-22
1
-1
/
+7
*
Check class path for conflicts on generation #640 [bitsweat]
David Heinemeier Hansson
2005-02-17
1
-1
/
+1
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-7
/
+14
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-14
/
+7
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-7
/
+14
*
Added new generator framework that informs about its doings on generation and...
David Heinemeier Hansson
2005-02-07
6
-0
/
+93