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
/
activerecord
/
lib
/
rails
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Generation of proper migration when
Kuldeep Aggarwal
2014-03-25
1
-3
/
+7
*
Make `.next_migration_number` reusable for third party AR generators.
Yves Senn
2013-09-30
2
-8
/
+20
*
copy edits[ci skip]
Vijay Dev
2013-05-19
1
-1
/
+1
*
Added documentation for model migration generation
aditya-kapoor
2013-05-14
1
-0
/
+4
*
Added documentation for ActiveRecord::Generators::MigrationGenerator.next_mig...
aditya-kapoor
2013-05-10
1
-0
/
+4
*
Add support for generate scaffold password:digest
Sam Ruby
2013-03-13
2
-1
/
+8
*
Support creating a table migration generator
Sammy Larbi
2013-03-01
3
-3
/
+10
*
Migration generators use `change` even for destructive methods [#8267]
Marc-Andre Lafortune
2012-12-21
1
-16
/
+4
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
2
-19
/
+0
*
nodoc AR::Generators [ci skip]
Francesco Rodriguez
2012-10-20
4
-10
/
+10
*
Remove mass assignment security from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-5
/
+0
*
add mini-validator on creating migration
Jan Bernacki
2012-09-06
1
-0
/
+9
*
Extract ActiveRecord::SessionStore from Rails
Prem Sichanugrist
2012-08-24
2
-36
/
+0
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-2
/
+2
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Add fkey attributes to `join_table` migration generator
Aleksey Magusev
2012-07-19
1
-2
/
+10
*
Add join table migration generator
Aleksey Magusev
2012-07-18
2
-6
/
+27
*
Add references statements to migration generator
Aleksey Magusev
2012-07-08
1
-4
/
+16
*
Fixed generating namespaced table_name_prefix in engines
Wojciech Wnętrzak
2012-07-06
1
-1
/
+1
*
Add polymorphic option to model generator
Aleksey Magusev
2012-06-27
1
-1
/
+1
*
Refactor migration generator
Oscar Del Ben
2012-05-18
1
-6
/
+3
*
Automatically create indexes for references/belongs_to statements in migrations.
Joshua Wood
2012-04-14
1
-1
/
+2
*
Fix indenting in migration generator
Colin Bartlett
2012-03-27
1
-2
/
+2
*
Avoid another blank line in generated migration and remove assertion as per @...
Marcelo Silveira
2012-03-21
1
-1
/
+1
*
Merge pull request #5532 from mhfs/migration_blank_line
José Valim
2012-03-21
1
-1
/
+1
|
\
|
*
Remove blank line from generated migration
Marcelo Silveira
2012-03-20
1
-1
/
+1
*
|
Generate Migration Thats Adds Removed Index
Travis Jeffery
2012-03-21
1
-0
/
+3
|
/
*
Whitelist all attribute assignment by default.
Michael Koziarski
2012-03-05
2
-0
/
+9
*
Remove unused implementation of next_migration_number
Marcelo Silveira
2012-02-23
2
-17
/
+0
*
Tidy up migration types.
José Valim
2011-12-24
4
-11
/
+10
*
added ability to specify from cli when generating a model/migration whether p...
Dmitrii Samoilov
2011-12-24
4
-7
/
+16
*
Use change in place of up and down in sessions table migration
Vijay Dev
2011-05-28
1
-5
/
+1
*
for => each in model migration template
Guillermo Iguaran
2011-05-20
1
-1
/
+1
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
Delete blank lines in migration generator
Santiago Pastorino
2011-02-02
1
-3
/
+2
*
Configurable generation of add_index for references columns
Michał Łomnicki
2011-02-01
2
-0
/
+3
*
Use Rails 3.1 `change` method in 'add_' migration generator
Prem Sichanugrist
2011-01-04
1
-0
/
+8
*
Use Rails 3.1 `change` method in model generator
Prem Sichanugrist
2011-01-04
1
-5
/
+1
*
Generate add_index by default when giving type belongs_to or references
Santiago Pastorino
2010-12-16
1
-0
/
+4
*
updating generators
Aaron Patterson
2010-11-17
3
-6
/
+6
*
Add namespacing for observer generator
Piotr Sarnacki
2010-09-25
1
-0
/
+2
*
Generators fix: properly check if module should be created when creating a na...
Piotr Sarnacki
2010-09-25
1
-1
/
+1
*
Refactor namespaced generators to use module_namespacing block helper
Piotr Sarnacki
2010-09-24
3
-2
/
+6
*
Generators are not aware of namespace of isolated engines and applications
Piotr Sarnacki
2010-09-24
1
-2
/
+2
*
Implemented ActiveRecord::Migrations#copy based on James Adam's idea
Piotr Sarnacki
2010-09-03
1
-0
/
+6
*
split out active_record migration logic so others can easily reuse [#5389 sta...
Jack Dempsey
2010-09-01
2
-10
/
+17
*
Avoid a blank line before the add/remove columns
Santiago Pastorino
2010-06-25
1
-2
/
+2
*
Line break in migration template and nicer code indentation
Łukasz Strzałkowski
2010-06-25
1
-6
/
+8
[next]