Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
rafaelp-rafaelp-dbdesigner_generators
Advanced tools
This gem generates ActiveRecord Migration files from a DB Designer 4 xml file.
$ sudo gem sources -a http://gems.github.com (you only have to do this once)
$ sudo gem install rafaelp-dbdesigner_generators
Inset line below in your config/environments/development.rb
require 'dbdesigner_migration_generator'
Save you model in db/dbdesigner_model.xml, then run:
$ ruby script/generate dbdesigner_migration [MigrationName] [only|except] [table1] [table2] [table3]
$ ruby script/generate dbdesigner_migration CompleteDatabase
$ ruby script/generate dbdesigner_migration CreateAccountsAndUsers only accounts users
$ ruby script/generate dbdesigner_migration CreateOtherTables except accounts users
You can put the magical keyword ignore on first line of table comments, on your model at DB Designer, to automatically ignore the table on migration generation.
DBDesigner Generators is released under the MIT License.
Working at BielSystems and Myfreecomm
Blog: http://rafael.adm.br
Podcast: http://rafael.adm.br/voltandopracasa
Github: http://github.com/rafaelp
Twitter: http://twitter.com/rafaelp
FAQs
Unknown package
We found that rafaelp-rafaelp-dbdesigner_generators demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.