1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides
Sammy Larbi 20e041579f Support creating a table migration generator
Sometimes you want to create a table without an associated model and
test, which is also not a join table. With this commit, you can now
do that.

Example:

    rails g migration create_posts title:string
or
    rails g migration CreatePosts title:string

This commit also moves the template the model generator uses for the
migration to the migration templates folder, as it seems a more
sensible place for it now that it is shared code.
2013-03-01 06:13:30 -06:00
..
assets Getting Started Guide: strong_parameters 2013-01-22 00:08:31 -05:00
code/getting_started Change default root route helper 2013-02-26 03:25:59 +09:00
rails_guides place article name in the beginning of guides page title 2013-01-06 01:46:30 +03:00
source Support creating a table migration generator 2013-03-01 06:13:30 -06:00
CHANGELOG.md Update CHANGELOGS 2013-02-26 13:45:57 -03:00
rails_guides.rb
Rakefile Add periodical-style TOC and navigation to Kindle version of guides 2012-12-01 18:08:10 -05:00
w3c_validator.rb