aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/company_in_module.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* modernizes hash syntax in activerecordXavier Noria2016-08-061-14/+14
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-13/+13
* Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methodsWojciech Wnętrzak2015-02-191-1/+1
* Add support for module-level table_suffix in modelsJenner LaFave2014-05-051-0/+18
* Removed support for deprecated `finder_sql` in associations.Neeraj Singh2013-07-021-4/+0
* Revert "Unused methods, module, etc."Akira Matsuda2013-01-241-0/+8
* Unused methods, module, etc.Akira Matsuda2013-01-241-8/+0
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-1/+0
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-08-011-1/+3
* Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-011-0/+1
* Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-201-1/+0
* Convert association macros to the new syntaxJon Leighton2012-07-201-4/+4
* Object#returning removedSantiago Pastorino2010-07-251-1/+1
* Add the ability to specify table_name_prefix on individual modulesAndrew White2010-03-281-0/+17
* Fix for nested :include with namespaced models.Rich Bradley2009-08-091-1/+1
* Merge branch 'master' into active_modelJoshua Peek2009-05-291-0/+2
|\
| * Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+2
* | Deprecate Model#validate/validate_on_create/validate_on_update. Use Model.val...Pratik Naik2009-03-211-3/+6
|/
* Improve ActiveRecord::Base#table_name unit tests for nested classes. Closes #...Josh Peek2008-04-071-0/+2
* move assets and modelsJeremy Kemper2008-01-181-0/+59