evrobone

Light-weight client-side framework based on Backbone.js for Ruby on Rails Front-end


License
MIT
Install
gem install evrobone -v 0.2.0

Documentation

Evrobone

Gem Version

Light-weight client-side framework based on Backbone.js for Ruby on Rails Front-end

Installation

Add this line to your application's Gemfile:

gem 'evrobone'

And then execute:

$ bundle

Or install it yourself as:

$ gem install evrobone

Usage

Coming soon...

Evrobone.AppClass ΠΈ организация прилоТСния

Evrobone.AppMixins.ViewsManagement ΠΈ Evrobone.View

Evrobone.AppMixins.CustomElementBinding ΠΈ /initializers

Evrobone.AppMixins.WindowNavigation ΠΈ ΡΠΎΠ²ΠΌΠ΅ΡΡ‚ΠΈΠΌΠΎΡΡ‚ΡŒ с Turbolinks

Evrobone.AppMixins.WindowRefresh

LiveReload plugin for Ruby on Rails

Для Π±ΠΎΠ»Π΅Π΅ ΡƒΠ΄ΠΎΠ±Π½ΠΎΠ³ΠΎ использования LiveReload Π² Ruby on Rails ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π΅, ΠΌΠΎΠΆΠ½ΠΎ ΠΏΠΎΠ΄ΠΊΠ»ΡŽΡ‡ΠΈΡ‚ΡŒ ΠΏΠ»Π°Π³ΠΈΠ½, Π΄ΠΎΠ±Π°Π²ΠΈΠ² Π² config/initializers/assets.rb:

Rails.application.config.assets.precompile += %w( evrobone/lib/livereload-plugin-rails.js ) if Rails.env.development?

ΠΈ ΠΏΠΎΠ΄ΠΊΠ»ΡŽΡ‡ΠΈΡ‚ΡŒ скрипт Π² лэйаутС:

- if Rails.env.development?
  = javascript_include_tag 'evrobone/lib/livereload-plugin-rails'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/KODerFunk/evrobone.

License

The gem is available as open source under the terms of the MIT License.