aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails
Commit message (Expand)AuthorAgeFilesLines
...
* Set active_record config for always creating uuids in generatorsJon McCartie2015-10-201-1/+1
* [ci skip] Correct grammar, add docs to ActiveRecord migration generatorNick Cox2015-04-281-4/+5
* Add Secure Token Generatorrobertomiranda2015-01-113-0/+11
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-041-1/+1
* Use the new `foreign_key` option on `references` in generatorsSean Griffin2014-12-222-9/+0
* Generators add foreign keys on referencesDerek Prior2014-11-252-0/+9
* Merge pull request #16062 from sgrif/sg-required-generatorsRafael Mendonça França2014-08-172-2/+2
|\
| * Add a `required` option to the model generatorSean Griffin2014-08-082-2/+2
* | Change the default `null` value for timestampsSean Griffin2014-08-121-1/+1
|/
* Fix Generation of proper migration whenKuldeep Aggarwal2014-03-251-3/+7
* Make `.next_migration_number` reusable for third party AR generators.Yves Senn2013-09-302-8/+20
* copy edits[ci skip]Vijay Dev2013-05-191-1/+1
* Added documentation for model migration generationaditya-kapoor2013-05-141-0/+4
* Added documentation for ActiveRecord::Generators::MigrationGenerator.next_mig...aditya-kapoor2013-05-101-0/+4
* Add support for generate scaffold password:digestSam Ruby2013-03-132-1/+8
* Support creating a table migration generatorSammy Larbi2013-03-013-3/+10
* Migration generators use `change` even for destructive methods [#8267]Marc-Andre Lafortune2012-12-211-16/+4
* Remove observers and sweepersRafael Mendonça França2012-11-282-19/+0
* nodoc AR::Generators [ci skip]Francesco Rodriguez2012-10-204-10/+10
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-5/+0
* add mini-validator on creating migrationJan Bernacki2012-09-061-0/+9
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-242-36/+0
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+2
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Add fkey attributes to `join_table` migration generatorAleksey Magusev2012-07-191-2/+10
* Add join table migration generatorAleksey Magusev2012-07-182-6/+27
* Add references statements to migration generatorAleksey Magusev2012-07-081-4/+16
* Fixed generating namespaced table_name_prefix in enginesWojciech Wnętrzak2012-07-061-1/+1
* Add polymorphic option to model generatorAleksey Magusev2012-06-271-1/+1
* Refactor migration generatorOscar Del Ben2012-05-181-6/+3
* Automatically create indexes for references/belongs_to statements in migrations.Joshua Wood2012-04-141-1/+2
* Fix indenting in migration generatorColin Bartlett2012-03-271-2/+2
* Avoid another blank line in generated migration and remove assertion as per @...Marcelo Silveira2012-03-211-1/+1
* Merge pull request #5532 from mhfs/migration_blank_lineJosé Valim2012-03-211-1/+1
|\
| * Remove blank line from generated migrationMarcelo Silveira2012-03-201-1/+1
* | Generate Migration Thats Adds Removed IndexTravis Jeffery2012-03-211-0/+3
|/
* Whitelist all attribute assignment by default.Michael Koziarski2012-03-052-0/+9
* Remove unused implementation of next_migration_numberMarcelo Silveira2012-02-232-17/+0
* Tidy up migration types.José Valim2011-12-244-11/+10
* added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-244-7/+16
* Use change in place of up and down in sessions table migrationVijay Dev2011-05-281-5/+1
* for => each in model migration templateGuillermo Iguaran2011-05-201-1/+1
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Delete blank lines in migration generatorSantiago Pastorino2011-02-021-3/+2
* Configurable generation of add_index for references columnsMichał Łomnicki2011-02-012-0/+3
* Use Rails 3.1 `change` method in 'add_' migration generatorPrem Sichanugrist2011-01-041-0/+8
* Use Rails 3.1 `change` method in model generatorPrem Sichanugrist2011-01-041-5/+1
* Generate add_index by default when giving type belongs_to or referencesSantiago Pastorino2010-12-161-0/+4