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
/
model
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
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
1
-0
/
+3
*
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 model generator
Gannon McGibbon
2018-09-27
1
-0
/
+1
*
Use .tt extension to all the template files
Rafael Mendonça França
2017-11-13
2
-0
/
+0
*
Stop creating ApplicationRecord on model generation
Lisa Ugray
2017-07-24
2
-28
/
+0
*
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
*
`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
1
-5
/
+5
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
1
-6
/
+6
*
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
-6
/
+6
*
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
*
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
*
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
1
-2
/
+1
*
Add Secure Token Generator
robertomiranda
2015-01-11
1
-0
/
+3
*
Add a `required` option to the model generator
Sean Griffin
2014-08-08
1
-1
/
+1
*
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
*
Add support for generate scaffold password:digest
Sam Ruby
2013-03-13
1
-1
/
+4
*
Support creating a table migration generator
Sammy Larbi
2013-03-01
2
-16
/
+1
*
nodoc AR::Generators [ci skip]
Francesco Rodriguez
2012-10-20
1
-2
/
+2
*
Remove mass assignment security from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-5
/
+0
*
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
*
Automatically create indexes for references/belongs_to statements in migrations.
Joshua Wood
2012-04-14
1
-1
/
+2
*
Whitelist all attribute assignment by default.
Michael Koziarski
2012-03-05
2
-0
/
+9
*
Tidy up migration types.
José Valim
2011-12-24
2
-8
/
+7
*
added ability to specify from cli when generating a model/migration whether p...
Dmitrii Samoilov
2011-12-24
2
-3
/
+6
*
for => each in model migration template
Guillermo Iguaran
2011-05-20
1
-1
/
+1
*
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 model generator
Prem Sichanugrist
2011-01-04
1
-5
/
+1
[next]