rake db:abort_if_pending_migrations # Raises an error if there are pending migrations 提出了一个错误,如果有等待迁移 rake db:charset # Retrieves the charset for the current environment's database 获取当前环境的数据库字符集 rake db:collation # Retrieves the collation for the current environment's database 获取当前环境的数据库排序规则 rake db:create # Create the database defined in config/database.yml for the current RAILS_ENV 创建在config / database.yml中为当前数据库中定义RAILS_ENV rake db:create:all # Create all the local databases defined in config/database.yml 创建所有在config / database.yml中所有定义的本地数据库 rake db:drop # Drops the database for the current RAILS_ENV 丢弃当前RAILS_ENV数据库 rake db:drop:all # Drops all the local databases defined in config/database.yml 丢弃在config / database.yml中所有定义的本地数据库 rake db:fixtures:identify # Search for a fixture given a LABEL or ID. 确定给定一个标签或标识夹具#搜索 rake db:fixtures:load # Load fixtures into the current environment's database. 加载到当前环境的数据库负载装置 rake db:migrate # Migrate the database through scripts in db/migrate. 迁移数据库通过脚本在db /迁移 rake db:migrate:down # Runs the "down" for a given migration VERSION. 运行向下的版本迁移 rake db:migrate:redo # Rollbacks the database one migration and re migrate up. 回滚数据库迁移的迁移和重新注册 rake db:migrate:reset # Resets your database using your migrations for the current environment 重设您的数据库使用当前环境中的迁移 rake db:migrate:up # Runs the "up" for a given migration VERSION. 运行向上的迁移版本 rake db:reset # Drops and recreates the database from db/schema.rb for the current environment. 删除,再现了从DB /适合当前环境schema.rb数据库 rake db:rollback # Rolls the schema back to the previous version. 回到以前的版本 rake db:schema:dump # Create a db/schema.rb file that can be portably used against any DB supported by AR 创建一个DB / schema.rb文件可移植,可用于对任何DB的AR支持 rake db:schema:load # Load a schema.rb file into the database 加载到数据库中加载schema.rb文件 rake db:sessions:clear # Clear the sessions table 清除会话表 rake db:sessions:create # Creates a sessions migration for use with CGI::Session::ActiveRecordStore 创建一个与CGI使用CGI::Session::ActiveRecordStor rake db:structure:dump # Dump the database structure to a SQL file 转储转储数据库结构到一个SQL文 rake db:test:clone # Recreate the test database from the current environment's database schema 重新创建从当前环境的数据库模式测试数据库 rake db:test:clone_structure # Recreate the test databases from the development structure 重新创建从发展结构的测试数据库 rake db:test:load # Recreate the test database from the current schema.rb 从当前schema.rb重新创建测试数据库 rake db:test:prepare # Check for pending migrations and load the test schema 检查待迁移和负载测试模式 rake db:test:purge # Empty the test database 空测试数据库 rake db:version # Retrieves the current schema version number 获取当前架构的版本号 rake doc:app # Build the app HTML Files 生成的应用程序的HTML文件 rake doc:clobber_app # Remove rdoc products 删除的rdoc产品 rake doc:clobber_plugins # Remove plugin documentation 删除插件文件 rake doc:clobber_rails # Remove rdoc products 删除的rdoc产品 rake doc:guides # Generate Rails guides 生成Rails导游指南 rake doc:plugins # Generate documentation for all installed plugins 所有已安装的插件插件生成文档 rake doc:rails # Build the rails HTML Files 生成HTML文件 rake doc:reapp # Force a rebuild of the RDOC files 强制重新生成的rdoc文件 rake doc:rerails # Force a rebuild of the RDOC files 强制重新生成的rdoc文件 rake gems # List the gems that this rails application depends on 列出gems,这取决于应用 rake gems:build # Build any native extensions for unpacked gems 建立任何宝石原生扩展为解开 rake gems:install # Installs all required gems for this application. 安装所有需要的宝石 rake gems:refresh_specs # Regenerate gem specifications in correct format. 在正确的格式再生gems规范 rake gems:unpack # Unpacks the specified gem into vendor/gems. 解压解压到vendor/gems rake gems:unpack:dependencies # Unpacks the specified gems and its dependencies into vendor/gems 依赖gems和解压到指定的vendor/gems它的依赖 rake log:clear # Truncates all *.log files in log/ to zero bytes /清除零字节*.log文件 rake notes # Enumerate all annotations 枚举所有注释 rake notes:custom # Enumerate a custom annotation, specify with ANNOTATION=WTFHAX 枚举一个自定义注解,指定具有注释=WTFHAX rake notes:fixme # Enumerate all FIXME annotations 枚举所有FIXME注解 rake notes:optimize # Enumerate all OPTIMIZE annotations 枚举所有最佳化的注解 rake notes:todo # Enumerate all TODO annotations 枚举所有的TODO注释 rake rails:freeze:edge # Lock to latest Edge Rails, for a specific release use RELEASE=1.2.0 锁定为最新的Rails,对于一个特定版本使用的RELEASE= 1.2.0 rake rails:freeze:gems # Lock this application to the current gems (by unpacking them into vendor/rails) 锁定这是当前正在申请宝石(由解压到vendor/rails) rake rails:unfreeze # Unlock this application from freeze of gems or edge and return to a fluid use of system gems 解开这个由gems或edge的应用,并返回冻结宝石流体的系统使用 rake rails:update # Update both configs, scripts and public/javascripts from Rails 更新都configs,scripts及publicavaScript的 rake rails:update:configs # Update config/boot.rb from your current rails install 更新config/boot.rb从您目前安装的rails rake rails:update:javascripts # Update your javascripts from your current rails install 更新您的JavaScript从当前安装的rails rake rails:update:scripts # Add new scripts to the application script/ directory 添加新脚本的应用程序的script/directory rake routes # Print out all defined routes in match order, with names. 打印出所有已定义的路线赛场秩序与名称 rake secret # Generate a crytographically secure secret key. 生成crytographically安全密钥 rake stats # Report code statistics (KLOCs, etc) from the application 统计报表的代码统计(KLOCs,etc),从应用程序 rake test # Run all unit, functional and integration tests 运行所有的单元,功能和集成测试 rake test:benchmark # Run tests for benchmarkdb:test:prepare / Benchmark the performance tests 运行测试为基准benchmarkdb:test:prepare/Benchmark rake test:functionals # Run tests for functionalsdb:test:prepare / Run the functional tests in test/functional 运行测试:测试:准备/运行中测试/功能功能测试 rake test:integration # Run tests for integrationdb:test:prepare / Run the integration tests in test/integration 运行测试:测试:准备/运行在测试集成测试/集成 rake test:plugins # Run tests for pluginsenvironment / Run the plugin tests in vendor/plugins/*/**/test (or specify with PLUGIN=name) 运行插件测试/运行插件供应商/插件/*/**/测试测试(或指定使用插件=名) rake test:profile # Run tests for profiledb:test:prepare / Profile the performance tests 运行测试:测试:准备/配置文件的性能测试 rake test:recent # Run tests for recentdb:test:prepare / Test recent changes 运行测试:测试:准备/测试最近的变化 rake test:uncommitted # Run tests for uncommitteddb:test:prepare / Test changes since last checkin (only Subversion and Git) 运行测试:测试:自上次签入(只颠覆和Git)编写/测试的变化 rake test:units # Run tests for unitsdb:test:prepare / Run the unit tests in test/unit 运行测试:测试:准备/测试中运行单元测试/单位 rake time:zones:all # Displays names of all time zones recognized by the Rails TimeZone class, grouped by offset. 显示由Rails TimeZone类被抵消分组,确认所有时区的名称 rake time:zones:local # Displays names of time zones recognized by the Rails TimeZone class with the same offset as the system local time 显示的时区由Rails TimeZone类确认为系统本地时间偏移量相同的名称 rake time:zones:us # Displays names of US time zones recognized by the Rails TimeZone class, grouped by offset. 显示美国时间由Rails TimeZone类被抵消分组,确认区域的名称。 rake tmp:cache:clear # Clears all files and directories in tmp/cache 清除所有文件和tmp目录/高速缓存 rake tmp:clear # Clear session, cache, and socket files from tmp/ 清除会话,缓存和套接字文件从tmp目录/ rake tmp:create # Creates tmp directories for sessions, cache, and sockets 创建用于创建会话,缓存和插座tmp目录 rake tmp:pids:clear # Clears all files in tmp/pids 清除所有文件在tmp/pids rake tmp:sessions:clear # Clears all files in tmp/sessions 清除所有文件在tmp/sessions rake tmp:sockets:clear # Clears all files in tmp/sockets 清除所有文件在tmp/sockets
以上翻译均来自google,有不对之处望谅解
发表评论
-
使用 Capistrano 对rails app进行快速部署
2011-02-23 15:05 1818仅转载了,还没有用过,如果有问题可留言,大家一起讨论 在进行 ... -
ruby进行web serveice的方法
2011-02-15 14:37 859require 'soap/wsdlDriver' #url ... -
友好的登录系统
2011-01-28 10:54 707友好的登录系统 按照目前的代码,如果管理员尝试在未登录的状态下 ... -
第三版
2011-01-27 15:36 0view格式化价格 <%= number_to_curr ... -
用户操作数据库记录
2011-01-25 15:16 882今天我们看看怎样在数据库记录用户操作 db/migrate/0 ... -
Ruby中 respond_to? 和 send 的用法
2011-01-25 14:24 1287obj = Object.new if obj ... -
rails 路由
2011-01-25 14:17 11854 正则路由 Rails支持 ... -
rails 验证自定义方法
2011-01-25 11:37 1599可以自定义validate(), 这个方法在每次保存数据时都会 ... -
flash-notice自动消失
2011-01-25 11:12 1453flash 提示的自动消失: <body onloa ... -
密码加密和解密
2011-01-25 11:11 1232two way crypt: #http://crypt. ... -
开发环境页面直接调试
2011-01-25 11:06 698#首先,在layout里边的合适地方添加debug,并且使 ... -
对静态页面进行缓存
2011-01-24 14:35 962对于静态站点我们可以利用Rails的cache来管理,如在co ... -
rvm部署rails3和ruby192
2011-01-21 10:39 11131. Installing RVM $ sudo gem ... -
rails要理解
2011-01-18 10:57 644清单3 module Dictionary ... -
rails 加载不同插件设置
2010-12-31 14:49 407config.plugins = [ :all ] co ... -
参考rails 下拉
2010-12-31 14:47 682对于多数的model的select列表,我都会用model属性 ... -
自定义form提示
2010-12-31 10:53 724自定义form错误提示 application_contro ... -
提高rails开发模式下静态页加载速度
2010-12-31 10:44 895http://github.com/thedarkone/ra ... -
rails 连接多个数据库
2010-12-30 10:31 791首先在database.yml中加入以下代码,其中cg_clo ... -
瘦controller,富model
2010-12-28 14:02 759----先看这么一段rhtml代码:渲染模板中加入了这么多的逻 ...
相关推荐
在这个例子中,`:default`是任务名,`do...end`之间的代码块是任务体,当执行`rake`命令时,如果没有指定任务,就会默认执行`:default`任务。 ### 3. 任务依赖 Rake支持任务间的依赖关系,例如: ```ruby task :...
通过运行`gem install rake-0.8.7.gem`命令,开发者可以将这个特定版本的rake添加到他们的开发环境中。而`rake1-0.8.7.tgz`则是一个压缩包,可能包含了源代码和其他相关文件,用于那些希望从源码编译安装的用户。 ...
使用halcon进行测量,使用的是rake算子;使用halcon进行测量,使用的是rake算子;
RAKE接收机是一种在无线通信系统中用于处理多径衰落信号的重要技术,尤其是在扩频码分多址(CDMA)系统中。它利用多径传播的特性,将来自不同路径的延迟信号分别进行接收和合并,从而提高信号的接收质量。在本压缩包...
安装这个版本的rake,开发者通常需要解压文件,然后使用gem(Ruby的包管理器)进行安装,命令可能类似于`gem install rake-0.8.7.gem`。确保安装正确后,就可以在Rails环境中使用rake来执行各种项目任务。 值得注意...
rake接收matlab仿真 rake接收(多径分集技术)是一种常用的信道分集技术,通过在接收端对信号进行分集和合并,以提高信道容量和抗干扰能力。Matlab仿真程序是使用Matlab语言编写的仿真程序,用于模拟rake接收机的...
RAKE接收机是一种在无线通信系统中,特别是用于3G(第三代)移动通信网络中的关键技术。它主要用于CDMA(码分多址)系统,通过利用多径传播的优点来提高信号的接收质量和系统的容量。RAKE接收机的工作原理是将来自...
标题中的“matlab rake”指的是使用MATLAB编程实现的RAKE接收机,这是一种在无线通信系统中常用于多径衰落信道下的信号接收技术。RAKE接收机通过合并来自不同传播路径的信号副本,有效地利用了多径分集,从而提高...
使用简单的 rake 命令整理您的桌面、下载和其他杂乱文件夹。 简单有效。 用法 在开始使用 Mess Organizer 之前,您需要在您的操作系统上安装和 。 如果你已经安装了 Rake gem,只需将这个 repo 克隆到你想要组织的...
安装`RAKE`库的命令为: ```bash pip install git+https://github.com/aneesha/RAKE.git ``` 使用时,首先需要导入`RAKE`模块,然后创建`RAKE`对象,加载停用词列表,接着对文本进行处理并提取关键词: ```python ...
RAKE接收技术是移动通信,特别是第三代CDMA(码分多址)系统中用来对抗多径衰落的重要手段。在CDMA系统中,信号的宽带特性导致了复杂的多径传播,这会严重影响通信质量。RAKE接收机利用了多径分集的原理,能够从时间...
RAKE接收机是一种在CDMA(码分多址)移动通信系统中用于对抗多径衰落的重要技术。它通过在时间域中分离并合并多径信号来提高接收性能。Rake接收机的基本思想是对到达的不同路径上的信号进行独立处理,然后以某种方式...
扩频多径信道下RAKE接收机的性能分析(matlab仿真) 本文主要研究了扩频多径信道下RAKE接收机的性能分析,通过使用MATLAB软件进行仿真,比较了不同的合并方式和分集重数对RAKE接收机性能的影响。 首先,文章介绍了...
rake工具是用来检测直线的,通过鼠标画一条线,然后工具根据已设定好的参数去附近区域寻找并拟合直线,返回这条直线。两条直线就可以计算交点了。 rake工具封装了三个函数来完成,代码不少,下面我就来展示详细的...
标题中的"BPPM-rake1.rar"指的是使用BPPM(Binary Phase Shift Keying - Rake)调制技术的RAKE接收机的相关研究,而"rake_th rake"可能是对特定类型的RAKE接收机或算法的标识,可能是"Time-Hopping RAKE"的简写。...
在无线通信领域,Rake接收机是一种用于处理多径衰落信道的高效接收技术,尤其是在扩频系统和CDMA(码分多址)系统中广泛应用。本篇将详细讲解Rake接收机的工作原理,结合Matlab进行仿真,并探讨分集接收与合并技术。...
"短波通信中的Rake接收技术" 短波通信中的Rake接收技术是指在短波扩频通信中,利用多径信号的有效能量提高输出信噪比,改善短波通信质量的技术。该技术可以将多径信号进行识别和分离,提高接收信号的信噪比,达到...
在本主题中,我们聚焦于"基于Halcon,鸟叔的spoke和rake函数",这两个函数是鸟叔(一位在机器视觉社区中有影响力的专家)针对Halcon进行的特定封装,以帮助用户更方便地进行边缘检测和圆形特征的查找。 首先,让...
"RAKE 接收机的基本原理" RAKE 接收机是 CDMA 扩频系统中的一种经典的分集接收器,其原理是基于多径信号的自相关特性。CDMA 扩频码在选择时就要求它有很好的自相关特性,使得信道带宽远远大于信道的平坦衰落带宽。 ...