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
/
model
/
templates
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Changed all generated tests to use the test/do declaration style [DHH]
David Heinemeier Hansson
2008-06-12
1
-1
/
+1
*
Generated tests rely on test dir in load path rather than File.dirname shenan...
Jeremy Kemper
2008-03-29
1
-1
/
+1
*
Generated fixtures should not specify ids since theyre expected to be foxy fi...
David Heinemeier Hansson
2007-12-01
1
-9
/
+9
*
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
1
-1
/
+3
*
Excise generated whitespace. Closes #10017 [Tim Pope]
Jeremy Kemper
2007-10-29
1
-1
/
+1
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
1
-1
/
+1
*
Generated fixtures use the actual primary key instead of id. Closes #4343.
Jeremy Kemper
2007-10-15
1
-2
/
+2
*
Removed calls to fixtures in generated tests as fixtures :all is now present ...
David Heinemeier Hansson
2007-10-01
1
-2
/
+0
*
Added db:version to get the current schema number [via Tim Bray]
David Heinemeier Hansson
2007-06-25
1
-1
/
+1
*
Fix indentation in model generator migration template. Closes #8577 [Josh Peek]
Jeremy Kemper
2007-06-05
1
-1
/
+1
*
Generated migrations include timestamps by default. Closes #8501.
Jeremy Kemper
2007-05-29
2
-0
/
+5
*
Normalize whitespace. Closes #8385 [Time Pope]
Jeremy Kemper
2007-05-27
1
-1
/
+1
*
Added short-hand declaration style to migrations (inspiration from Sexy Migra...
David Heinemeier Hansson
2007-05-06
1
-1
/
+1
*
Added script/generate resource which works just like scaffold_resource, but c...
David Heinemeier Hansson
2006-10-09
2
-3
/
+11
*
Migrations should use symbols now that the schema dumper is switching to that...
David Heinemeier Hansson
2006-03-04
1
-3
/
+3
*
Stop annoying me when Im changing fixtures for other tests first
David Heinemeier Hansson
2006-02-28
1
-1
/
+1
*
Added that script/generate model will now automatically create a migration fi...
David Heinemeier Hansson
2006-02-25
1
-0
/
+11
*
Model generator: correct relative path to test_helper in unit test.
Jeremy Kemper
2005-11-22
1
-1
/
+1
*
Added demonstration of fixture use to the test case generated by the model ge...
David Heinemeier Hansson
2005-11-02
2
-7
/
+3
*
Fixed generated functional test for nested controllers has wrong paths #635
David Heinemeier Hansson
2005-02-15
1
-3
/
+0
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
2
-6
/
+4
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
2
-4
/
+6
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
2
-6
/
+4
*
Added new generator framework that informs about its doings on generation and...
David Heinemeier Hansson
2005-02-07
3
-0
/
+26