`

load migrate file and load

 
阅读更多
Dir[Rails.root.join('db','migrate','*.rb')].each{|file|require file}

Dir[File.dirname(__FILE__) + '/../lib/*.rb'].each do |file| 
  require File.basename(file, File.extname(file))
end


rails console
>> require "db/migrate/20090408054532_add_foos.rb"
>> AddFoos.up


script/runner 'require("db/migrate/20090408054532_add_foos.rb").first.constantize.up'


rake db:migrate:up VERSION=20090408054532
分享到:
评论

相关推荐

    ruby example webrick

    ruby sample: @echo off cd D:\proj\demo ...rem load test data (it depends on the db:environment and db:migrate tasks) call rake db:load_test_data call ruby script/server webrick @echo on

    Spectral Core Full Convert Enterprise v6.11.0.1683

    SQL scripts can be written in Full Convert editor, or dynamically loaded from external file, even if it is compressed - and file type mask can be specified to ignore certain files Global Options SQL ...

    hydrus:一种将数字对象自动存储到斯坦福数字存储库中以进行保存和访问的应用程序

    RAILS_ENV=test ./bin/rails hydrus:refreshfix # load all fedora and database fixtures, and get sample uploaded files 运行应用程序 当服务器处于开发模式时,可以使用环境变量提供当前用户和角色: ROLES=...

    Exchange Server 2010 Unleashed.pdf

    to Exchange Server, including access to network file shares, an entry point to SharePoint shares, and a remote voice mail collection point. In addition, Outlook Web App now has full functionality for ...

    acpi控制笔记本风扇转速

    Load/Unload ASL operators and is still under investigation. Restructured the AML ParseLoop function, breaking it into several subfunctions in order to reduce CPU stack use and improve maintainability...

    ridgepole-rails:在RoR上使用ridgepole的便捷任务

    要将数据库的当前架构导出到Schemafile rake ridgepole:export 将Schemafile应用于数据库 rake ridgepole:apply Rails的一些数据库任务被替换为: db:migrate调用ridgepole:apply然后调用ridgepole:export db:...

    rails配置sqlserver2000

    'sqlserver2000' => YAML.load(File.read(Rails.root.join('config', 'database.yml')))[Rails.env].merge( 'pool' => 5, 'timeout' => 5000 ) } config.active_record.default_connection_handler = ...

    详细FPT服务器搭建.docx

    安装完成后,关键的配置文件位于`/etc/vsftpd/vsftpd.conf`,而`/etc/vsftpd/ftpusers`是拒绝访问的黑名单,`/etc/vsftpd/user_list`是允许访问的白名单,`/etc/vsftpd/vsftpd_conf_migrate.sh`包含了变量和设置迁移...

    基于Python Django问卷调查系统 完整代码+数据 毕设 可直接运行

    如果数据库中没有预填充的数据,你可能还需要运行`python manage.py loaddata <datafile>`导入数据,其中`<datafile>`是包含初始数据的JSON或YAML文件。 通过深入研究这个项目,你可以了解到Django如何处理Web请求...

    【毕业设计】基于django的简单的在线考试系统.zip

    退出MySQL管理界面后,随即依次输入和执行 ‘python manage.py makemigrations’,‘ python3 manage.py migrate’ 和 ‘ python manage.py loaddata data.json’即可完成数据库的迁移和数据的导入 在数据导入后,...

    bookSysNew.zip

    6. **管理命令(Management Command)**:Django允许自定义管理命令,如`python manage.py loaddata`用于加载 fixtures 数据,或者`python manage.py migrate`用于执行数据库迁移。 7. **静态文件和媒体文件**:`...

    Linux-FTP配置说明及安装源文件

    /etc/vsftpd/vsftpd_conf_migrate.sh vsftp的主目录的位置在/var/ftp下,并且是系统默认,不能更改。vsftp在通过rpm包安装好后,打开其服务并设为自动运行后,ftp就可以 提供服务了。 20.1.2 vsftp安装与启动 如果...

    msf命令汇总

    - **load**: 加载一个插件或模块。 - **loadpath**: 设置加载路径。 - **quit**: 退出当前会话。 - **resource**: 执行一个脚本文件中的命令。 - **route**: 显示和管理路由表。 - **save**: 保存当前配置。 - **...

    jQuery相关知识总结.docx

    jQuery 社区提供了大量插件,扩展了其功能,例如:滑动效果( bxSlider, Slick )、表单验证( jQuery Validation Plugin )、图片懒加载( LazyLoad )等。 总的来说,jQuery 以其简洁的语法、广泛的兼容性和丰富...

    LINUX FTP设置方法

    FTP(File Transfer Protocol)是一种用于在网络上进行文件传输的标准协议。它采用客户/服务器的工作模式,支持两种连接方式:主动模式(Port)和被动模式(Pasv)。通常情况下,FTP服务器采用被动模式以适应更广泛的...

Global site tag (gtag.js) - Google Analytics