Skip to content

The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1+ asset pipeline.

License

Notifications You must be signed in to change notification settings

samsung-ads-grave-yard/ace-rails-ap

 
 

Repository files navigation

ace-rails-ap

The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1+ asset pipeline.

Usage

Gemfile:

gem 'ace-rails-ap'

application.js:

//= require ace/ace
//= require ace/worker-html

To include a theme or mode, put:

//= require ace/theme-sometheme
//= require ace/mode-somemode

...in your application.js manifest as well.

Then just use Ace like normal.

About

The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1+ asset pipeline.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 92.2%
  • Shell 7.8%