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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get Railties passing again
Yehuda Katz
2009-05-16
1
-1
/
+1
*
Remove the class_path from the collisions test.
Michael Koziarski
2008-10-14
1
-1
/
+1
*
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
2
-2
/
+6
*
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
*
Use the correct generator name in the docs (closes #9111) [ceefour]
David Heinemeier Hansson
2007-09-25
1
-1
/
+1
*
Added --skip-fixture option to script/generate model (closes #6862) [sandofsky]
David Heinemeier Hansson
2007-09-23
1
-2
/
+7
*
Fixed the placement of fixture files for nested models when generating throug...
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
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
*
Wordsmith generator USAGEs.
Jeremy Kemper
2007-05-29
1
-14
/
+14
*
Generated migrations include timestamps by default. Closes #8501.
Jeremy Kemper
2007-05-29
3
-4
/
+10
*
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
*
Include field:type option for models
David Heinemeier Hansson
2006-10-09
1
-0
/
+4
*
Added script/generate resource which works just like scaffold_resource, but c...
David Heinemeier Hansson
2006-10-09
3
-15
/
+30
*
Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.
Nicholas Seckar
2006-06-28
1
-1
/
+1
*
Make generation of namespaced models produce proper migrations #4219 [Caio Ch...
David Heinemeier Hansson
2006-03-18
1
-2
/
+2
*
Migrations created alongside models should be called CreateModels not AddMode...
David Heinemeier Hansson
2006-03-05
1
-2
/
+2
*
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 tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...
David Heinemeier Hansson
2006-02-25
1
-1
/
+1
*
Added that script/generate model will now automatically create a migration fi...
David Heinemeier Hansson
2006-02-25
3
-1
/
+30
*
Model generator: correct relative path to test_helper in unit test.
Jeremy Kemper
2005-11-22
1
-1
/
+1
*
Remove superfluous check for pluralize_table_names (use table_name which does...
Sam Stephenson
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 that model generator would make fixtures plural, even if ActiveRecord::...
David Heinemeier Hansson
2005-07-02
1
-1
/
+1
*
Improved the generated scaffold code a lot to take advantage of recent Rails ...
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Check class path for conflicts on generation #640 [bitsweat]
David Heinemeier Hansson
2005-02-17
1
-1
/
+1
*
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
3
-6
/
+9
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
3
-9
/
+6
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
3
-6
/
+9
*
Added new generator framework that informs about its doings on generation and...
David Heinemeier Hansson
2005-02-07
5
-0
/
+56