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
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
*
|
Remove `required: true` from the model generator template
Prathamesh Sonpatki
2019-04-15
1
-1
/
+1
*
|
Add attachment and attachments field generators
Chris Oliver
2019-03-30
1
-0
/
+6
*
|
Add rich_text field to model generators
Chris Oliver
2019-03-28
3
-3
/
+8
*
|
Make aliases of `database` option in generators work
yuuji.yaginuma
2019-03-20
2
-2
/
+2
|
/
*
Refactor migrations_path command option to database
Gannon McGibbon
2018-09-28
3
-6
/
+17
*
Add migrations_paths option to model generator
Gannon McGibbon
2018-09-27
1
-0
/
+1
*
Add migrations_paths option to migration generator
Eileen Uchitelle
2018-08-30
2
-1
/
+4
*
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
5
-0
/
+0
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-5
/
+6
*
Handling add/remove to/from migration edge cases
Guilherme Reis Campos
2017-08-03
1
-1
/
+1
*
Stop creating ApplicationRecord on model generation
Lisa Ugray
2017-07-24
3
-23
/
+26
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
4
-0
/
+8
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
4
-4
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
4
-0
/
+4
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Check whether `Rails.application` defined before calling it
Andrew White
2017-03-07
1
-1
/
+1
*
move `db_migrate_path` method to `Migration` module
yuuji.yaginuma
2017-01-22
3
-16
/
+8
*
Generate migrations at path set by `config.paths["db/migrate"]`
Kevin Glowacz
2017-01-16
2
-2
/
+18
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
Fix generator command for nested (namespaced) rails engine
Fumiaki MATSUSHIMA
2017-01-03
1
-1
/
+1
*
No need `:doc:` for `:nodoc:` classes [ci skip]
Ryuta Kamizono
2016-12-25
2
-8
/
+8
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
2
-10
/
+11
*
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
2
-2
/
+2
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
4
-14
/
+14
*
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
*
Always genererate models with ApplicationRecord parent
Genadi Samokovarov
2016-04-28
1
-11
/
+3
*
correctly check `ApplicationRecord` is exist in moutable engine
yuuji.yaginuma
2016-02-25
2
-11
/
+17
*
Add notes for future selves
Jon Moss
2016-02-22
1
-0
/
+1
*
Generate ApplicationRecord if it does not already exist
Jon Moss
2016-02-22
2
-0
/
+11
*
Added references option to join tables
Ernst Rullmann
2016-01-31
1
-0
/
+4
*
correctly presence check of `application_record.rb` in plugin
yuuji.yaginuma
2016-01-02
1
-1
/
+7
*
Make sure File.exist? run in the root of the application
Rafael Mendonça França
2015-12-16
1
-1
/
+5
*
Do not define attributes_with_index as a Thor task
Rafael Mendonça França
2015-12-16
1
-4
/
+4
*
Remove dead code
Rafael Mendonça França
2015-12-16
1
-4
/
+0
*
Introduce ApplicationRecord, an Active Record layer supertype
Genadi Samokovarov
2015-12-16
1
-1
/
+8
*
Add migration versioning via Migration subclasses
Matthew Draper
2015-12-15
2
-2
/
+2
*
Stop aligning the arguments
Rafael Mendonça França
2015-10-23
1
-4
/
+4
*
Use thor class_option to make the primary_key_type option work
Rafael Mendonça França
2015-10-23
4
-10
/
+10
*
Move default uuid generation to active_record
Jon McCartie
2015-10-23
2
-1
/
+9
*
Set active_record config for always creating uuids in generators
Jon McCartie
2015-10-20
1
-1
/
+1
[next]