index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
rails
/
generators
/
active_record
/
migration
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'migration-timestamp-fix'
Gannon McGibbon
2019-05-10
1
-0
/
+1
|
\
|
*
Add class option timestamps to migration generator
Michael Duchemin
2019-02-09
1
-0
/
+1
*
|
Add rich_text field to model generators
Chris Oliver
2019-03-28
2
-3
/
+5
*
|
Make aliases of `database` option in generators work
yuuji.yaginuma
2019-03-20
1
-1
/
+1
|
/
*
Refactor migrations_path command option to database
Gannon McGibbon
2018-09-28
1
-1
/
+1
*
Add migrations_paths option to migration generator
Eileen Uchitelle
2018-08-30
1
-0
/
+1
*
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
1
-5
/
+1
*
Use .tt extension to all the template files
Rafael Mendonça França
2017-11-13
2
-0
/
+0
*
Handling add/remove to/from migration edge cases
Guilherme Reis Campos
2017-08-03
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
move `db_migrate_path` method to `Migration` module
yuuji.yaginuma
2017-01-22
1
-8
/
+0
*
Generate migrations at path set by `config.paths["db/migrate"]`
Kevin Glowacz
2017-01-16
1
-1
/
+9
*
No need `:doc:` for `:nodoc:` classes [ci skip]
Ryuta Kamizono
2016-12-25
1
-3
/
+3
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
1
-4
/
+5
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-3
/
+3
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-27
/
+27
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-3
/
+3
*
adds missing requires
Xavier Noria
2016-07-24
1
-0
/
+1
*
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
1
-1
/
+1
*
Added references option to join tables
Ernst Rullmann
2016-01-31
1
-0
/
+4
*
Add migration versioning via Migration subclasses
Matthew Draper
2015-12-15
2
-2
/
+2
*
Use thor class_option to make the primary_key_type option work
Rafael Mendonça França
2015-10-23
1
-0
/
+2
*
Move default uuid generation to active_record
Jon McCartie
2015-10-23
1
-1
/
+1
*
Set active_record config for always creating uuids in generators
Jon McCartie
2015-10-20
1
-1
/
+1
*
[ci skip] Correct grammar, add docs to ActiveRecord migration generator
Nick Cox
2015-04-28
1
-4
/
+5
*
Add Secure Token Generator
robertomiranda
2015-01-11
2
-0
/
+8
*
Change the default `null` value for `timestamps` to `false`
Rafael Mendonça França
2015-01-04
1
-1
/
+1
*
Use the new `foreign_key` option on `references` in generators
Sean Griffin
2014-12-22
2
-9
/
+0
*
Generators add foreign keys on references
Derek Prior
2014-11-25
2
-0
/
+9
*
Merge pull request #16062 from sgrif/sg-required-generators
Rafael Mendonça França
2014-08-17
1
-1
/
+1
|
\
|
*
Add a `required` option to the model generator
Sean Griffin
2014-08-08
1
-1
/
+1
*
|
Change the default `null` value for timestamps
Sean Griffin
2014-08-12
1
-1
/
+1
|
/
*
Fix Generation of proper migration when
Kuldeep Aggarwal
2014-03-25
1
-3
/
+7
*
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
1
-0
/
+4
*
Support creating a table migration generator
Sammy Larbi
2013-03-01
2
-2
/
+24
*
Migration generators use `change` even for destructive methods [#8267]
Marc-Andre Lafortune
2012-12-21
1
-16
/
+4
*
nodoc AR::Generators [ci skip]
Francesco Rodriguez
2012-10-20
1
-3
/
+3
*
add mini-validator on creating migration
Jan Bernacki
2012-09-06
1
-0
/
+9
*
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
*
Refactor migration generator
Oscar Del Ben
2012-05-18
1
-6
/
+3
*
Fix indenting in migration generator
Colin Bartlett
2012-03-27
1
-2
/
+2
[next]