文件名称:EpicEditor:EpicEditor for Rails-是Ruby on Rails引擎,可将来自Oscar Godsonto的惊人JavaScript Markdown编辑器添加到您的Rails 4应用程序中
文件大小:65KB
文件格式:ZIP
更新时间:2024-06-12 07:50:05
Ruby
EpicEditor for Rails EpicEditor为Rails -是一个Ruby on Rails的版本 “可嵌入JavaScript降价编辑器”,准备向右拖放到你的Rails应用4。 注意: EpicEditor for Rails版本0.2.2.1只是将EpicEditor添加到资产管道。 您可以此存储库,以在添加其他功能时收到通知。 其他定制即将推出。 安装 将以下行添加到您的Gemfile中: gem 'epiceditor' , '~> 0.2.2' bundle install并重新启动服务器以使文件可用。 将JavaScript文件添加到require_tree .上方的app/assets/javascripts/application.js require_tree . //= require epiceditor/epiceditor //=
【文件预览】:
EpicEditor-master
----.gitignore(159B)
----app()
--------helpers()
--------views()
--------controllers()
----.rspec(8B)
----LICENSE.md(1KB)
----bin()
--------rails(321B)
----.travis.yml(29B)
----CHANGELOG.md(266B)
----spec()
--------dummy()
--------spec_helper.rb(2KB)
----README.md(3KB)
----vendor()
--------assets()
----config()
--------routes.rb(38B)
----lib()
--------epiceditor.rb(80B)
--------epiceditor()
--------tasks()
----epiceditor.gemspec(1KB)
----Gemfile(39B)
----Rakefile(347B)
----.editorconfig(108B)