Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

muness/migration_sql_generator

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

This is a Rails plugin to generate SQL from migrations.

It achieves this by monkey patching the definitions of ActiveRecord::Base.connection.execute and other related methods.

It has only been tested with the sqlserver and mysql adapters (see limitations). If you test it with another adapter and it works, please let me know!

script/plugin install git://github.com/muness/migration_sql_generator.git

rake db:generate:migration_sql

  • May fail on migrations that perform CRUD via ActiveRecord methods

  • With the mysql adapter, fails on change_column, rename_column

  • Fails on redhillonrails_core plugin with the mysql adapter

  • Muness Alrubaie, Relevance Inc.

Shout out to Jay Fields for the original code this plugin grew out of: blog.jayfields.com/2006/11/rails-generate-sql-from-migrations.html

Copyright Relevance, Inc. 2009

You may use, copy and redistribute this library under the MIT license.

About

Rails plugin to generate SQL files from migrations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.