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
/
test
/
generators
/
migration_generator_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure generated migrations include a version number
Matthew Draper
2015-12-15
1
-2
/
+2
*
Use thor class_option to make the primary_key_type option work
Rafael Mendonça França
2015-10-23
1
-6
/
+1
*
Move default uuid generation to active_record
Jon McCartie
2015-10-23
1
-3
/
+4
*
Set active_record config for always creating uuids in generators
Jon McCartie
2015-10-20
1
-0
/
+13
*
Add Secure Token Generator
robertomiranda
2015-01-11
1
-0
/
+24
*
Add test missed by a03ea684efc3505647cf0327a501aa2dbb591ad2
Sean Griffin
2014-12-22
1
-2
/
+3
*
Use the new `foreign_key` option on `references` in generators
Sean Griffin
2014-12-22
1
-2
/
+3
*
Generators add foreign keys on references
Derek Prior
2014-11-25
1
-1
/
+25
*
Add a `required` option to the model generator
Sean Griffin
2014-08-08
1
-0
/
+12
*
Fix Generation of proper migration when
Kuldeep Aggarwal
2014-03-25
1
-0
/
+50
*
Support creating a table migration generator
Sammy Larbi
2013-03-01
1
-3
/
+14
*
Migration generators use `change` even for destructive methods [#8267]
Marc-Andre Lafortune
2012-12-21
1
-31
/
+12
*
Simple replacement of variable name for consistency
Marc-Andre Lafortune
2012-12-21
1
-32
/
+32
*
add mini-validator on creating migration
Jan Bernacki
2012-09-06
1
-0
/
+7
*
Add fkey attributes to `join_table` migration generator
Aleksey Magusev
2012-07-19
1
-1
/
+1
*
Add join table migration generator
Aleksey Magusev
2012-07-18
1
-0
/
+13
*
Add references statements to migration generator
Aleksey Magusev
2012-07-08
1
-0
/
+29
*
Usage file in generators shouldn't be fetched only based on source_root
Piotr Sarnacki
2012-04-01
1
-0
/
+4
*
Avoid another blank line in generated migration and remove assertion as per @...
Marcelo Silveira
2012-03-21
1
-1
/
+0
*
Merge pull request #5532 from mhfs/migration_blank_line
José Valim
2012-03-21
1
-0
/
+1
|
\
|
*
Remove blank line from generated migration
Marcelo Silveira
2012-03-20
1
-0
/
+1
*
|
Generate Migration Thats Adds Removed Index
Travis Jeffery
2012-03-21
1
-0
/
+18
|
/
*
Support decimal{1,2} and decimal{1-2} and decimal{1.2} so it works fine with ...
José Valim
2012-01-22
1
-3
/
+3
*
Use 1.9 hash syntax instead.
José Valim
2011-12-24
1
-7
/
+7
*
assert_not_match -> assert_no_match.
José Valim
2011-12-24
1
-2
/
+2
*
Tidy up migration types.
José Valim
2011-12-24
1
-1
/
+1
*
added ability to specify from cli when generating a model/migration whether p...
Dmitrii Samoilov
2011-12-24
1
-0
/
+62
*
be sure to parenthesize the arguments when the first one is a RegExp literal
Akira Matsuda
2011-05-18
1
-8
/
+8
*
Use Rails 3.1 `change` method in 'add_' migration generator
Prem Sichanugrist
2011-01-04
1
-6
/
+1
*
Facepunch failing tests.
José Valim
2010-11-18
1
-6
/
+6
*
Add test for migration generator with name not starting with add or remove. [...
rohit
2010-06-20
1
-0
/
+15
*
Make the migration generator handle pre-existing migrations with the same tim...
Phil Smith
2010-04-19
1
-0
/
+13
*
Load generators from both lib/rails/generators and lib/generators. Using the ...
José Valim
2010-03-23
1
-1
/
+1
*
Get generators tests running on Ruby 1.9.1
José Valim
2010-01-19
1
-1
/
+3
*
Generators load path now will be Ruby load path. If you want to use rspec:ins...
José Valim
2010-01-18
1
-1
/
+1
*
Move all generators tests to use new test case syntax.
José Valim
2010-01-03
1
-21
/
+12
*
Create Rails::Generators::TestCase.
José Valim
2010-01-03
1
-4
/
+4
*
CI breakage
Yehuda Katz
2009-11-02
1
-1
/
+1
*
Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved]
José Valim
2009-10-28
1
-1
/
+1
*
Move railties/lib/* into railties/lib/*
Yehuda Katz + Carl Lerche
2009-09-24
1
-1
/
+1
*
Updated vendored Thor to 0.11.1 and update Rails::Generators.
José Valim
2009-07-14
1
-1
/
+1
*
Added lookup to generators.
José Valim
2009-07-03
1
-1
/
+0
*
Added tessts for resources generator.
José Valim
2009-06-28
1
-16
/
+18
*
Added migration and session_migration generator.
José Valim
2009-06-28
1
-0
/
+58