aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/active_record.rb
Commit message (Expand)AuthorAgeFilesLines
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-56/+0
* Use less strict rules in generators lookup, so people can lay their generator...José Valim2009-08-101-1/+0
* Rename Rails::Generators::ActionORM to Rails::Generators::ActiveModel.José Valim2009-08-081-2/+2
* Always allow params to be skipped on action orm in generators.José Valim2009-07-131-2/+2
* Make scaffold controller generate agnostic code and mark some hooks as required.José Valim2009-07-021-0/+1
* Added Rails::Generators::ActionORM to hold ORM methods necessary to build a g...José Valim2009-07-021-2/+34
* Put migration methods into a separate folder and let just ActiveRecord depend...José Valim2009-07-021-39/+5
* Added migration and session_migration generator.José Valim2009-06-281-1/+1
* Added migrations and make base generators be lazy loaded.José Valim2009-06-281-0/+50
* Make Observer generator agnostic.José Valim2009-06-271-0/+8