aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/generated_attribute.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for generate scaffold password:digestSam Ruby2013-03-131-0/+4
* Add GeneratedAttribute#column_name to get the name of the column in theRafael Mendonça França2012-12-101-3/+7
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-4/+4
* update Rails::Generators docs [ci skip]Francesco Rodriguez2012-10-071-1/+1
* Add fkey attributes to `join_table` migration generatorAleksey Magusev2012-07-191-1/+9
* Add join table migration generatorAleksey Magusev2012-07-181-1/+2
* Add polymorphic option to model generatorAleksey Magusev2012-06-271-2/+12
* Refactor GeneratedAttributesCarlos Antonio da Silva2012-04-221-7/+10
* the index option is always created if the type is one of references or belong...Vijay Dev2012-04-181-2/+4
* let's not use `and` in place of `&&`Vijay Dev2012-04-181-1/+1
* Automatically create indexes for references/belongs_to statements in migrations.Joshua Wood2012-04-141-0/+4
* Fix failing test from [7619bcf2]Prem Sichanugrist2012-01-301-1/+1
* rewrites a couple of alternations in regexps as character classesXavier Noria2012-01-301-1/+1
* Support decimal{1,2} and decimal{1-2} and decimal{1.2} so it works fine with ...José Valim2012-01-221-2/+2
* fix a broken testVijay Dev2012-01-151-1/+1
* Extract index and uniq index options to constantsCarlos Antonio da Silva2012-01-141-4/+7
* Use 1.9 hash syntax instead.José Valim2011-12-241-2/+2
* Fix regexp intervals.José Valim2011-12-241-2/+2
* Tidy up migration types.José Valim2011-12-241-33/+43
* added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-241-4/+48
* Generate valid default fixtures for models with a type columnMarc-Andre Lafortune2011-07-111-1/+1
* Attributes on scaffold and model generators default to string.José Valim2011-06-171-1/+1
* generate HTML5 number_field tag for integer fieldsAkira Matsuda2011-05-161-6/+7
* 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
* Output a friendly message when no type given for GeneratedAttribute [#5461 st...rohit2010-09-021-0/+1
* Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 st...Jeff Kreeftmeijer2010-06-101-1/+2
* using :time_select when the attribute type is :time in the scaffold generator...Jeff Kreeftmeijer2010-05-161-6/+7
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+48