1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/generators
Piotr Sarnacki 5df72a238e Rake tasks for managing database while development and testing of engines
Some of the engines needs database. As engine needs to be run inside
Rails application, migrations and other database operations are run
from dummy application. To make that process simple I changed db
tasks to look for migrations in both engine's and application's
db/migrate directory. You can run all of the database tasks from
test/dummy or directly from engine with prefix app, like:

  rake app:db:migrate
  rake app:db:migrate:redo
2010-12-09 01:59:54 +01:00
..
erb Change inside_namespace method to inside_template and use it in all templates by default 2010-11-16 16:38:14 +01:00
rails Rake tasks for managing database while development and testing of engines 2010-12-09 01:59:54 +01:00
test_unit Fix scaffold generator to be aware of namespace in isolated engine 2010-11-03 20:48:40 +01:00
actions.rb For templates' gem method, :env is deprecated, use :group instead 2010-12-01 16:16:00 +11:00
active_model.rb edit pass to apply API guideline wrt the use of "# =>" in example code 2010-07-30 02:30:04 +02:00
app_base.rb Allow http templates again, fix the broken test 2010-11-27 22:05:35 -02:00
base.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
erb.rb Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00
generated_attribute.rb Output a friendly message when no type given for GeneratedAttribute [#5461 state:resolved] 2010-09-02 12:59:21 +02:00
migration.rb Remove existing migration when using 'rails generate model' with --force [#5526 state:committed] 2010-09-18 21:22:29 +02:00
named_base.rb Change inside_namespace method to inside_template and use it in all templates by default 2010-11-16 16:38:14 +01:00
resource_helpers.rb Merge remote branch 'drogus/plugin_new' 2010-11-11 19:39:21 +01:00
test_case.rb Move capture to Kernel. [#5641 state:resolved] 2010-09-18 20:49:36 +02:00
test_unit.rb Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00