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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an model_subclass generator.
Fabien Jakimowicz
2009-05-27
4
-0
/
+56
*
Get Railties passing again
Yehuda Katz
2009-05-16
1
-1
/
+1
*
Changed scaffold generated controller tests to use #to_param.
Pat Nakajima
2009-02-13
1
-4
/
+4
*
A few more minor scaffold template cleanups
David Heinemeier Hansson
2009-02-05
5
-7
/
+7
*
Update scaffolding [#1840 state:committed]
Mike Gunderloy
2009-02-05
2
-2
/
+2
*
Make generated Metal bits a pure rack endpoint application (not middleware)
Joshua Peek
2008-12-17
1
-4
/
+4
*
Introduce Rails Metal
Joshua Peek
2008-12-16
3
-0
/
+28
*
Add helper test generators [#1199 state:resolved]
Eugene Bolshakov
2008-11-17
12
-14
/
+92
*
Fixed plugin generator so that generated unit tests would subclass ActiveSupp...
Mathias Meyer
2008-10-30
4
-12
/
+16
*
Don't create test/performance/test_helper.rb. Just require the needed files f...
Pratik Naik
2008-10-17
1
-1
/
+2
*
Remove the class_path from the collisions test.
Michael Koziarski
2008-10-14
9
-11
/
+11
*
Dont reference the class being tested when it can be assumed
David Heinemeier Hansson
2008-09-09
1
-1
/
+0
*
Generate belongs_to association when generating a model
Tarmo Tänav
2008-08-23
1
-1
/
+1
*
Generate belongs_to associations automatically for 'references' types [#640 s...
Tarmo Tänav
2008-08-23
1
-0
/
+3
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-5
/
+9
*
Ensure observer test inherits from ActiveSupport::TestCase
Pratik Naik
2008-06-27
1
-1
/
+1
*
Warn and uses singularized ModelName if a plural ModelName is given to script...
Pat George
2008-06-27
1
-1
/
+8
*
Add performance test generator
Pratik Naik
2008-06-19
3
-0
/
+32
*
Changed all generated tests to use the test/do declaration style [DHH]
David Heinemeier Hansson
2008-06-12
8
-17
/
+17
*
Merge documentation changes from docrails.
Pratik Naik
2008-05-16
1
-4
/
+4
*
ScaffoldGenerator to create public/stylesheets if missing. [#165 state:resolved]
Matthew Brindley
2008-05-13
1
-1
/
+2
*
Fixed tabs to spaces [#47 state:resolved]
David Heinemeier Hansson
2008-04-29
2
-4
/
+4
*
* 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
7
-7
/
+7
*
Space at the bottom feels better
David Heinemeier Hansson
2008-03-29
1
-1
/
+1
*
Removed outdated scaffold from template
David Heinemeier Hansson
2008-03-29
1
-3
/
+0
*
Use the more modern error_messages from the form object rather than error_mes...
David Heinemeier Hansson
2008-03-22
2
-6
/
+6
*
Removed dead styles (closes #11353) [boone]
David Heinemeier Hansson
2008-03-15
1
-20
/
+0
*
Update scaffold to use labels instead of bold tags. Closes #10757 [zach-ingl...
Rick Olson
2008-01-12
2
-4
/
+2
*
Move model dependency to the end of the scaffold generator manifest. Closes #...
Jeremy Kemper
2008-01-05
1
-2
/
+2
*
Fixed that functional tests generated for scaffolds should use fixture calls ...
David Heinemeier Hansson
2007-12-14
1
-4
/
+4
*
Generated fixtures should not specify ids since theyre expected to be foxy fi...
David Heinemeier Hansson
2007-12-01
1
-9
/
+9
*
You dont need to explicitly declare which controller youre testing when you f...
David Heinemeier Hansson
2007-11-30
3
-6
/
+0
*
No trailing whitespace in migration generation (closes #10235)
David Heinemeier Hansson
2007-11-25
1
-2
/
+2
*
Resource and scaffold generators pass on the full name to the dependent model...
Jeremy Kemper
2007-11-16
2
-2
/
+2
*
Use the new TestCase subclasses in the scaffold and resource generators also....
Jeremy Kemper
2007-11-16
2
-22
/
+6
*
Remove unneeded file that was missed by [8098]
Michael Koziarski
2007-11-06
1
-0
/
+0
*
Make work with --skip-timestamps
David Heinemeier Hansson
2007-11-06
1
-0
/
+4
*
Added --skip-timestamps to generators that produce models (closes #10036) [tp...
David Heinemeier Hansson
2007-11-04
4
-4
/
+12
*
Excise generated whitespace. Closes #10017 [Tim Pope]
Jeremy Kemper
2007-10-29
2
-19
/
+1
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
3
-35
/
+11
*
Generated fixtures use the actual primary key instead of id. Closes #4343.
Jeremy Kemper
2007-10-15
1
-2
/
+2
*
Create layout dir it's nested. References #9272 [alancfrancis]
Jeremy Kemper
2007-10-08
1
-0
/
+1
*
Removed calls to fixtures in generated tests as fixtures :all is now present ...
David Heinemeier Hansson
2007-10-01
4
-8
/
+0
*
Fix test (closes #9120) [hasmanyjosh]
David Heinemeier Hansson
2007-09-25
1
-1
/
+1
*
Use the correct generator name in the docs (closes #9111) [ceefour]
David Heinemeier Hansson
2007-09-25
1
-1
/
+1
[next]